Chen Jingkun, Zhang Jianguo, Debattista Kurt, Han Jungong
IEEE Trans Med Imaging. 2023 Mar;42(3):594-605. doi: 10.1109/TMI.2022.3213372. Epub 2023 Mar 2.
Deep learning-based semi-supervised learning (SSL) algorithms are promising in reducing the cost of manual annotation of clinicians by using unlabelled data, when developing medical image segmentation tools. However, to date, most existing semi-supervised learning (SSL) algorithms treat the labelled images and unlabelled images separately and ignore the explicit connection between them; this disregards essential shared information and thus hinders further performance improvements. To mine the shared information between the labelled and unlabelled images, we introduce a class-specific representation extraction approach, in which a task-affinity module is specifically designed for representation extraction. We further cast the representation into two different views of feature maps; one is focusing on low-level context, while the other concentrates on structural information. The two views of feature maps are incorporated into the task-affinity module, which then extracts the class-specific representations to aid the knowledge transfer from the labelled images to the unlabelled images. In particular, a task-affinity consistency loss between the labelled images and unlabelled images based on the multi-scale class-specific representations is formulated, leading to a significant performance improvement. Experimental results on three datasets show that our method consistently outperforms existing state-of-the-art methods. Our findings highlight the potential of consistency between class-specific knowledge for semi-supervised medical image segmentation. The code and models are to be made publicly available at https://github.com/jingkunchen/TAC.
在开发医学图像分割工具时,基于深度学习的半监督学习(SSL)算法有望通过使用未标记数据来降低临床医生手动标注的成本。然而,迄今为止,大多数现有的半监督学习(SSL)算法将标记图像和未标记图像分开处理,忽略了它们之间的明确联系;这忽视了重要的共享信息,从而阻碍了性能的进一步提升。为了挖掘标记图像和未标记图像之间的共享信息,我们引入了一种特定类别的表示提取方法,其中专门设计了一个任务亲和度模块用于表示提取。我们进一步将表示转换为特征图的两种不同视图;一种关注低级上下文,而另一种专注于结构信息。这两种特征图视图被纳入任务亲和度模块,然后该模块提取特定类别的表示,以帮助从标记图像到未标记图像的知识转移。特别是,基于多尺度特定类别的表示,制定了标记图像和未标记图像之间的任务亲和度一致性损失,从而带来显著的性能提升。在三个数据集上的实验结果表明,我们的方法始终优于现有的最先进方法。我们的研究结果突出了特定类别知识之间的一致性在半监督医学图像分割中的潜力。代码和模型将在https://github.com/jingkunchen/TAC上公开提供。