BiPVL-Seg: Bidirectional Progressive Vision-Language Fusion with Global-Local Alignment for Medical Image Segmentation
Journal:
arXiv
Published Date:
Mar 30, 2025
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.