InfoCLIP: Bridging Vision-Language Pretraining and Open-Vocabulary Semantic Segmentation via Information-Theoretic Alignment Transfer
Muyao Yuan, Yuanhong Zhang, Weizhan Zhang, Lan Ma, Yuan Gao, Jiangyong Ying, Yudeng Xin
TL;DR
InfoCLIP tackles open-vocabulary semantic segmentation by preserving pretrained CLIP’s vision–language alignment while adapting to pixel-level predictions. It introduces LPAM to extract fine-grained patch–text relations, an information bottleneck to denoise the alignment, and a mutual-information transfer objective to preserve alignment during asymmetric fine-tuning. The two information-theoretic losses, based on matrix-based Renyi entropy and Gram matrices, regularize and transfer the pretrained knowledge to the fine-tuned model, yielding state-of-the-art results on COCO-Stuff-based evaluation across ADE20K, PASCAL VOC, and PASCAL-Context benchmarks while maintaining efficient training. The approach demonstrates that information-driven alignment transfer can stabilize CLIP fine-tuning for dense prediction tasks and offers a general framework for preserving cross-modal structure in vision-language models.
Abstract
Recently, the strong generalization ability of CLIP has facilitated open-vocabulary semantic segmentation, which labels pixels using arbitrary text. However, existing methods that fine-tune CLIP for segmentation on limited seen categories often lead to overfitting and degrade the pretrained vision-language alignment. To stabilize modality alignment during fine-tuning, we propose InfoCLIP, which leverages an information-theoretic perspective to transfer alignment knowledge from pretrained CLIP to the segmentation task. Specifically, this transfer is guided by two novel objectives grounded in mutual information. First, we compress the pixel-text modality alignment from pretrained CLIP to reduce noise arising from its coarse-grained local semantic representations learned under image-text supervision. Second, we maximize the mutual information between the alignment knowledge of pretrained CLIP and the fine-tuned model to transfer compact local semantic relations suited for the segmentation task. Extensive evaluations across various benchmarks validate the effectiveness of InfoCLIP in enhancing CLIP fine-tuning for open-vocabulary semantic segmentation, demonstrating its adaptability and superiority in asymmetric transfer.
