Post-pre-training for Modality Alignment in Vision-Language Foundation Models
Shin'ya Yamaguchi, Dewei Feng, Sekitoshi Kanai, Kazuki Adachi, Daiki Chijiwa
TL;DR
This work tackles the modality gap in vision-language CLIP models by introducing CLIP-Refine, a post-pre-training procedure that sits between pre-training and fine-tuning. It combines Random Feature Alignment (RaFA), which pulls image and text features toward a shared prior $p(z)$ (e.g., $\mathcal{N}(0,I)$), with Hybrid Contrastive-Distillation (HyCD), which preserves past knowledge via KL-distillation from a frozen teacher while learning new cross-modal cues through alpha-blended supervision. The method operates on small datasets (e.g., COCO Captions) and requires only one epoch of training, yielding significant improvements in zero-shot classification and cross-modal retrieval without sacrificing prior capabilities. By simultaneously improving modality gap and feature-space uniformity, CLIP-Refine offers a practical, scalable path to better cross-modal alignment applicable to a range of pre-trained backbones, with dataset quality and prior choice playing important roles in performance.
Abstract
Contrastive language image pre-training (CLIP) is an essential component of building modern vision-language foundation models. While CLIP demonstrates remarkable zero-shot performance on downstream tasks, the multi-modal feature spaces still suffer from a modality gap, which is a gap between image and text feature clusters and limits downstream task performance. Although existing works attempt to address the modality gap by modifying pre-training or fine-tuning, they struggle with heavy training costs with large datasets or degradations of zero-shot performance. This paper presents CLIP-Refine, a post-pre-training method for CLIP models at a phase between pre-training and fine-tuning. CLIP-Refine aims to align the feature space with 1 epoch training on small image-text datasets without zero-shot performance degradations. To this end, we introduce two techniques: random feature alignment (RaFA) and hybrid contrastive-distillation (HyCD). RaFA aligns the image and text features to follow a shared prior distribution by minimizing the distance to random reference vectors sampled from the prior. HyCD updates the model with hybrid soft labels generated by combining ground-truth image-text pair labels and outputs from the pre-trained CLIP model. This contributes to achieving both maintaining the past knowledge and learning new knowledge to align features. Our extensive experiments with multiple classification and retrieval tasks show that CLIP-Refine succeeds in mitigating the modality gap and improving the zero-shot performance.
