arXiv:2502.07200eess.IVcs.CV2025-02

让医学图像分割模型在不同色彩质量下都稳定表现。

Color-Quality Invariance for Robust Medical Image Segmentation

  • 动态归一化测试图像颜色,用全局或局部参考图匹配
  • 引入颜色质量不变损失,使不同变换下的分割结果一致
  • 适合处理跨设备、跨质量的医学图像分割任务

医学图像分割中的单源域泛化(SDG)仍面临挑战,尤其在图像色彩分布和质量不同时。以往方法在高质训练数据上训练后,难以适应低质测试图像。本文提出两种新方法:动态颜色图像归一化(DCIN)模块和颜色-质量泛化(CQG)损失。DCIN通过全局参考图选择(GRIS)和局部参考图选择(LRIS)策略,动态归一化测试图像颜色。CQG损失通过确保变换前后图像对的分割预测一致,实现对颜色与质量变化的不变性。实验表明,在两个目标域数据集上,仅在单一源域训练的模型性能显著提升,Dice分数最高比基线提高32.3分,即使在强烈域偏移下仍保持鲁棒且可用的结果。代码已开源。

原文摘要 · Abstract (English)

Single-source domain generalization (SDG) in medical image segmentation remains a significant challenge, particularly for images with varying color distributions and qualities. Previous approaches often struggle when models trained on high-quality images fail to generalize to low-quality test images due to these color and quality shifts. In this work, we propose two novel techniques to enhance generalization: dynamic color image normalization (DCIN) module and color-quality generalization (CQG) loss. The DCIN dynamically normalizes the color of test images using two reference image selection strategies. Specifically, the DCIN utilizes a global reference image selection (GRIS), which finds a universal reference image, and a local reference image selection (LRIS), which selects a semantically similar reference image per test sample. Additionally, CQG loss enforces invariance to color and quality variations by ensuring consistent segmentation predictions across transformed image pairs. Experimental results show that our proposals significantly improve segmentation performance over the baseline on two target domain datasets, despite being trained solely on a single source domain. Notably, our model achieved up to a 32.3-point increase in Dice score compared to the baseline, consistently producing robust and usable results even under substantial domain shifts. Our work contributes to the development of more robust medical image segmentation models that generalize across unseen domains. The implementation code is available at https://github.com/RaviShah1/DCIN-CQG.

医学图像分割域泛化颜色不变

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。