MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler
Zhining Liu, Pengfei Wei, Jing Jiang, Wei Cao, Jiang Bian, Yi Chang

TL;DR
MESA introduces an adaptive ensemble learning framework for imbalanced data that learns sampling strategies directly from data, improving robustness and applicability over traditional heuristic methods.
Contribution
It proposes a novel ensemble imbalanced learning framework that decouples model training from meta-learning, enabling efficient and transferable sampling strategies.
Findings
MESA outperforms existing methods on synthetic and real-world datasets.
It demonstrates robustness and transferability across various tasks.
The framework is generally applicable to most learning models.
Abstract
Imbalanced learning (IL), i.e., learning unbiased models from class-imbalanced data, is a challenging problem. Typical IL methods including resampling and reweighting were designed based on some heuristic assumptions. They often suffer from unstable performance, poor applicability, and high computational cost in complex tasks where their assumptions do not hold. In this paper, we introduce a novel ensemble IL framework named MESA. It adaptively resamples the training set in iterations to get multiple classifiers and forms a cascade ensemble model. MESA directly learns the sampling strategy from data to optimize the final metric beyond following random heuristics. Moreover, unlike prevailing meta-learning-based IL solutions, we decouple the model-training and meta-training in MESA by independently train the meta-sampler over task-agnostic meta-data. This makes MESA generally applicable…
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
Taxonomy
TopicsImbalanced Data Classification Techniques · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
MethodsSwitchable Atrous Convolution
