Skip to content

JREion/AugPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Raw Data Matters: Enhancing Prompt Tuning by Internal Augmentation on Vision-Language Models

Haoyang Li1,2, Liang Wang1,2, Chao Wang2, Siyu Zhou1, Jing Jiang1, Yan Peng2 and Guodong Long1
1Australian Artificial Intelligence Institute, University of Technology Sydney
2School of Mechanical Engineering and Automation, Shanghai University

Arxiv Link: https://arxiv.org/abs/2508.02671

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.

Highlights

  • Compared with backbones, AugPT does not require any external knowledge and additional learnable parameters.
  • To automatically filter noisy samples, AugPT leverages a previously overlooked property in prompt tuning: logit-level consistency reflects semantic similarity across images to construct a novel Consensus-based Filtering Gate.
  • AugPT achieves new SOTA on 11/11 datasets, especially in data-scarce scenarios.

Our Previous Work on Prompt Tuning

Code Statement

We promise to release our code implementation in the future.

About

Official PyTorch Code for "Raw Data Matters: Enhancing Prompt Tuning by Internal Augmentation on Vision-Language Models"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors