Teaching AI the Anatomy Behind the Scan: Addressing Anatomical Flaws in Medical Image Segmentation with Learnable Prior
Young Seok Jeon, Hongfei Yang, Huazhu Fu, Mengling Feng
TL;DR
This work tackles anatomically inconsistent predictions in medical image segmentation by introducing AIC-Net, a cascaded global-local framework that injects a learnable Anatomical Prior deformable to patient anatomy. The Prior undergoes differentiable affine and thin-plate-spline deformations, guiding decoders toward anatomy-aware predictions, with refinements at local patches. A novel centroid loss stabilizes prior deformation to common vertebrae configurations, and a regularized loss balances Dice overlap with geometric alignment. The approach yields consistent improvements in Dice and especially Hausdorff distance across organs and vertebrae tasks on TotalSegmentator, demonstrating the practical impact of learnable anatomical priors for robust multi-organ segmentation.
Abstract
Imposing key anatomical features, such as the number of organs, their shapes and relative positions, is crucial for building a robust multi-organ segmentation model. Current attempts to incorporate anatomical features include broadening the effective receptive field (ERF) size with data-intensive modules, or introducing anatomical constraints that scales poorly to multi-organ segmentation. We introduce a novel architecture called the Anatomy-Informed Cascaded Segmentation Network (AIC-Net). AIC-Net incorporates a learnable input termed "Anatomical Prior", which can be adapted to patient-specific anatomy using a differentiable spatial deformation. The deformed prior later guides decoder layers towards more anatomy-informed predictions. We repeat this process at a local patch level to enhance the representation of intricate objects, resulting in a cascaded network structure. AIC-Net is a general method that enhances any existing segmentation models to be more anatomy-aware. We have validated the performance of AIC-Net, with various backbones, on two multi-organ segmentation tasks: abdominal organs and vertebrae. For each respective task, our benchmarks demonstrate improved dice score and Hausdorff distance.
