From Gaze to Insight: Bridging Human Visual Attention and Vision Language Model Explanation for Weakly-Supervised Medical Image Segmentation
Jingkun Chen, Haoran Duan, Xiao Zhang, Boyan Gao, Vicente Grau, Jungong Han
TL;DR
This work tackles weakly supervised medical image segmentation by unifying clinician gaze with vision-language model (VLM) explanations in a teacher–student framework. The teacher combines high-confidence gaze with VLM-derived textual embeddings via a multi-scale cross-modal fusion and is supervised by a partial cross-entropy loss on precise gaze regions; knowledge is then distilled to a student trained on broader, noisier gaze data using feature-level distillation and confidence-aware consistency, reinforced by disagreement-aware masking. Key innovations include feature-level visual–text alignment, a confidence-aware consistency mechanism, and a disagreement-aware masking strategy to mitigate label noise, all demonstrated across Kvasir-SEG, NCI-ISBI, and ISIC with 3–5% Dice gains over gaze baselines and substantially reduced annotation burden. The method also preserves interpretability by maintaining gaze–text–prediction correlations, advancing deployable, annotation-efficient medical AI systems while highlighting avenues for uncertainty quantification and broader modality integration.
Abstract
Medical image segmentation remains challenging due to the high cost of pixel-level annotations for training. In the context of weak supervision, clinician gaze data captures regions of diagnostic interest; however, its sparsity limits its use for segmentation. In contrast, vision-language models (VLMs) provide semantic context through textual descriptions but lack the explanation precision required. Recognizing that neither source alone suffices, we propose a teacher-student framework that integrates both gaze and language supervision, leveraging their complementary strengths. Our key insight is that gaze data indicates where clinicians focus during diagnosis, while VLMs explain why those regions are significant. To implement this, the teacher model first learns from gaze points enhanced by VLM-generated descriptions of lesion morphology, establishing a foundation for guiding the student model. The teacher then directs the student through three strategies: (1) Multi-scale feature alignment to fuse visual cues with textual semantics; (2) Confidence-weighted consistency constraints to focus on reliable predictions; (3) Adaptive masking to limit error propagation in uncertain areas. Experiments on the Kvasir-SEG, NCI-ISBI, and ISIC datasets show that our method achieves Dice scores of 80.78%, 80.53%, and 84.22%, respectively-improving 3-5% over gaze baselines without increasing the annotation burden. By preserving correlations among predictions, gaze data, and lesion descriptions, our framework also maintains clinical interpretability. This work illustrates how integrating human visual attention with AI-generated semantic context can effectively overcome the limitations of individual weak supervision signals, thereby advancing the development of deployable, annotation-efficient medical AI systems. Code is available at: https://github.com/jingkunchen/FGI.
