AMPLIFY:Attention-based Mixup for Performance Improvement and Label Smoothing in Transformer
Leixin Yang, Yu Xiang

TL;DR
AMPLIFY is a novel attention-based Mixup method that enhances transformer model performance and robustness in text classification by reducing noise influence without extra parameters or high computational costs.
Contribution
It introduces a transformer attention mechanism-driven Mixup method that mitigates noise propagation and improves performance efficiently.
Findings
Outperforms other Mixup methods on 7 benchmark datasets
Reduces influence of noisy data without increasing parameters
Maintains low computational cost
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification
MethodsMulti-Head Attention · Attention Is All You Need · Cosine Annealing · Linear Warmup With Linear Decay · Weight Decay · Discriminative Fine-Tuning · Attention Dropout · BERT · Layer Normalization · Label Smoothing
