MetaBalance: High-performance Neural Networks for class-imbalanced data
Meta-learning approach to improve neural network performance on class-imbalanced data, particularly relevant for fraud detection.
Class-imbalanced data, in which some classes contain far more samples than others, is ubiquitous in real-world applications. Standard techniques for handling class-imbalance usually work by training on a re-weighted loss or on re-balanced data. Unfortunately, training overparameterized neural networks on such objectives causes rapid memorization of minority class data. To avoid this trap, we harness meta-learning, which uses both an ''outer-loop'' and an ''inner-loop'' loss, each of which may be balanced using different strategies. We evaluate our method, MetaBalance, on image classification, credit-card fraud detection, loan default prediction, and facial recognition tasks with severely imbalanced data, and we find that MetaBalance outperforms a wide array of popular re-sampling strategies.
Latest publications
EPSVec: Efficient and private synthetic data generation via dataset vectors
A differentially-private lightweight alternative that steers LLM generation using dataset vectors.
ICMLCritique-guided distillation for robust reasoning via refinement
A training framework that decouples critique consumption from critique generation.
ICMLCommonLID: Re-evaluating state-of-the-art language identification performance on web data
A community-driven, human-annotated LID benchmark for the web domain, covering 109 languages.
ACL