1 Information Technology University, Lahore, Pakistan · 2 MBZUAI, Abu Dhabi, UAE · 3 Khalifa University of Science and Technology, Abu Dhabi, UAE
Abstract
Contrastive vision–language models generalize well in zero-shot settings, but a persistent modality gap between their visual and textual embeddings limits how well that generalization transfers to specialized or shifted data distributions. Prior fixes either fine-tune on labeled target data (risking overfitting) or fine-tune on pseudo-labels in a one-directional way (risking erosion of pretrained knowledge and confirmation bias).
SyncVL instead keeps the original VLM encoders completely frozen and trains two small encoder–decoder synchronizers, Vision-to-Text (V2T) and Text-to-Vision (T2V), that project both modalities into a common latent subspace. Training is fully label-free: groups of image augmentations and text templates are formed, and a reward objective inspired by Group Relative Policy Optimization (GRPO) pushes each synchronizer toward outputs that are mutually consistent within a group and well-aligned across modalities, while a knowledge-distillation reward keeps the two synchronizers coherent with one another.
Across 24 benchmark datasets spanning unsupervised adaptation, out-of-distribution matching, unsupervised clustering, cross-modal retrieval, object detection, and segmentation, SyncVL improves consistently over state-of-the-art baselines and over six different VLM backbone, establishing a new reference point for label-free, encoder-frozen VLM adaptation.
Method
SyncVL forms groups — k augmented views of one image, or m text templates of one class — and trains each synchronizer to be internally consistent across its group while aligning with the other modality's pseudo-class centers.
k augmentations of an image form a group. Each augmented embedding is mapped into the text-aligned space; the KL divergence between each instance's class distribution and the group average enforces consistency, while a contrastive term pulls it toward the majority (pseudo-positive) text class center and away from the runner-up (hard negative) class.
m text templates of a class form a group and are mapped into the visual space. The same consistency + alignment rewards apply against visual pseudo-class centers derived from f_v2t, plus an L1 knowledge-distillation term that aligns T2V's latent encoder with V2T's — the two synchronizers are trained alternately across iterations until convergence.
Results
Citation
@inproceedings{marrium_syncvl, title = {SyncVL: Synchronizing Vision <=> Language Using Unsupervised Adaptation}, author = {Marrium, Maria and Khan, Muhammad Haris and Javed, Sajid and Mahmood, Arif}, booktitle = {ECCV}, year = {2026} }