菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-04
📄 Abstract - One Sequence to Segment Them All: Efficient Data Augmentation for CT and MRI Cross-Domain 3D Spine Segmentation

Deep learning-based medical image segmentation is increasingly used to support clinical diagnosis and develop new treatment strategies. However, model performance remains limited by the scarcity of high-quality annotated data and insufficient generalization across imaging protocols. This limitation is particularly evident in MRI and CT, where models are typically trained on a single acquisition sequence and exhibit reduced robustness when applied to unseen sequences or contrasts. Although data augmentation is widely used to improve general robustness on medical images, its impact on cross-modality generalization has not been quantitatively explored. In this work, we study a targeted set of data augmentation techniques designed to improve cross-modality transfer. We train three spine segmentation models, each on a single-modality/sequence dataset, and evaluate them across seven out-of-distribution datasets (spanning CT and MRI), reflecting a realistic single-sequence training and multi-sequence/contrast/modality deployment scenario. Our results demonstrate substantial performance gains on unseen domains (average Dice gain of 155 %) while preserving in-domain accuracy (average Dice decrease of 0.008 %), including effective transfer between CT and MRI. To mitigate the computational cost typically associated with strong data augmentation, we implement GPU-optimized augmentations that maintain, and even improve, training efficiency by approximately 10 %. We release our approach as an open-source toolbox, enabling seamless integration into commonly used frameworks such as nnUNet and MONAI. These augmentations significantly enhance robustness to heterogeneous clinical imaging scenarios without compromising training speed.

顶级标签: medical data model training
详细标签: data augmentation spine segmentation cross-domain ct-to-mri transfer open-source toolbox 或 搜索:

一个序列分割所有:面向CT和MRI跨领域三维脊柱分割的高效数据增强方法 / One Sequence to Segment Them All: Efficient Data Augmentation for CT and MRI Cross-Domain 3D Spine Segmentation


1️⃣ 一句话总结

本文提出一组专门用于医学图像分割的数据增强技术,通过在单一序列(如CT或MRI)上训练的模型,显著提升其在多种未见过的跨模态、跨序列数据集上的分割性能,同时保证原始准确率几乎不下降,并将训练速度提升约10%。

源自 arXiv: 2605.03098