paper-with-me

Papers

AMPLIFY:Attention-based Mixup for Performance Improvement and Label Smoothing in Transformer

2023-09-22 · Leixin Yang, Yu Xiang

Mixup is an effective data augmentation method that generates new augmented samples by aggregating linear combinations of different original samples. However, if there are noises or aberrant features in the original samples, Mixup may propagate them to the augmented samples, leading to over-sensitivity of the model to these outliers . To solve this problem, this paper proposes a new Mixup method called AMPLIFY. This method uses the Attention mechanism of Transformer itself to reduce the influence of noises and aberrant values in the original samples on the prediction results, without increasing additional trainable parameters, and the computational cost is very low, thereby avoiding the problem of high resource consumption in common Mixup methods such as Sentence Mixup . The experimental results show that, under a smaller computational resource cost, AMPLIFY outperforms other Mixup methods in text classification tasks on 7 benchmark datasets, providing new ideas and new ways to further improve the performance of pre-trained models based on the Attention mechanism, such as BERT, ALBERT, RoBERTa, and GPT. Our code can be obtained at https://github.com/kiwi-lilo/AMPLIFY.

📄 PDF Abstract BibTeX arXiv:2309.12689

Code (1)

kiwi-lilo/amplify 공식 구현 pytorch

Tasks

Data AugmentationSentencetext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…

Similar Papers 제목 키워드 기반

Learning Robust Self-attention Features for Speech Emotion Recognition with Label-adaptive Mixup

2023-05-07 · Lei Kang, Lichao Zhang, Dazhi Jiang

Speech Emotion Recognition (SER) is to recognize human emotions in a natural verbal interaction scenario with machines, which is considered as a challenging problem due to the ambiguous human emotions. Despite the recent…

Emotion RecognitionSpeech Emotion Recognition

Label-noise-tolerant medical image classification via self-attention and self-supervised learning

2023-06-16 · Hongyang Jiang, Mengdi Gao, Yan Hu, Qiushi Ren 외

Deep neural networks (DNNs) have been widely applied in medical image classification and achieve remarkable classification performance. These achievements heavily depend on large-scale accurately annotated training data.…

Contrastive Learningimage-classificationImage ClassificationMedical Image Classification+1

Embarrassingly Simple MixUp for Time-series

2023-04-09 · Karan Aggarwal, Jaideep Srivastava

Labeling time series data is an expensive task because of domain expertise and dynamic nature of the data. Hence, we often have to deal with limited labeled data settings. Data augmentation techniques have been successfu…

Data AugmentationTime SeriesTime Series Classification

C-Mixup: Improving Generalization in Regression

2022-10-11 · Huaxiu Yao, Yiping Wang, Linjun Zhang, James Zou 외

Improving the generalization of deep networks is an important open challenge, particularly in domains without plentiful data. The mixup algorithm improves generalization by linearly interpolating a pair of examples and t…

regression

Semantic-Discriminative Mixup for Generalizable Sensor-based Cross-domain Activity Recognition

2022-06-14 · Wang Lu, Jindong Wang, Yiqiang Chen, Sinno Jialin Pan 외

It is expensive and time-consuming to collect sufficient labeled data to build human activity recognition (HAR) models. Training on existing data often makes the model biased towards the distribution of the training data…

Activity RecognitionCross-Domain Activity RecognitionDomain AdaptationHuman Activity Recognition+1