FALCON: Few-Shot Adversarial Learning for Cross-Domain Medical Image Segmentation
Abdur R. Fayjie, Pankhi Kashyap, Jutika Borah, Patrick Vandewalle
TL;DR
FALCON tackles the challenge of precise 3D medical image segmentation under limited annotations and privacy constraints by reframing the task as cross-domain few-shot segmentation on 2D slices. It meta-trains a lightweight encoder–relation module–decoder on natural images, then fine-tunes with boundary-aware Hausdorff loss and adversarial regularization using unlabeled intra-patient slices, followed by task-aware, gradient-free inference on new patients using unlabeled support. The framework achieves superior boundary accuracy (lowest 95th percentile Hausdorff Distance) and competitive Dice scores across four medical benchmarks while using far fewer labeled samples and far less compute (approximately 9.9M parameters and 2.3 GFLOPs) than state-of-the-art models. This makes FALCON well-suited for privacy-preserving, on-device deployment in annotation-scarce clinical settings, enabling accurate, patient-specific segmentation without extensive data collection or cloud-based processing. The study also demonstrates the value of unlabeled support as contextual priors and highlights the potential for cross-domain adaptability with minimal supervision in medical imaging.
Abstract
Precise delineation of anatomical and pathological structures within 3D medical volumes is crucial for accurate diagnosis, effective surgical planning, and longitudinal disease monitoring. Despite advancements in AI, clinically viable segmentation is often hindered by the scarcity of 3D annotations, patient-specific variability, data privacy concerns, and substantial computational overhead. In this work, we propose FALCON, a cross-domain few-shot segmentation framework that achieves high-precision 3D volume segmentation by processing data as 2D slices. The framework is first meta-trained on natural images to learn-to-learn generalizable segmentation priors, then transferred to the medical domain via adversarial fine-tuning and boundary-aware learning. Task-aware inference, conditioned on support cues, allows FALCON to adapt dynamically to patient-specific anatomical variations across slices. Experiments on four benchmarks demonstrate that FALCON consistently achieves the lowest Hausdorff Distance scores, indicating superior boundary accuracy while maintaining a Dice Similarity Coefficient comparable to the state-of-the-art models. Notably, these results are achieved with significantly less labeled data, no data augmentation, and substantially lower computational overhead.
