paper-with-me

Papers

A review of ensemble learning and data augmentation models for class imbalanced problems: combination, implementation and evaluation

2023-04-06 · Azal Ahmad Khan, Omkar Chaudhari, Rohitash Chandra

Class imbalance (CI) in classification problems arises when the number of observations belonging to one class is lower than the other. Ensemble learning combines multiple models to obtain a robust model and has been prominently used with data augmentation methods to address class imbalance problems. In the last decade, a number of strategies have been added to enhance ensemble learning and data augmentation methods, along with new methods such as generative adversarial networks (GANs). A combination of these has been applied in many studies, and the evaluation of different combinations would enable a better understanding and guidance for different application domains. In this paper, we present a computational study to evaluate data augmentation and ensemble learning methods used to address prominent benchmark CI problems. We present a general framework that evaluates 9 data augmentation and 9 ensemble learning methods for CI problems. Our objective is to identify the most effective combination for improving classification performance on imbalanced datasets. The results indicate that combinations of data augmentation methods with ensemble learning can significantly improve classification performance on imbalanced datasets. We find that traditional data augmentation methods such as the synthetic minority oversampling technique (SMOTE) and random oversampling (ROS) are not only better in performance for selected CI problems, but also computationally less expensive than GANs. Our study is vital for the development of novel models for handling imbalanced datasets.

📄 PDF Abstract BibTeX arXiv:2304.02858

Code (1)

sydney-machine-learning/review-classimbalanced-ensemblelearning 공식 구현 pytorch

Tasks

Data AugmentationEnsemble Learning

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

Balanced Split: A new train-test data splitting strategy for imbalanced datasets

2022-12-17 · Azal Ahmad Khan

Classification data sets with skewed class proportions are called imbalanced. Class imbalance is a problem since most machine learning classification algorithms are built with an assumption of equal representation of all…

Data AugmentationEnsemble Learning

Ensemble of pre-trained language models and data augmentation for hate speech detection from Arabic tweets

2024-07-02 · Kheir Eddine Daouadi, Yaakoub Boualleg, Kheir Eddine Haouaouchi

Today, hate speech classification from Arabic tweets has drawn the attention of several researchers. Many systems and techniques have been developed to resolve this classification task. Nevertheless, two of the major cha…

Data AugmentationEnsemble LearningHate Speech Detection

SleepEGAN: A GAN-enhanced Ensemble Deep Learning Model for Imbalanced Classification of Sleep Stages

2023-07-04 · Xuewei Cheng, Ke Huang, Yi Zou, Shujie Ma

Deep neural networks have played an important role in automatic sleep stage classification because of their strong representation and in-model feature transformation abilities. However, class imbalance and individual het…

Automatic Sleep Stage ClassificationClassificationData AugmentationEEG+3

On dynamic ensemble selection and data preprocessing for multi-class imbalance learning

2018-03-11 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

Class-imbalance refers to classification problems in which many more instances are available for certain classes than for others. Such imbalanced datasets require special attention because traditional classifiers general…

General Classification