Mixup Augmentation with Multiple Interpolations
Lifeng Shen, Jincheng Yu, Hansi Yang, James T. Kwok

TL;DR
This paper introduces multi-mix, an extension of mixup data augmentation that generates multiple interpolations from sample pairs, improving training guidance, reducing gradient variance, and enhancing model performance.
Contribution
The paper proposes multi-mix, a novel augmentation method that creates multiple interpolations per sample pair, outperforming existing mixup variants in various tasks.
Findings
Multi-mix improves generalization and robustness.
Multi-mix reduces stochastic gradient variance.
Multi-mix outperforms baseline methods on multiple datasets.
Abstract
Mixup and its variants form a popular class of data augmentation techniques.Using a random sample pair, it generates a new sample by linear interpolation of the inputs and labels. However, generating only one single interpolation may limit its augmentation ability. In this paper, we propose a simple yet effective extension called multi-mix, which generates multiple interpolations from a sample pair. With an ordered sequence of generated samples, multi-mix can better guide the training process than standard mixup. Moreover, theoretically, this can also reduce the stochastic gradient variance. Extensive experiments on a number of synthetic and large-scale data sets demonstrate that multi-mix outperforms various mixup variants and non-mixup-based baselines in terms of generalization, robustness, and calibration.
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
TopicsImage and Signal Denoising Methods · Advanced Image Processing Techniques
MethodsMixup
