LGAIMLApr 6, 2023

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

arXiv:2304.02858v3461 citationsh-index: 14
Originality Synthesis-oriented
AI Analysis

This study provides guidance for practitioners in machine learning on effective methods to handle imbalanced datasets, though it is incremental as it reviews and compares existing techniques.

The paper evaluates combinations of 9 data augmentation and 9 ensemble learning methods on class-imbalanced benchmark problems, finding that traditional methods like SMOTE and random oversampling outperform GANs in performance and computational cost for selected cases.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes