Modest-Align: Data-Efficient Alignment for Vision-Language Models
Jiaxiang Liu, Yuan Wang, Jiawei Du, Joey Tianyi Zhou, Mingkun Xu, Zuozhu Liu
TL;DR
Modest-Align tackles cross-modal alignment under data- and compute-constrained settings by moderating overconfidence and robustly handling weakly aligned image-text pairs. It introduces Random Perturbation to simulate uncertainty and Embedding Smoothing to relax targets, integrated into a Confidence-Calibrated Contrastive Loss with lightweight Vision-Language adapters built on frozen unimodal encoders. Empirically, it achieves competitive retrieval performance with about 3.5M training pairs—100x less data and roughly 600x less training time than CLIP on MS-COCO—while outperforming state-of-the-art baselines on several benchmarks. The approach demonstrates strong generalization, especially on noisier datasets, and offers a scalable solution for real-world, low-resource cross-modal alignment.
Abstract
Cross-modal alignment aims to map heterogeneous modalities into a shared latent space, as exemplified by models like CLIP, which benefit from large-scale image-text pretraining for strong recognition capabilities. However, when operating in resource-constrained settings with limited or low-quality data, these models often suffer from overconfidence and degraded performance due to the prevalence of ambiguous or weakly correlated image-text pairs. Current contrastive learning approaches, which rely on single positive pairs, further exacerbate this issue by reinforcing overconfidence on uncertain samples. To address these challenges, we propose Modest-Align, a lightweight alignment framework designed for robustness and efficiency. Our approach leverages two complementary strategies -- Random Perturbation, which introduces controlled noise to simulate uncertainty, and Embedding Smoothing, which calibrates similarity distributions in the embedding space. These mechanisms collectively reduce overconfidence and improve performance on noisy or weakly aligned samples. Extensive experiments across multiple benchmark datasets demonstrate that Modest-Align outperforms state-of-the-art methods in retrieval tasks, achieving competitive results with over 100x less training data and 600x less GPU time than CLIP. Our method offers a practical and scalable solution for cross-modal alignment in real-world, low-resource scenarios.
