Unifying Vision-Language Latents for Zero-label Image Caption Enhancement
Sanghyun Byun, Jung Ick Guack, Mohanad Odema, Baisub Lee, Jacob Song, Woo Seong Chung
TL;DR
ViZer addresses the reliance on labeled image-caption data by introducing a zero-label enhancement framework that actively aligns vision and language latent spaces. It inserts a lightweight ViZer mapper between a frozen vision encoder and a language model, training with unlabeled images using a contrastive latent objective and optionally applying LoRA to preserve base capabilities. The approach yields qualitative grounding improvements and consistent gains on SmolVLM-Base and Qwen2-VL, demonstrating a scalable path for label-free multimodal adaptation. This work suggests a practical route to extend zero-label learning beyond captioning to broader vision-language tasks while limiting computational overhead and preserving existing model performance.
Abstract
Vision-language models (VLMs) achieve remarkable performance through large-scale image-text pretraining. However, their reliance on labeled image datasets limits scalability and leaves vast amounts of unlabeled image data underutilized. To address this, we propose Unified Vision-Language Alignment for Zero-Label Enhancement (ViZer), an enhancement training framework that enables zero-label learning in image captioning, providing a practical starting point for broader zero-label adaptation in vision-language tasks. Unlike prior approaches that rely on human or synthetically annotated datasets, ViZer actively aligns vision and language representation features during training, enabling existing VLMs to generate improved captions without requiring text labels or full retraining. We demonstrate ViZer's advantage in qualitative evaluation, as automated caption metrics such as CIDEr and BERTScore often penalize details that are absent in reference captions. Applying ViZer on SmolVLM-Base and Qwen2-VL, we observe consistent qualitative improvements, producing captions that are more grounded and descriptive than their baseline.
