Centerline Boundary Dice Loss for Vascular Segmentation
Pengcheng Shi, Jiesi Hu, Yanwu Yang, Zilve Gao, Wei Liu, Ting Ma
TL;DR
This work tackles vascular segmentation by jointly preserving topology and capturing geometric detail across vessels of varying diameters. It introduces cbDice, a boundary-aware, radius-informed extension of centerline-based losses, and a unified family of clDice variants (cl-X-Dice) that incorporate diameter information through skeleton radii and distance maps. The approach is validated on three diverse 2D/3D datasets (DRIVE, Parse Challenge, TopCoW), showing superior Dice and topology metrics over standard Dice, clDice, and B-DoU losses, with particularly strong results on TopCoW; theoretical analysis in the supplementary material clarifies the geometric sensitivities of the different variants. The authors provide publicly available code and offer guidance on hyperparameter choices to balance topology and geometry across tasks, signaling practical impact for clinical vascular segmentation pipelines.
Abstract
Vascular segmentation in medical imaging plays a crucial role in analysing morphological and functional assessments. Traditional methods, like the centerline Dice (clDice) loss, ensure topology preservation but falter in capturing geometric details, especially under translation and deformation. The combination of clDice with traditional Dice loss can lead to diameter imbalance, favoring larger vessels. Addressing these challenges, we introduce the centerline boundary Dice (cbDice) loss function, which harmonizes topological integrity and geometric nuances, ensuring consistent segmentation across various vessel sizes. cbDice enriches the clDice approach by including boundary-aware aspects, thereby improving geometric detail recognition. It matches the performance of the boundary difference over union (B-DoU) loss through a mask-distance-based approach, enhancing traslation sensitivity. Crucially, cbDice incorporates radius information from vascular skeletons, enabling uniform adaptation to vascular diameter changes and maintaining balance in branch growth and fracture impacts. Furthermore, we conducted a theoretical analysis of clDice variants (cl-X-Dice). We validated cbDice's efficacy on three diverse vascular segmentation datasets, encompassing both 2D and 3D, and binary and multi-class segmentation. Particularly, the method integrated with cbDice demonstrated outstanding performance on the MICCAI 2023 TopCoW Challenge dataset. Our code is made publicly available at: https://github.com/PengchengShi1220/cbDice.
