Data Adaptive Traceback for Vision-Language Foundation Models in Image Classification
Wenshuo Peng, Kaipeng Zhang, Yue Yang, Hao Zhang, Yu Qiao
TL;DR
This work tackles the problem that weakly correlated image-text pairs in large pre-training datasets prevent vision-language foundation models from fully exploiting available knowledge for downstream image classification. It introduces Data Adaptive Traceback (DAT), a three-module adaptation framework comprising a zero-shot data sampling step to curate a downstream-related pre-training bank, a semi-supervised step with pseudo-labeling to reuse pre-training data, and a semi-unified vision-language contrastive module to mitigate confirmation bias. Across eight benchmarks, DAT consistently improves over standard fine-tuning and semi-supervised baselines, with larger gains observed when using bigger pre-training datasets and models. DAT demonstrates that reusing pre-training data during adaptation can unlock previously neglected downstream knowledge and generalizes to various external image-text datasets and adaptation setups.
Abstract
Vision-language foundation models have been incredibly successful in a wide range of downstream computer vision tasks using adaptation methods. However, due to the high cost of obtaining pre-training datasets, pairs with weak image-text correlation in the data exist in large numbers. We call them weak-paired samples. Due to the limitations of these weak-paired samples, the pre-training model are unable to mine all the knowledge from pre-training data. The existing adaptation methods do not consider the missing knowledge, which may lead to crucial task-related knowledge for the downstream tasks being ignored. To address this issue, we propose a new adaptation framework called Data Adaptive Traceback (DAT). Specifically, we utilize a zero-shot-based method to extract the most downstream task-related subset of the pre-training data to enable the downstream tasks. Furthermore, we adopt a pseudo-label-based semi-supervised technique to reuse the pre-training images and a vision-language contrastive learning method to address the confirmation bias issue in semi-supervised learning. We conduct extensive experiments that show our proposed DAT approach meaningfully improves various benchmark datasets performance over traditional adaptation methods by simply.
