paper-with-me

홈 › Papers

Hint-Aug: Drawing Hints from Foundation Vision Transformers Towards Boosted Few-Shot Parameter-Efficient Tuning

2023-04-25 · CVPR 2023 1 · Zhongzhi Yu, Shang Wu, Yonggan Fu, Shunyao Zhang, Yingyan Lin

Despite the growing demand for tuning foundation vision transformers (FViTs) on downstream tasks, fully unleashing FViTs' potential under data-limited scenarios (e.g., few-shot tuning) remains a challenge due to FViTs' data-hungry nature. Common data augmentation techniques fall short in this context due to the limited features contained in the few-shot tuning data. To tackle this challenge, we first identify an opportunity for FViTs in few-shot tuning: pretrained FViTs themselves have already learned highly representative features from large-scale pretraining data, which are fully preserved during widely used parameter-efficient tuning. We thus hypothesize that leveraging those learned features to augment the tuning data can boost the effectiveness of few-shot FViT tuning. To this end, we propose a framework called Hint-based Data Augmentation (Hint-Aug), which aims to boost FViT in few-shot tuning by augmenting the over-fitted parts of tuning samples with the learned features of pretrained FViTs. Specifically, Hint-Aug integrates two key enablers: (1) an Attentive Over-fitting Detector (AOD) to detect over-confident patches of foundation ViTs for potentially alleviating their over-fitting on the few-shot tuning data and (2) a Confusion-based Feature Infusion (CFI) module to infuse easy-to-confuse features from the pretrained FViTs with the over-confident patches detected by the above AOD in order to enhance the feature diversity during tuning. Extensive experiments and ablation studies on five datasets and three parameter-efficient tuning techniques consistently validate Hint-Aug's effectiveness: 0.04% ~ 32.91% higher accuracy over the state-of-the-art (SOTA) data augmentation method under various low-shot settings. For example, on the Pet dataset, Hint-Aug achieves a 2.22% higher accuracy with 50% less training data over SOTA data augmentation methods.

📄 PDF Abstract BibTeX arXiv:2304.12520

Code (1)

gatech-eic/hint-aug 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Placing Puzzle Pieces Where They Matter: A Question Augmentation Framework for Reinforcement Learning

2026-04-17 · Yangyi Fang, Jiaye Lin, Xiaoliang Fu, Cong Qin 외 arxiv

Reinforcement learning has become a powerful approach for enhancing large language model reasoning, but faces a fundamental dilemma: training on easy problems can cause overfitting and pass@k degradation, while training …

Reinforcement LearningMathematical Reasoning

iColoriT: Towards Propagating Local Hint to the Right Region in Interactive Colorization by Leveraging Vision Transformer

2022-07-14 · Jooyeol Yun, Sanghyeon Lee, Minho Park, Jaegul Choo

Point-interactive image colorization aims to colorize grayscale images when a user provides the colors for specific locations. It is essential for point-interactive colorization methods to appropriately propagate user-pr…

ColorizationDecoderImage ColorizationPoint-interactive Image Colorization

Follow-on Question Suggestion via Voice Hints for Voice Assistants

2023-10-25 · Besnik Fetahu, Pedro Faustini, Giuseppe Castellucci, Anjie Fang 외

The adoption of voice assistants like Alexa or Siri has grown rapidly, allowing users to instantly access information via voice search. Query suggestion is a standard feature of screen-based search experiences, allowing …

Automatic Generation of Question Hints for Mathematics Problems using Large Language Models in Educational Technology

2024-11-05 · Junior Cedric Tonga, Benjamin Clement, Pierre-Yves Oudeyer

The automatic generation of hints by Large Language Models (LLMs) within Intelligent Tutoring Systems (ITSs) has shown potential to enhance student learning. However, generating pedagogically sound hints that address stu…

MathMisconceptions

Can Large Language Models Reinvent Foundational Algorithms?

2026-04-07 · Jian Zhao, Haoren Luo, Yu Wang, Yuhan Cao 외 arxiv

LLMs have shown strong potential to advance scientific discovery. Whether they possess the capacity for foundational innovation, however, remains an open question. In this work, we focus on a prerequisite for foundationa…

Reinforcement Learning