Search papers, labs, and topics across Lattice.
This study introduces MorVess, a novel morphology-aware segmentation framework designed to enhance pulmonary vessel segmentation by integrating differentiable geometric priors with large-scale foundation model adaptation. By jointly predicting vessel masks, distance maps, and thickness maps, MorVess effectively preserves the topology and connectivity of vascular structures, which are often challenging to capture with traditional binary mask optimization. The framework outperforms existing methods on two pulmonary CT benchmarks, achieving significant improvements in small-vessel recovery and overall connectivity metrics, underscoring the importance of geometric intelligence in segmentation tasks.
Embedding geometric intelligence into segmentation models can dramatically enhance the recovery of small vascular structures and improve overall topology fidelity.
Accurate pulmonary vessel segmentation remains challenging due to the sparse, tortuous, and multi-scale nature of vascular structures, where small branches are easily lost and topology integrity is difficult to preserve under voxel-wise supervision. Existing deep segmentation models primarily optimize binary masks, lacking explicit geometric constraints, thus struggling to recover continuous tubular morphology and fine vascular connectivity. In this study, we introduce MorVess, a morphology-aware segmentation framework that integrates differentiable geometric priors with large-scale foundation model adaptation to achieve fine-grained vascular parsing. MorVess jointly predicts vessel masks, distance maps, and thickness maps, providing explicit supervision for vascular boundaries, centerline consistency, and smooth diameter transitions. A lightweight 2.5D adapter bridges 3D spatial context and 2D SAM representations, while a global-local fusion block aggregates multi-level semantics and geometric cues for high-fidelity topology reconstruction. Across two challenging pulmonary CT benchmarks, MorVess delivers superior Dice, clDice, and HD95 scores, substantially improving small-vessel recovery and global connectivity. These results demonstrate that embedding geometric intelligence into pretrained vision models offers a principled and scalable pathway toward precise vessel analysis and clinically reliable structural quantification. Our source code is available at https://github.com/MaoFuyou/MorVess.