TGC-Net: A Structure-Aware and Semantically-Aligned Framework for Text-Guided Medical Image Segmentation
Gaoren Lin, Huangxuan Zhao, Yuan Xiong, Lefei Zhang, Bo Du, Wentao Zhu
TL;DR
Text-guided medical image segmentation faces three core gaps when using general vision-language models: preserving fine-grained anatomical structure, capturing domain-specific medical semantics, and calibrating cross-modal alignment. TGC-Net addresses these with a lightweight tri-gap calibration: the Semantic–Structural Synergy Encoder (SSE) fuses CLIP ViT with a CNN to retain structure, the Domain–Augmented Text Encoder (DATE) injects medical knowledge from large language models, and the Vision–Language Calibration Module (VLCM) refines cross-modal matches in a unified space. The approach achieves state-of-the-art Dice and mIoU on five chest X-ray and thoracic CT datasets with about 10.3 million trainable parameters, validated by extensive ablations showing each module’s contribution. Overall, TGC-Net demonstrates that carefully targeted, task-specific adaptations of pre-aligned vision-language models can yield precise, robust, and clinically meaningful segmentation results while maintaining high parameter efficiency.
Abstract
Text-guided medical segmentation enhances segmentation accuracy by utilizing clinical reports as auxiliary information. However, existing methods typically rely on unaligned image and text encoders, which necessitate complex interaction modules for multimodal fusion. While CLIP provides a pre-aligned multimodal feature space, its direct application to medical imaging is limited by three main issues: insufficient preservation of fine-grained anatomical structures, inadequate modeling of complex clinical descriptions, and domain-specific semantic misalignment. To tackle these challenges, we propose TGC-Net, a CLIP-based framework focusing on parameter-efficient, task-specific adaptations. Specifically, it incorporates a Semantic-Structural Synergy Encoder (SSE) that augments CLIP's ViT with a CNN branch for multi-scale structural refinement, a Domain-Augmented Text Encoder (DATE) that injects large-language-model-derived medical knowledge, and a Vision-Language Calibration Module (VLCM) that refines cross-modal correspondence in a unified feature space. Experiments on five datasets across chest X-ray and thoracic CT modalities demonstrate that TGC-Net achieves state-of-the-art performance with substantially fewer trainable parameters, including notable Dice gains on challenging benchmarks.
