BiPVL-Seg: Bidirectional Progressive Vision-Language Fusion with Global-Local Alignment for Medical Image Segmentation
Rafi Ibn Sultan, Hui Zhu, Chengyin Li, Dongxiao Zhu
TL;DR
BiPVL-Seg addresses the gap in medical image segmentation by coupling bidirectional progressive vision-language fusion with global-local embedding alignment in an end-to-end framework. It introduces BiFusion blocks to exchange information at each encoder stage and a hierarchical contrastive objective that aligns class-level descriptions and fine-grained concepts with visual features. The approach yields state-of-the-art performance across CT and MR datasets (AMOS22, MM-WHS, MSD-Brain) and across multi-class segmentation tasks, while validating the contribution of both architectural and training innovations. This work paves the way for clinically leverageable multimodal segmentation that integrates textual clinical knowledge directly into the segmentation pipeline.
Abstract
Medical image segmentation typically relies solely on visual data, overlooking the rich textual information clinicians use for diagnosis. Vision-language models attempt to bridge this gap, but existing approaches often process visual and textual features independently, resulting in weak cross-modal alignment. Simple fusion techniques fail due to the inherent differences between spatial visual features and sequential text embeddings. Additionally, medical terminology deviates from general language, limiting the effectiveness of off-the-shelf text encoders and further hindering vision-language alignment. We propose BiPVL-Seg, an end-to-end framework that integrates vision-language fusion and embedding alignment through architectural and training innovations, where both components reinforce each other to enhance medical image segmentation. BiPVL-Seg introduces bidirectional progressive fusion in the architecture, which facilitates stage-wise information exchange between vision and text encoders. Additionally, it incorporates global-local contrastive alignment, a training objective that enhances the text encoder's comprehension by aligning text and vision embeddings at both class and concept levels. Extensive experiments on diverse medical imaging benchmarks across CT and MR modalities demonstrate BiPVL-Seg's superior performance when compared with state-of-the-art methods in complex multi-class segmentation. Source code is available in this GitHub repository.
