Raw Data Matters: Enhancing Prompt Tuning by Internal Augmentation on Vision-Language Models
Haoyang Li, Liang Wang, Chao Wang, Siyu Zhou, Jing Jiang, Yan Peng, Guodong Long
TL;DR
AugPT tackles data scarcity in CLIP-based prompt tuning by introducing Adaptive Self-supervised Augmentation (ASA), a Consensus-based Filtering Gate (CFG) that uses a frozen, high-capacity teacher to filter augmented views, and Optimized Prompt Distillation (OPD) that distills knowledge from a large teacher to a ViT-B/16 student via $\mathrm{KL}$ divergence. The method relies solely on internal augmentation of the existing unlabeled data, avoiding external knowledge or additional data collection. Empirical results across 11 datasets demonstrate consistent improvements in base-class accuracy and new-class generalization, with strong cross-dataset transfer and competitive few-shot performance. Overall, AugPT offers a practical, data-efficient pathway to adapt vision-language models for diverse downstream tasks with favorable inference speed and without external knowledge bottlenecks.
Abstract
For CLIP-based prompt tuning, introducing more data as additional knowledge for enhancing fine-tuning process is proved to be an effective approach. Existing data amplification strategies for prompt tuning typically rely on external knowledge (e.g., large language models or pre-structured knowledge bases), resulting in higher costs for data collection and processing, while generally ignoring further utilization of features in image modality. To address this, we propose Augmentation-driven Prompt Tuning (AugPT), a self-contained distillation-based prompt tuning approach using only internal augmentation on raw dataset to better exploit known features. Specifically, AugPT employs self-supervised augmentation on unlabeled images in the training set, and introduces a novel gating mechanism based on consensus test, reusing the pre-trained prompt tuning backbone model to spontaneously filter noisy samples, further enhancing the quality of augmented views. Extensive experiments validate that AugPT simultaneously enhances model performance and generalization capability without using appended external knowledge. The code of AugPT is available at: https://github.com/JREion/AugPT .
