简单数据增强在小样本器官分割中表现优于复杂方法
Cut to the Mix: Simple Data Augmentation Outperforms Elaborate Ones in Limited Organ Segmentation Datasets
- 采用跨图像拼接的CutMix等策略生成新样本
- 平均Dice分数提升4.9,显著优于无增强的nnUNet
- 适合资源有限的医学图像分割研究者使用
多器官分割是临床常用任务,自动化工具可大幅提升放射科工作流程。深度学习模型虽具潜力,但训练需大量标注数据,而临床数据常稀缺,尤其在新型成像模态研究中更为普遍。数据增强作为关键正则化手段,在数据有限时尤为重要。传统增强(TDA)聚焦图像内操作,而跨图像与物体级增强可从不同个体合成新图像,但该类方法在多器官分割中尚未充分探索。本文评估了四种跨图像增强策略:CutMix、CarveMix、ObjectAug和AnatoMix,在两个器官分割数据集上测试。结果显示,CutMix、CarveMix和AnatoMix分别使平均Dice分数提升4.9、2.0和1.9,优于无增强的state-of-the-art nnUNet。结合TDA后性能进一步提升。实验表明,尽管CutMix生成的图像看似不合理,但仍为提升多器官分割性能的稳健且简洁策略。代码已开源,供后续基准测试。
原文摘要 · Abstract (English)
Multi-organ segmentation is a widely applied clinical routine and automated organ segmentation tools dramatically improve the pipeline of the radiologists. Recently, deep learning (DL) based segmentation models have shown the capacity to accomplish such a task. However, the training of the segmentation networks requires large amount of data with manual annotations, which is a major concern due to the data scarcity from clinic. Working with limited data is still common for researches on novel imaging modalities. To enhance the effectiveness of DL models trained with limited data, data augmentation (DA) is a crucial regularization technique. Traditional DA (TDA) strategies focus on basic intra-image operations, i.e. generating images with different orientations and intensity distributions. In contrast, the interimage and object-level DA operations are able to create new images from separate individuals. However, such DA strategies are not well explored on the task of multi-organ segmentation. In this paper, we investigated four possible inter-image DA strategies: CutMix, CarveMix, ObjectAug and AnatoMix, on two organ segmentation datasets. The result shows that CutMix, CarveMix and AnatoMix can improve the average dice score by 4.9, 2.0 and 1.9, compared with the state-of-the-art nnUNet without DA strategies. These results can be further improved by adding TDA strategies. It is revealed in our experiments that Cut-Mix is a robust but simple DA strategy to drive up the segmentation performance for multi-organ segmentation, even when CutMix produces intuitively 'wrong' images. Our implementation is publicly available for future benchmarks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。