Bi-CoG: Bi-Consistency-Guided Self-Training for Vision-Language Models
Rui Zhu, Song-Lin Lv, Zi-Kang Wang, Lan-Zhe Guo
TL;DR
Bi-CoG tackles label-scarce vision-language fine-tuning by coupling pre-trained VLMs with semi-supervised learning through a three-stage pseudo-labeling pipeline. It combines inter-model majority voting, intra-model view-based consistency, and an error-aware dynamic budget (guided by Lemma 1 and Theorem 1) to generate high-quality, low-bias pseudo-labels. Theoretical analyses are provided, and empirical results across 14 datasets show consistent gains over strong baselines in both open-world and SSL settings, with up to about 5.69 percentage-point improvements in HM. The approach is plug-and-play, reducing hyperparameter sensitivity and offering robust improvements for real-world, label-scarce vision-language tasks.
Abstract
Exploiting unlabeled data through semi-supervised learning (SSL) or leveraging pre-trained models via fine-tuning are two prevailing paradigms for addressing label-scarce scenarios. Recently, growing attention has been given to combining fine-tuning of pre-trained vision-language models (VLMs) with SSL, forming the emerging paradigm of semi-supervised fine-tuning. However, existing methods often suffer from model bias and hyperparameter sensitivity, due to reliance on prediction consistency or pre-defined confidence thresholds. To address these limitations, we propose a simple yet effective plug-and-play methodology named $\underline{\textbf{Bi-Co}}$nsistency-$\underline{\textbf{G}}$uided Self-Training (Bi-CoG), which assigns high-quality and low-bias pseudo-labels, by simultaneously exploiting inter-model and intra-model consistency, along with an error-aware dynamic pseudo-label assignment strategy. Both theoretical analysis and extensive experiments over 14 datasets demonstrate the effectiveness of Bi-CoG, which consistently and significantly improves the performance of existing methods.
