作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2026, Vol. 52 ›› Issue (6): 121-131. doi: 10.19678/j.issn.1000-3428.0070597

• 计算智能与模式识别 • 上一篇    下一篇

基于选择监督和动态阈值的半监督医学图像分割模型

刘玉杰1, 杜忠昊1,*(), 李泫廷1, 李宗民1,2   

  1. 1. 中国石油大学(华东)青岛软件学院、计算机科学与技术学院, 山东 青岛 266580
    2. 山东石油化工学院大数据与基础科学学院, 山东 东营 257061
  • 收稿日期:2024-11-08 修回日期:2024-12-10 出版日期:2026-06-15 发布日期:2025-03-04
  • 通讯作者: 杜忠昊
  • 作者简介:

    刘玉杰(CCF会员), 男, 副教授、博士, 主研方向为计算机视觉

    杜忠昊(通信作者), 硕士研究生

    李泫廷, 硕士研究生

    李宗民, 教授、博士、博士生导师

  • 基金资助:
    国家重点研发计划(2019YFF0301800); 国家自然科学基金(61379106); 山东省自然科学基金(ZR2013FM036); 山东省自然科学基金(ZR2015FM011)

Semi-supervised Medical Image Segmentation Model Based on Selective Supervision and Dynamic Threshold

LIU Yujie1, DU Zhonghao1,*(), LI Xuanting1, LI Zongmin1,2   

  1. 1. Qingdao Institute of Software, College of Computer Science and Technology, China University of Petroleum (East China), Qingdao 266580, Shandong, China
    2. College of Big Data and Basic Science, Shandong Institute of Petroleum and Chemical Technology, Dongying 257061, Shandong, China
  • Received:2024-11-08 Revised:2024-12-10 Online:2026-06-15 Published:2025-03-04
  • Contact: DU Zhonghao

摘要:

在半监督医学图像分割领域, Mean Teacher是一个备受关注并且被广泛使用的框架之一。现有基于Mean Teacher的方法在训练时, 学生网络对教师网络的监督不做选择地接受, 即使教师网络性能比学生网络差, 学生网络依然受教师网络监督, 从而导致了错误累积。此外, 这些方法都使用固定的伪标签阈值从教师网络的预测值中寻找正确信息, 这样虽然过滤了大部分错误信息, 但也筛去了许多正确信息, 这极大限制了伪标签的可用性。针对以上问题, 提出一种基于选择监督和动态阈值的半监督医学图像分割模型SSDT。该模型使得学生网络可以选择何时接受教师网络的监督, 避免了教师网络在性能不足时依然监督学生网络, 并且通过新设计的动态阈值模块, 使网络可以选择适合当前训练阶段的伪标签阈值, 更大限度地保留教师网络输出中的正确信息。在使用20%标注数据的左心房分割(LA)数据集和自动心脏诊断挑战(ACDC)数据集上, SSDT的Dice系数分别达到了90.94%和89.93%。在4个医学图像数据集上的大量实验结果表明, 与几种最先进的方法相比, SSDT具有优越的分割性能。

关键词: 医学图像分割, 半监督学习, 动态阈值, 教师网络, 学生网络

Abstract:

Mean Teacher is a highly regarded and widely used framework for semi-supervised medical image segmentation. However, methods based on the Mean Teacher do not selectively accept the supervision of the student network over the teacher network during training. This implies that even if the performance of the teacher network is inferior to that of the student network, the student network is still supervised by the teacher network. This results in an accumulation of errors. Moreover, all these methods use a fixed threshold for pseudo-labels to obtain correct information from the predictions of the teacher network. Although this filters out most incorrect information, it also eliminates much of the correct information, which greatly limits the availability of pseudo-labels. To address these issues, a semi-supervised medical image segmentation model based on selective supervision and dynamic threshold, named SSDT, is proposed. This model allows the student network to choose when to accept supervision from the teacher network, preventing the teacher network from supervising the student network when its performance is insufficient. The network can select a pseudo-label threshold suitable for the current training stage using the newly designed dynamic threshold module, thereby maximizing the retention of the correct information in the teacher network output. On the LA and ACDC datasets with 20% labeled data, SSDT achieves Dice coefficients of 90.94% and 89.93%, respectively. Extensive experiments on four medical image datasets demonstrate that SSDT has superior segmentation performance compared with several state-of-the-art methods.

Key words: medical image segmentation, semi-supervised learning, dynamic threshold, teacher network, student network