Multi-Domain Brain Vessel Segmentation Through Feature Disentanglement
Francesco Galati, Daniele Falcetta, Rosa Cortese, Ferran Prados, Ninon Burgos, Maria A. Zuluaga
TL;DR
This work tackles the challenge of segmenting brain vessels across multiple imaging modalities and centers by learning a disentangled latent representation that separates domain-specific appearance from vessel geometry. It introduces a two-phase framework that uses StyleGAN2-based disentanglement, a label-preservation mechanism with a label-synthesis branch, and cycle-consistency to enable label-preserving image translations across domains without homogenizing preprocessing. Comprehensive ablations show how annotations and architectural choices affect performance, and the method achieves strong results across three challenging domain shifts (multi-center MRA, MRA-to-CTA, and MRA-to-MRV), including veins, which are typically harder to segment. The approach advances practical cerebrovascular segmentation by enabling robust, cross-domain performance while reducing the need for domain-specific tuning, with open-source code provided for reproducibility and further development.
Abstract
The intricate morphology of brain vessels poses significant challenges for automatic segmentation models, which usually focus on a single imaging modality. However, accurately treating brain-related conditions requires a comprehensive understanding of the cerebrovascular tree, regardless of the specific acquisition procedure. Our framework effectively segments brain arteries and veins in various datasets through image-to-image translation while avoiding domain-specific model design and data harmonization between the source and the target domain. This is accomplished by employing disentanglement techniques to independently manipulate different image properties, allowing them to move from one domain to another in a label-preserving manner. Specifically, we focus on manipulating vessel appearances during adaptation while preserving spatial information, such as shapes and locations, which are crucial for correct segmentation. Our evaluation effectively bridges large and varied domain gaps across medical centers, image modalities, and vessel types. Additionally, we conduct ablation studies on the optimal number of required annotations and other architectural choices. The results highlight our framework's robustness and versatility, demonstrating the potential of domain adaptation methodologies to perform cerebrovascular image segmentation in multiple scenarios accurately. Our code is available at https://github.com/i-vesseg/MultiVesSeg.
