论文标题
培训CNN分类器使用部分注释的图像进行语义分割:使用人大腿和小腿MRI
Training CNN Classifiers for Semantic Segmentation using Partially Annotated Images: with Application on Human Thigh and Calf MRI
论文作者
论文摘要
目的:具有像素级标签的医疗图像数据集倾向于注释有限的器官或组织标签类别,即使图像具有宽的解剖覆盖率。通过有监督的学习,鉴于这些部分注释的数据集,通常需要多个分类器。在这项工作中,我们提出了一系列策略,以培训一个单个分类器,以分割所有标签类,这些标签类别在多个数据集中均可注释,而无需进入半监督学习。方法:首先是通过我们称为“存在掩蔽”的过程创建的掩码。评估了三种存在掩蔽模式,主要不同于分配给注释和未经注释的类别的权重。然后将这些口罩应用于训练期间的损失函数,以消除未注释的类别的影响。结果:针对公开可用的CT数据集的评估表明,在线掩蔽是培训类别分类器的可行方法。我们的类传播分类器的性能和多个类别的分类器的组合可以,而培训持续时间类似于一个类别特定的分类器所需的分类器。此外,当在较小的数据集中训练时,类生成分类器可以优于特定类别的分类器。最后,从对内部收集的人大腿和小牛MRI数据集的评估中观察到一致的结果。结论:评估结果表明,存在掩盖能够显着提高成像方式和解剖区域的训练和推理效率。在小型数据集中甚至可以观察到改善的性能。意义:存在掩盖策略可以减少手动医学图像注释中涉及的计算资源和成本。所有代码均可在https://github.com/wong-ck/deepsegment上公开获取。
Objective: Medical image datasets with pixel-level labels tend to have a limited number of organ or tissue label classes annotated, even when the images have wide anatomical coverage. With supervised learning, multiple classifiers are usually needed given these partially annotated datasets. In this work, we propose a set of strategies to train one single classifier in segmenting all label classes that are heterogeneously annotated across multiple datasets without moving into semi-supervised learning. Methods: Masks were first created from each label image through a process we termed presence masking. Three presence masking modes were evaluated, differing mainly in weightage assigned to the annotated and unannotated classes. These masks were then applied to the loss function during training to remove the influence of unannotated classes. Results: Evaluation against publicly available CT datasets shows that presence masking is a viable method for training class-generic classifiers. Our class-generic classifier can perform as well as multiple class-specific classifiers combined, while the training duration is similar to that required for one class-specific classifier. Furthermore, the class-generic classifier can outperform the class-specific classifiers when trained on smaller datasets. Finally, consistent results are observed from evaluations against human thigh and calf MRI datasets collected in-house. Conclusion: The evaluation outcomes show that presence masking is capable of significantly improving both training and inference efficiency across imaging modalities and anatomical regions. Improved performance may even be observed on small datasets. Significance: Presence masking strategies can reduce the computational resources and costs involved in manual medical image annotations. All codes are publicly available at https://github.com/wong-ck/DeepSegment.