解决医学图像分割中像素级噪声标签与类别不平衡问题
Imbalanced Medical Image Segmentation with Pixel-dependent Noisy Labels
- 采用协同学习框架捕捉像素级噪声标签的特性
- 动态阈值筛选干净样本,缓解少数类被误删问题
- 通过抗噪损失保留噪声数据,提升模型泛化能力
医学图像分割常因标注噪声而受限,现有方法多基于类别依赖假设,忽略噪声的像素级特性。传统固定阈值过滤会误删少数类样本,导致性能下降。为此,本文提出协同学习与课程选择框架(CLCS),首次将噪声标签建模为像素级,并设计双分支网络通过差异损失实现协同学习,利用不同视角特征投票确定像素类别概率;同时引入随学习进程动态调整的课程阈值,筛选高质量样本以缓解类别不平衡;此外,提出噪声平衡损失,对可疑噪声样本不直接丢弃,而是通过鲁棒损失加以利用,从而提升数据利用率。实验表明,该方法在多个医学图像数据集上显著优于现有基线。
原文摘要 · Abstract (English)
Accurate medical image segmentation is often hindered by noisy labels in training data, due to the challenges of annotating medical images. Prior research works addressing noisy labels tend to make class-dependent assumptions, overlooking the pixel-dependent nature of most noisy labels. Furthermore, existing methods typically apply fixed thresholds to filter out noisy labels, risking the removal of minority classes and consequently degrading segmentation performance. To bridge these gaps, our proposed framework, Collaborative Learning with Curriculum Selection (CLCS), addresses pixel-dependent noisy labels with class imbalance. CLCS advances the existing works by i) treating noisy labels as pixel-dependent and addressing them through a collaborative learning framework, and ii) employing a curriculum dynamic thresholding approach adapting to model learning progress to select clean data samples to mitigate the class imbalance issue, and iii) applying a noise balance loss to noisy data samples to improve data utilization instead of discarding them outright. Specifically, our CLCS contains two modules: Curriculum Noisy Label Sample Selection (CNS) and Noise Balance Loss (NBL). In the CNS module, we designed a two-branch network with discrepancy loss for collaborative learning so that different feature representations of the same instance could be extracted from distinct views and used to vote the class probabilities of pixels. Besides, a curriculum dynamic threshold is adopted to select clean-label samples through probability voting. In the NBL module, instead of directly dropping the suspiciously noisy labels, we further adopt a robust loss to leverage such instances to boost the performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。