Vision-Language Enhanced Foundation Model for Semi-supervised Medical Image Segmentation
Jiaqi Guo, Mingzhen Li, Hanyu Su, Santiago López, Lexiaozi Fan, Daniel Kim, Aggelos Katsaggelos
TL;DR
The paper addresses label-scarce medical image segmentation by fusing vision-language foundation modeling with semi-supervised learning. It introduces VESSA, a two-stage framework where a VLM-based segmentation foundation leverages a template bank and memory to generate robust pseudo-labels, which are then used in a standard SSL pipeline and refined through mutual learning with the teacher. Stage 1 pre-trains VESSA on seven medical datasets with a reference-driven, template-guided prompting and a memory-augmented decoder; Stage 2 integrates VESSA into UniMatch v2, enabling dynamic interaction where VESSA guides pseudo-labels early on and the teacher improves over time. Across ACDC and AbdomenCT-1K, VESSA-enhanced SSL consistently outperforms state-of-the-art baselines under 1–5% labeled data, highlighting improved label-efficient segmentation and cross-domain robustness in medical imaging.
Abstract
Semi-supervised learning (SSL) has emerged as an effective paradigm for medical image segmentation, reducing the reliance on extensive expert annotations. Meanwhile, vision-language models (VLMs) have demonstrated strong generalization and few-shot capabilities across diverse visual domains. In this work, we integrate VLM-based segmentation into semi-supervised medical image segmentation by introducing a Vision-Language Enhanced Semi-supervised Segmentation Assistant (VESSA) that incorporates foundation-level visual-semantic understanding into SSL frameworks. Our approach consists of two stages. In Stage 1, the VLM-enhanced segmentation foundation model VESSA is trained as a reference-guided segmentation assistant using a template bank containing gold-standard exemplars, simulating learning from limited labeled data. Given an input-template pair, VESSA performs visual feature matching to extract representative semantic and spatial cues from exemplar segmentations, generating structured prompts for a SAM2-inspired mask decoder to produce segmentation masks. In Stage 2, VESSA is integrated into a state-of-the-art SSL framework, enabling dynamic interaction with the student model: as student predictions become more refined, they are fed back to VESSA as prompts, allowing it to generate higher-quality pseudo-labels and stronger guidance. Extensive experiments across multiple segmentation datasets and domains show that VESSA-augmented SSL significantly enhances segmentation accuracy, outperforming state-of-the-art baselines under extremely limited annotation conditions.
