Cross-Modal Conditioned Reconstruction for Language-guided Medical Image Segmentation
Xiaoshuang Huang, Hongxiang Li, Meng Cao, Long Chen, Chenyu You, Dong An
TL;DR
RecLMIS tackles misalignment in language-guided medical image segmentation by explicitly modeling cross-modal interactions through conditioned reconstruction. The method introduces a Conditioned Interaction module and two reconstruction branches (CVR and CLR) to align visual and textual features, enabling fine-grained cross-modal understanding and efficient inference. It uses a conditioned contrastive loss to further tighten cross-modal representations and achieves state-of-the-art performance on QaTa-COV19 and MosMedData+ with substantial reductions in parameters and FLOPs. The work demonstrates practical impact for reliable language-guided MIS with faster inference, and code will be released.
Abstract
Recent developments underscore the potential of textual information in enhancing learning models for a deeper understanding of medical visual semantics. However, language-guided medical image segmentation still faces a challenging issue. Previous works employ implicit and ambiguous architectures to embed textual information. This leads to segmentation results that are inconsistent with the semantics represented by the language, sometimes even diverging significantly. To this end, we propose a novel cross-modal conditioned Reconstruction for Language-guided Medical Image Segmentation (RecLMIS) to explicitly capture cross-modal interactions, which assumes that well-aligned medical visual features and medical notes can effectively reconstruct each other. We introduce conditioned interaction to adaptively predict patches and words of interest. Subsequently, they are utilized as conditioning factors for mutual reconstruction to align with regions described in the medical notes. Extensive experiments demonstrate the superiority of our RecLMIS, surpassing LViT by 3.74% mIoU on the publicly available MosMedData+ dataset and achieving an average increase of 1.89% mIoU for cross-domain tests on our QATA-CoV19 dataset. Simultaneously, we achieve a relative reduction of 20.2% in parameter count and a 55.5% decrease in computational load. The code will be available at https://github.com/ShashankHuang/RecLMIS.
