Uncertainty-Aware Vision-Language Segmentation for Medical Imaging
Aryan Das, Tanishq Rachamalla, Koushik Biswas, Swalpa Kumar Roy, Vinay Kumar Verma
TL;DR
This work tackles uncertainty in multimodal vision-language segmentation for medical imaging by fusing radiological images with accompanying clinical text. It introduces a lightweight Modality Decoding Attention Block (MoDAB) and a State Space Mixer (SSMix) for efficient cross-modal fusion, guided by the Spectral-Entropic Uncertainty (SEU) Loss that unifies spatial, spectral, and uncertainty considerations. The architecture combines a visual ConvNeXt encoder with a frozen text encoder (BioViL CXR-BERT) and a four-stage decoder to produce precise segmentation. Empirical results across QaTa-COV19, MosMed++, and Kvasir-SEG demonstrate state-of-the-art accuracy with favorable computational efficiency, underscoring the value of incorporating uncertainty modeling and structured modality alignment in medical VLS tasks. The work provides code for reproducibility and potential clinical deployment.
Abstract
We introduce a novel uncertainty-aware multimodal segmentation framework that leverages both radiological images and associated clinical text for precise medical diagnosis. We propose a Modality Decoding Attention Block (MoDAB) with a lightweight State Space Mixer (SSMix) to enable efficient cross-modal fusion and long-range dependency modelling. To guide learning under ambiguity, we propose the Spectral-Entropic Uncertainty (SEU) Loss, which jointly captures spatial overlap, spectral consistency, and predictive uncertainty in a unified objective. In complex clinical circumstances with poor image quality, this formulation improves model reliability. Extensive experiments on various publicly available medical datasets, QATA-COVID19, MosMed++, and Kvasir-SEG, demonstrate that our method achieves superior segmentation performance while being significantly more computationally efficient than existing State-of-the-Art (SoTA) approaches. Our results highlight the importance of incorporating uncertainty modelling and structured modality alignment in vision-language medical segmentation tasks. Code: https://github.com/arya-domain/UA-VLS
