通过模拟断裂结构提升医学图像分割拓扑准确性
Disconnect to Connect: A Data Augmentation Method for Improving Topology Accuracy in Image Segmentation
- 在图像中制造假性断裂,让模型学会连接本应连通的细长结构
- 在多个数据集上显著提升拓扑准确率,同时改善Dice和Hausdorff距离
- 适合需要精确连通性的医学图像分割任务,如血管、神经束分析
精准分割细长管状结构(如血管)对深度神经网络而言极具挑战。这类网络逐像素分类,微小误判即可能导致结构断裂。现有提升拓扑准确性的方法依赖高度精确的标注,但3D图像标注极为耗时,且低分辨率与对比度使结构看起来断开。本文提出CoLeTra数据增强策略,通过生成外观断裂但标签保持连通的图像,向模型注入‘看似断开实则连续’的先验知识。大量实验表明,该方法在不同架构、损失函数与数据集上均显著提升拓扑准确性,同时常改善Dice系数和Hausdorff距离。其超参数直观易调,敏感性分析显示鲁棒性强。我们还发布一个专用于拓扑准确分割评估的数据集。代码已开源:https://github.com/jmlipman/CoLeTra。
原文摘要 · Abstract (English)
Accurate segmentation of thin, tubular structures (e.g., blood vessels) is challenging for deep neural networks. These networks classify individual pixels, and even minor misclassifications can break the thin connections within these structures. Existing methods for improving topology accuracy, such as topology loss functions, rely on very precise, topologically-accurate training labels, which are difficult to obtain. This is because annotating images, especially 3D images, is extremely laborious and time-consuming. Low image resolution and contrast further complicates the annotation by causing tubular structures to appear disconnected. We present CoLeTra, a data augmentation strategy that integrates to the models the prior knowledge that structures that appear broken are actually connected. This is achieved by creating images with the appearance of disconnected structures while maintaining the original labels. Our extensive experiments, involving different architectures, loss functions, and datasets, demonstrate that CoLeTra leads to segmentations topologically more accurate while often improving the Dice coefficient and Hausdorff distance. CoLeTra's hyper-parameters are intuitive to tune, and our sensitivity analysis shows that CoLeTra is robust to changes in these hyper-parameters. We also release a dataset specifically suited for image segmentation methods with a focus on topology accuracy. CoLetra's code can be found at https://github.com/jmlipman/CoLeTra.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。