paper-with-me

Papers

A binary PSO based ensemble under-sampling model for rebalancing imbalanced training data

2025-01-31 · Jinyan Li, Yaoyang Wu, Simon Fong, Antonio J. Tallón-Ballesteros, Xin-She Yang, Sabah Mohammed, Feng Wu

Ensemble technique and under-sampling technique are both effective tools used for imbalanced dataset classification problems. In this paper, a novel ensemble method combining the advantages of both ensemble learning for biasing classifiers and a new under-sampling method is proposed. The under-sampling method is named Binary PSO instance selection; it gathers with ensemble classifiers to find the most suitable length and combination of the majority class samples to build a new dataset with minority class samples. The proposed method adopts multi-objective strategy, and contribution of this method is a notable improvement of the performances of imbalanced classification, and in the meantime guaranteeing a best integrity possible for the original dataset. We experimented the proposed method and compared its performance of processing imbalanced datasets with several other conventional basic ensemble methods. Experiment is also conducted on these imbalanced datasets using an improved version where ensemble classifiers are wrapped in the Binary PSO instance selection. According to experimental results, our proposed methods outperform single ensemble methods, state-of-the-art under-sampling methods, and also combinations of these methods with the traditional PSO instance selection algorithm.

📄 PDF Abstract BibTeX arXiv:2502.01655

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learningimbalanced classification

Similar Papers 제목 키워드 기반

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

Reviving Threshold-Moving: a Simple Plug-in Bagging Ensemble for Binary and Multiclass Imbalanced Data

2016-06-28 · Guillem Collell, Drazen Prelec, Kaustubh Patil

Class imbalance presents a major hurdle in the application of data mining methods. A common practice to deal with it is to create ensembles of classifiers that learn from resampled balanced data. For example, bagged deci…

Do we need rebalancing strategies? A theoretical and empirical study around SMOTE and its variants

2024-02-06 · Abdoulaye Sakho, Emmanuel Malherbe, Erwan Scornet

Synthetic Minority Oversampling Technique (SMOTE) is a common rebalancing strategy for handling imbalanced tabular data sets. However, few works analyze SMOTE theoretically. In this paper, we prove that SMOTE (with defau…

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

An empirical evaluation of imbalanced data strategies from a practitioner's point of view

2018-10-16 · Jacques Wainer

This paper evaluates six strategies for mitigating imbalanced data: oversampling, undersampling, ensemble methods, specialized algorithms, class weight adjustments, and a no-mitigation approach referred to as the baselin…