paper-with-me

Papers

Progressive Boosting for Class Imbalance

2017-06-05 · Roghayeh Soleymani, Eric Granger, Giorgio Fumera

Pattern recognition applications often suffer from skewed data distributions between classes, which may vary during operations w.r.t. the design data. Two-class classification systems designed using skewed data tend to recognize the majority class better than the minority class of interest. Several data-level techniques have been proposed to alleviate this issue by up-sampling minority samples or under-sampling majority samples. However, some informative samples may be neglected by random under-sampling and adding synthetic positive samples through up-sampling adds to training complexity. In this paper, a new ensemble learning algorithm called Progressive Boosting (PBoost) is proposed that progressively inserts uncorrelated groups of samples into a Boosting procedure to avoid loss of information while generating a diverse pool of classifiers. Base classifiers in this ensemble are generated from one iteration to the next, using subsets from a validation set that grows gradually in size and imbalance. Consequently, PBoost is more robust to unknown and variable levels of skew in operational data, and has lower computation complexity than Boosting ensembles in literature. In PBoost, a new loss factor is proposed to avoid bias of performance towards the negative class. Using this loss factor, the weight update of samples and classifier contribution in final predictions are set based on the ability to recognize both classes. Using the proposed loss factor instead of standard accuracy can avoid biasing performance in any Boosting ensemble. The proposed approach was validated and compared using synthetic data, videos from the FIA dataset that emulates face re-identification applications, and KEEL collection of datasets. Results show that PBoost can outperform state of the art techniques in terms of both accuracy and complexity over different levels of imbalance and overlap between classes.

📄 PDF Abstract BibTeX arXiv:1706.01531

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Boosting-GNN: Boosting Algorithm for Graph Networks on Imbalanced Node Classification

2021-05-25 · S. Shi, Kai Qiao, Shuai Yang, L. Wang 외

The Graph Neural Network (GNN) has been widely used for graph data representation. However, the existing researches only consider the ideal balanced dataset, and the imbalanced dataset is rarely considered. Traditional m…

Ensemble LearningGraph Neural NetworkNode ClassificationTransfer Learning

AdaCC: Cumulative Cost-Sensitive Boosting for Imbalanced Classification

2022-09-17 · Vasileios Iosifidis, Symeon Papadopoulos, Bodo Rosenhahn, Eirini Ntoutsi

Class imbalance poses a major challenge for machine learning as most supervised learning models might exhibit bias towards the majority class and under-perform in the minority class. Cost-sensitive learning tackles this …

Classificationimbalanced classification

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

Collaborative Optimization of Multiclass Imbalanced Learning: Density-Aware and Region-Guided Boosting

2025-12-27 · Chuantao Li, Zhi Li, Jiahao Xu, Jie Li 외 arxiv

Numerous studies on Boosting attempt to mitigate classification bias caused by class imbalance. However, existing studies have yet to explore the collaborative optimization of imbalanced learning and model training. This…

Beyond Rebalancing: Benchmarking Binary Classifiers Under Class Imbalance Without Rebalancing Techniques

2025-09-09 · Ali Nawaz, Amir Ahmad, Shehroz S. Khan arxiv

Class imbalance poses a significant challenge to supervised classification, particularly in critical domains like medical diagnostics and anomaly detection where minority class instances are rare. While numerous studies …

Anomaly Detection