Preserving Multi-Modal Capabilities of Pre-trained VLMs for Improving Vision-Linguistic Compositionality
Youngtaek Oh, Jae Won Cho, Dong-Jin Kim, In So Kweon, Junmo Kim
TL;DR
This work tackles the trade-off between vision-language compositionality and multi-modal performance in pre-trained VLMs. It introduces FSC-CLIP, which integrates Local Hard Negative Loss based on dense patch-token alignments with Selective Calibrated Regularization to regularize hard-negative supervision, yielding $L_{total}=L_{clip}+\lambda_g L_{neg}^g+\lambda_l L_{neg}^l$ and leveraging SCR to balance signals. The approach achieves state-of-the-art compositionality scores across 11 benchmarks while preserving zero-shot classification and image-text retrieval capabilities, with additional gains when using LoRA fine-tuning. The results demonstrate that fine-grained local supervision plus calibrated regularization can improve compositional reasoning without sacrificing multi-modal representations, offering practical benefits for robust vision-language understanding. The work provides code and extensive evaluations, highlighting FSC-CLIP’s potential to advance compositionality in real-world multimodal applications.
Abstract
In this paper, we propose a new method to enhance compositional understanding in pre-trained vision and language models (VLMs) without sacrificing performance in zero-shot multi-modal tasks. Traditional fine-tuning approaches often improve compositional reasoning at the cost of degrading multi-modal capabilities, primarily due to the use of global hard negative (HN) loss, which contrasts global representations of images and texts. This global HN loss pushes HN texts that are highly similar to the original ones, damaging the model's multi-modal representations. To overcome this limitation, we propose Fine-grained Selective Calibrated CLIP (FSC-CLIP), which integrates local hard negative loss and selective calibrated regularization. These innovations provide fine-grained negative supervision while preserving the model's representational integrity. Our extensive evaluations across diverse benchmarks for both compositionality and multi-modal tasks show that FSC-CLIP not only achieves compositionality on par with state-of-the-art models but also retains strong multi-modal capabilities. Code is available at: https://github.com/ytaek-oh/fsc-clip.
