Papers › MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler

MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler

17 Oct 2020NeurIPS 2020 12arXiv:2010.08830archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2010.08830")

Code

Syntology Ran 14 of 18 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 2 ran; community (archive-listed): 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZhiningLiu1998/mesa officialmentioned in papermentioned on GitHubpytorchMIT report
NeurIPS2020AnonymousSubmission/mesa mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 14 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
2ran · fixture could not drive it
8ran
4unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_log_gaussian ZhiningLiu1998/mesa/sac_src/utils.py official repository ran fingerprinted MIT (permissive) · 2526cfd8d5bf5d06 · report
logsumexp ZhiningLiu1998/mesa/sac_src/utils.py official repository ran MIT (permissive) · 09556d56c8b73050 · report
load_dataset ZhiningLiu1998/mesa/utils.py official repository unverified MIT (permissive) · 13155842a3eda501 · report
DeterministicPolicy NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 56013393aeafd8da · report
Ensemble NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran MIT (permissive) · c1ebf5a998d2091f · report
GaussianPolicy NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 3393f1e0da810f3f · report
QNetwork NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · ff10fc4473be092a · report
Rater NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran MIT (permissive) · da0436c9be63db03 · report
ReplayMemory NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran MIT (permissive) · c4cf549ba24993c4 · report
gaussian_prob NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 636cc3cc12cdfb01 · report
histogram_error_distribution NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · c17d6156cdefefee · report
imbalance_train_test_split NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 4e4775be095c5d65 · report
memory_init_fulfill NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4258a828fc4e901c · report
meta_sampling NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 8b9d66c120aa4db4 · report
state_scale NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 52edf1fa0ae5a2aa · report
EnsembleTrainingEnv NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) unverified MIT (permissive) · a1cae9d58f3c469f · report
Mesa NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) unverified MIT (permissive) · 312c199e2cf3845b · report
SAC NeurIPS2020AnonymousSubmission/mesa/mesa.py community (archive-listed) unverified MIT (permissive) · 2eade89a5f8f0440 · report

Tasks

Meta-Learningimbalanced classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SAC

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections