paper-with-me

Papers

Hashing-Based Undersampling Ensemble for Imbalanced Pattern Classification Problems

2020-06-29 · Wing WY Ng, Shichao Xu, Jianjun Zhang, Xing Tian, Tongwen Rong, Sam Kwong

Undersampling is a popular method to solve imbalanced classification problems. However, sometimes it may remove too many majority samples which may lead to loss of informative samples. In this article, the hashing-based undersampling ensemble (HUE) is proposed to deal with this problem by constructing diversified training subspaces for undersampling. Samples in the majority class are divided into many subspaces by a hashing method. Each subspace corresponds to a training subset which consists of most of the samples from this subspace and a few samples from surrounding subspaces. These training subsets are used to train an ensemble of classification and regression tree classifiers with all minority class samples. The proposed method is tested on 25 UCI datasets against state-of-the-art methods. Experimental results show that the HUE outperforms other methods and yields good results on highly imbalanced datasets.

📄 PDF Abstract BibTeX

Code (1)

AlirezaKm/HUE

Tasks

ClassificationGeneral Classificationimbalanced classification

Similar Papers 제목 키워드 기반

LSH-DynED: A Dynamic Ensemble Framework with LSH-Based Undersampling for Evolving Multi-Class Imbalanced Classification

2025-06-24 · Soheil Abadifard, Fazli Can

The classification of imbalanced data streams, which have unequal class distributions, is a key difficulty in machine learning, especially when dealing with multiple classes. While binary imbalanced data stream classific…

imbalanced classification

LIUBoost : Locality Informed Underboosting for Imbalanced Data Classification

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

The problem of class imbalance along with class-overlapping has become a major issue in the domain of supervised learning. Most supervised learning algorithms assume equal cardinality of the classes under consideration w…

ClassificationGeneral Classification

Predictive Modeling of ICU Healthcare-Associated Infections from Imbalanced Data. Using Ensembles and a Clustering-Based Undersampling Approach

2020-05-07 · Fernando Sánchez-Hernández, Juan Carlos Ballesteros-Herráez, Mohamed S. Kraiem, Mercedes Sánchez-Barba 외

Early detection of patients vulnerable to infections acquired in the hospital environment is a challenge in current health systems given the impact that such infections have on patient mortality and healthcare costs. Thi…

ClusteringDecision Making

A Novel Hybrid Sampling Framework for Imbalanced Learning

2022-08-20 · Asif Newaz, Farhan Shahriyar Haq

Class imbalance is a frequently occurring scenario in classification tasks. Learning from imbalanced data poses a major challenge, which has instigated a lot of research in this area. Data preprocessing using sampling te…

Ensemble LearningRobust classification

A Bilevel Optimization Framework for Imbalanced Data Classification

2024-10-15 · Karen Medlin, Sven Leyffer, Krishnan Raghavan

Data rebalancing techniques, including oversampling and undersampling, are a common approach to addressing the challenges of imbalanced data. To tackle unresolved problems related to both oversampling and undersampling, …

Bilevel OptimizationClassification