Remix: Rebalanced Mixup
Hsin-Ping Chou, Shih-Chieh Chang, Jia-Yu Pan, Wei Wei, Da-Cheng Juan

TL;DR
Remix is a novel regularization method that improves deep image classifier performance on class-imbalanced datasets by disentangling feature and label mixing, emphasizing minority classes during training.
Contribution
The paper introduces Remix, a new regularization technique that enhances Mixup by reweighting labels to better handle class imbalance, outperforming existing methods.
Findings
Remix significantly outperforms Mixup, Manifold Mixup, and CutMix on imbalanced CIFAR and CINIC-10 datasets.
Remix achieves notable improvements on the large-scale imbalanced iNaturalist 2018 dataset.
The method effectively balances decision boundaries between majority and minority classes.
Abstract
Deep image classifiers often perform poorly when training data are heavily class-imbalanced. In this work, we propose a new regularization technique, Remix, that relaxes Mixup's formulation and enables the mixing factors of features and labels to be disentangled. Specifically, when mixing two samples, while features are mixed in the same fashion as Mixup, Remix assigns the label in favor of the minority class by providing a disproportionately higher weight to the minority class. By doing so, the classifier learns to push the decision boundaries towards the majority classes and balance the generalization error between majority and minority classes. We have studied the state-of-the art regularization techniques such as Mixup, Manifold Mixup and CutMix under class-imbalanced regime, and shown that the proposed Remix significantly outperforms these state-of-the-arts and several re-weighting…
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
TopicsImbalanced Data Classification Techniques · COVID-19 diagnosis using AI · Domain Adaptation and Few-Shot Learning
MethodsManifold Mixup · CutMix · Mixup
