Papers › Self-paced Ensemble for Highly Imbalanced Massive Data Classification

Self-paced Ensemble for Highly Imbalanced Massive Data Classification

8 Sep 2019arXiv:1909.03500archive 2025-07-28

Zhining Liu, Wei Cao, Zhifeng Gao, Jiang Bian, Hechang Chen, Yi Chang, Tie-Yan Liu

Many real-world applications reveal difficulties in learning classifiers from imbalanced data. The rising big data era has been witnessing more classification tasks with large-scale but extremely imbalance and low-quality datasets. Most of existing learning methods suffer from poor performance or low computation efficiency under such a scenario. To tackle this problem, we conduct deep investigations into the nature of class imbalance, which reveals that not only the disproportion between classes, but also other difficulties embedded in the nature of data, especially, noises and class overlapping, prevent us from learning effective classifiers. Taking those factors into consideration, we propose a novel framework for imbalance classification that aims to generate a strong ensemble by self-paced harmonizing data hardness via under-sampling. Extensive experiments have shown that this new framework, while being very computationally efficient, can lead to robust performance even under highly overlapping classes and extremely skewed distribution. Note that, our methods can be easily adapted to most of existing learning methods (e.g., C4.5, SVM, GBDT and Neural Network) to boost their performance on imbalanced data.

PaperPDFCodeCode 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="1909.03500")

Code

Syntology Ran 1 of 13 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: official repository: 13 samples from 1 repository, 1 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/self-paced-ensemble officialmentioned in papermentioned on GitHubMIT 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

13 samples harvested; 1 ran; 0 honoured the contract we drafted; 12 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 · fixture could not drive it
12unverified

Licence: 0 of the 13 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 ZhiningLiu1998/self-paced-ensemble. “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.

check_target_type ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_validation.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 8dc1dbc6e2b2e261 · report
check_eval_datasets ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_validation_data.py official repository unverified MIT (permissive) · fe7f7070ccd65a42 · report
check_n_target_samples ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_validation_param.py official repository unverified MIT (permissive) · 191e69f2dc4a7ca7 · report
check_sampling_strategy ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_validation.py official repository unverified MIT (permissive) · a6714376095e7577 · report
check_target_label ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_validation_param.py official repository unverified MIT (permissive) · 0d7d1a79c88c9f3d · report
check_target_label_and_n_target_samples ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_validation_param.py official repository unverified MIT (permissive) · b174867866f9c61e · report
imbalance_train_test_split ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_utils.py official repository unverified MIT (permissive) · 73c1261f7af67bdb · report
load_covtype_dataset ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_utils.py official repository unverified MIT (permissive) · 54be56bd49600894 · report
make_binary_classification_target ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_utils.py official repository unverified MIT (permissive) · 7128f053169a319a · report
plot_class_distribution ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_plot.py official repository unverified MIT (permissive) · 1c0a7146d1bf4c80 · report
plot_scatter ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_plot.py official repository unverified MIT (permissive) · 8684fa95672d989e · report
set_ax_border ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/utils/_plot.py official repository unverified MIT (permissive) · 5feff5207339c493 · report
sort_dict_by_key ZhiningLiu1998/self-paced-ensemble/self_paced_ensemble/self_paced_ensemble/base.py official repository unverified MIT (permissive) · 725d4912711bd963 · report

Tasks

ClassificationGeneral Classificationimbalanced classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SVM

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