Candidate Pseudolabel Learning: Enhancing Vision-Language Models by Prompt Tuning with Unlabeled Data
Jiahan Zhang, Qi Wei, Feng Liu, Lei Feng
TL;DR
The paper tackles the challenge of adapting vision‑language models with abundant unlabeled data when zero‑shot performance is insufficient for reliable hard pseudolabeling. It proposes Candidate Pseudolabel Learning (CPL), a framework that builds candidate pseudolabel sets from a confidence matrix via intra‑ and inter‑instance strategies and then learns with partial‑label losses in an iterative loop. The method reframes downstream learning as partial‑label learning, enabling the use of standard losses and promoting balanced, high‑quality label coverage. Across nine datasets and three unlabeled‑data paradigms, CPL consistently outperforms hard pseudolabel baselines and shows robustness to varying zero‑shot abilities, suggesting strong practical benefits for data‑efficient fine‑tuning of vision‑language models.
Abstract
Fine-tuning vision-language models (VLMs) with abundant unlabeled data recently has attracted increasing attention. Existing methods that resort to the pseudolabeling strategy would suffer from heavily incorrect hard pseudolabels when VLMs exhibit low zero-shot performance in downstream tasks. To alleviate this issue, we propose a Candidate Pseudolabel Learning method, termed CPL, to fine-tune VLMs with suitable candidate pseudolabels of unlabeled data in downstream tasks. The core of our method lies in the generation strategy of candidate pseudolabels, which progressively generates refined candidate pseudolabels by both intra- and inter-instance label selection, based on a confidence score matrix for all unlabeled data. This strategy can result in better performance in true label inclusion and class-balanced instance selection. In this way, we can directly apply existing loss functions to learn with generated candidate psueudolabels. Extensive experiments on nine benchmark datasets with three learning paradigms demonstrate the effectiveness of our method. Our code can be found at https://github.com/vanillaer/CPL-ICML2024.
