MetaMixUp: Learning Adaptive Interpolation Policy of MixUp with Meta-Learning
Zhijun Mai, Guosheng Hu, Dexiong Chen, Fumin Shen, Heng Tao Shen

TL;DR
MetaMixUp introduces a meta-learning approach to adaptively learn interpolation policies for MixUp, improving data augmentation effectiveness and boosting performance in supervised and semi-supervised learning tasks.
Contribution
The paper proposes MetaMixUp, a novel meta-learning based method to dynamically learn interpolation policies, addressing limitations of random MixUp sampling.
Findings
MetaMixUp outperforms vanilla MixUp and variants in supervised learning.
MetaMixUp significantly improves semi-supervised learning results on CIFAR-10 and SVHN.
The adaptive interpolation policy enhances model regularization and generalization.
Abstract
MixUp is an effective data augmentation method to regularize deep neural networks via random linear interpolations between pairs of samples and their labels. It plays an important role in model regularization, semi-supervised learning and domain adaption. However, despite its empirical success, its deficiency of randomly mixing samples has poorly been studied. Since deep networks are capable of memorizing the entire dataset, the corrupted samples generated by vanilla MixUp with a badly chosen interpolation policy will degrade the performance of networks. To overcome the underfitting by corrupted samples, inspired by Meta-learning (learning to learn), we propose a novel technique of learning to mixup in this work, namely, MetaMixUp. Unlike the vanilla MixUp that samples interpolation policy from a predefined distribution, this paper introduces a meta-learning based online optimization…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Human Pose and Action Recognition
MethodsMixup
