Adversarial Mixing Policy for Relaxing Locally Linear Constraints in Mixup
Guang Liu, Yuzhao Mao, Hailong Huang, Weiguo Gao, Xuan Li

TL;DR
This paper introduces the Adversarial Mixing Policy (AMP), a novel method that relaxes the linear constraints of Mixup by adding adversarial perturbations to mixing coefficients, improving regularization especially in low-resource scenarios.
Contribution
The paper proposes AMP, a new adversarial approach to enhance Mixup by injecting non-linearity, leading to better regularization and lower error rates in text classification tasks.
Findings
AMP reduces error rates significantly compared to Mixup variants.
The method is especially effective in low-resource settings.
Experiments on five benchmarks and models confirm its robustness.
Abstract
Mixup is a recent regularizer for current deep classification networks. Through training a neural network on convex combinations of pairs of examples and their labels, it imposes locally linear constraints on the model's input space. However, such strict linear constraints often lead to under-fitting which degrades the effects of regularization. Noticeably, this issue is getting more serious when the resource is extremely limited. To address these issues, we propose the Adversarial Mixing Policy (AMP), organized in a min-max-rand formulation, to relax the Locally Linear Constraints in Mixup. Specifically, AMP adds a small adversarial perturbation to the mixing coefficients rather than the examples. Thus, slight non-linearity is injected in-between the synthetic examples and synthetic labels. By training on these data, the deep networks are further regularized, and thus achieve a lower…
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
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Machine Learning and Data Classification
MethodsAdversarial Model Perturbation · Mixup
