paper-with-me

홈 › Papers

Effectiveness of Data Augmentation for Parameter Efficient Tuning with Limited Data

2023-03-05 · Stephen Obadinma, Hongyu Guo, Xiaodan Zhu

Recent work has demonstrated that using parameter efficient tuning techniques such as prefix tuning (or P-tuning) on pretrained language models can yield performance that is comparable or superior to fine-tuning while dramatically reducing trainable parameters. Nevertheless, the effectiveness of such methods under the context of data augmentation, a common strategy to improve learning under low data regimes, has not been fully explored. In this paper, we examine the effectiveness of several popular task-agnostic data augmentation techniques, i.e., EDA, Back Translation, and Mixup, when using two general parameter efficient tuning methods, P-tuning v2 and LoRA, under data scarcity. We show that data augmentation can be used to boost the performance of P-tuning and LoRA models, but the effectiveness of each technique varies and certain methods can lead to a notable degradation in performance, particularly when using larger models and on harder tasks. We further analyze the sentence representations of P-tuning compared to fine-tuning to help understand the above behaviour, and reveal how P-tuning generally presents a more limited ability to separate the sentence embeddings from different classes of augmented data. In addition, it displays poorer performance on heavily altered data. However, we demonstrate that by adding a simple contrastive loss function it can help mitigate such issues for prefix tuning, resulting in sizable improvements to augmented data performance.

📄 PDF Abstract BibTeX arXiv:2303.02577

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar 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 외

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' d…

Data Augmentation

Comparing Retrieval-Augmentation and Parameter-Efficient Fine-Tuning for Privacy-Preserving Personalization of Large Language Models

2024-09-14 · Alireza Salemi, Hamed Zamani

Privacy-preserving methods for personalizing large language models (LLMs) are relatively under-explored. There are two schools of thought on this topic: (1) generating personalized outputs by personalizing the input prom…

parameter-efficient fine-tuningPrivacy PreservingRAGRetrieval

Group Relative Augmentation for Data Efficient Action Detection

2025-07-28 · Deep Anil Patel, Iain Melvin, Zachary Izzo, Martin Renqiang Min arxiv

Adapting large Video-Language Models (VLMs) for action detection using only a few examples poses challenges like overfitting and the granularity mismatch between scene-level pre-training and required person-centric under…

Action Detection

Using mixup as regularization and tuning hyper-parameters for ResNets

2021-11-23 · Venkata Bhanu Teja Pallakonda

While novel computer vision architectures are gaining traction, the impact of model architectures is often related to changes or exploring in training methods. Identity mapping-based architectures ResNets and DenseNets h…

Data Augmentationimage-classificationImage Classification

RandMSAugment: A Mixed-Sample Augmentation for Limited-Data Scenarios

2023-11-25 · Swarna Kamlam Ravindran, Carlo Tomasi

The high costs of annotating large datasets suggests a need for effectively training CNNs with limited data, and data augmentation is a promising direction. We study foundational augmentation techniques, including Mixed …

Data AugmentationDiversity