paper-with-me

홈 › Papers

MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler

2020-10-17 · NeurIPS 2020 12 · Zhining Liu, Pengfei Wei, Jing Jiang, Wei Cao, Jiang Bian, Yi Chang

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 to most of the existing learning models and the meta-sampler can be efficiently applied to new tasks. Extensive experiments on both synthetic and real-world tasks demonstrate the effectiveness, robustness, and transferability of MESA. Our code is available at https://github.com/ZhiningLiu1998/mesa.

📄 PDF Abstract BibTeX arXiv:2010.08830

Code (2)

ZhiningLiu1998/mesa 공식 구현 pytorch
NeurIPS2020AnonymousSubmission/mesa pytorch

Tasks

imbalanced classificationMeta-Learning

Methods 이 논문이 사용한 방법론

SAC 설명 없음

Similar Papers 제목 키워드 기반

MEBoost: Mixing Estimators with Boosting for Imbalanced Data Classification

2017-12-18 · Farshid Rayhan, Sajid Ahmed, Asif Mahbub, Md. Rafsan Jani 외

Class imbalance problem has been a challenging research problem in the fields of machine learning and data mining as most real life datasets are imbalanced. Several existing machine learning algorithms try to maximize th…

BIG-bench Machine LearningClassificationGeneral Classification

CUSBoost: Cluster-based Under-sampling with Boosting for Imbalanced Classification

2017-12-12 · Farshid Rayhan, Sajid Ahmed, Asif Mahbub, Md. Rafsan Jani 외

Class imbalance classification is a challenging research problem in data mining and machine learning, as most of the real-life datasets are often imbalanced in nature. Existing learning algorithms maximise the classifica…

ClusteringEnsemble LearningGeneral Classificationimbalanced classification

Classification of Imbalanced Credit scoring data sets Based on Ensemble Method with the Weighted-Hybrid-Sampling

2021-02-09 · Xiaofan Liua, Zuoquan Zhanga, Di Wanga

In the era of big data, the utilization of credit-scoring models to determine the credit risk of applicants accurately becomes a trend in the future. The conventional machine learning on credit scoring data sets tends to…

MESA: Offline Meta-RL for Safe Adaptation and Fault Tolerance

2021-12-07 · Michael Luo, Ashwin Balakrishna, Brijen Thananjeyan, Suraj Nair 외

Safe exploration is critical for using reinforcement learning (RL) in risk-sensitive environments. Recent work learns risk measures which measure the probability of violating constraints, which can then be used to enable…

continuous-controlContinuous ControlMeta-LearningReinforcement Learning (RL)+1

AdaBoost-CNN: An adaptive boosting algorithm for convolutional neural networks to classify multi-class imbalanced datasets using transfer learning

2020-09-03 · Neurocomputing 2020 9 · Aboozar Taherkhani, Georgina Cosma, T. M. McGinnity

Ensemble models achieve high accuracy by combining a number of base estimators and can increase the reliability of machine learning compared to a single estimator. Additionally, an ensemble model enables a machine learni…

BIG-bench Machine LearningTransfer Learning