paper-with-me

홈 › Papers

Stop Oversampling for Class Imbalance Learning: A Critical Review

2022-02-04 · Ahmad B. Hassanat, Ahmad S. Tarawneh, Ghada A. Altarawneh, Abdullah Almuhaimeed

For the last two decades, oversampling has been employed to overcome the challenge of learning from imbalanced datasets. Many approaches to solving this challenge have been offered in the literature. Oversampling, on the other hand, is a concern. That is, models trained on fictitious data may fail spectacularly when put to real-world problems. The fundamental difficulty with oversampling approaches is that, given a real-life population, the synthesized samples may not truly belong to the minority class. As a result, training a classifier on these samples while pretending they represent minority may result in incorrect predictions when the model is used in the real world. We analyzed a large number of oversampling methods in this paper and devised a new oversampling evaluation system based on hiding a number of majority examples and comparing them to those generated by the oversampling process. Based on our evaluation system, we ranked all these methods based on their incorrectly generated examples for comparison. Our experiments using more than 70 oversampling methods and three imbalanced real-world datasets reveal that all oversampling methods studied generate minority samples that are most likely to be majority. Given data and methods in hand, we argue that oversampling in its current forms and methodologies is unreliable for learning from class imbalanced data and should be avoided in real-world applications.

📄 PDF Abstract BibTeX arXiv:2202.03579

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Two-Stage Resampling for Convolutional Neural Network Training in the Imbalanced Colorectal Cancer Image Classification

2020-04-07 · Michał Koziarski

Data imbalance remains one of the open challenges in the contemporary machine learning. It is especially prevalent in case of medical data, such as histopathological images. Traditional data-level approaches for dealing …

General Classificationimage-classificationImage Classification

Generative Adversarial Minority Oversampling

2019-03-22 · ICCV 2019 10 · Sankha Subhra Mullick, Shounak Datta, Swagatam Das

Class imbalance is a long-standing problem relevant to a number of real-world applications of deep learning. Oversampling techniques, which are effective for handling class imbalance in classical learning systems, can no…

Deep Learning

GenSample: A Genetic Algorithm for Oversampling in Imbalanced Datasets

2019-10-23 · Vishwa Karia, Wen-Hao Zhang, Arash Naeim, Ramin Ramezani

Imbalanced datasets are ubiquitous. Classification performance on imbalanced datasets is generally poor for the minority class as the classifier cannot learn decision boundaries well. However, in sensitive applications l…

Fraud DetectionMedical Diagnosis

Confronting Discrimination in Classification: Smote Based on Marginalized Minorities in the Kernel Space for Imbalanced Data

2024-02-13 · Lingyun Zhong

Financial fraud detection poses a typical challenge characterized by class imbalance, where instances of fraud are extremely rare but can lead to unpredictable economic losses if misidentified. Precisely classifying thes…

Fraud Detection

Extrapolated Markov Chain Oversampling Method for Imbalanced Text Classification

2025-09-02 · Aleksi Avela, Pauliina Ilmonen arxiv

Text classification is the task of automatically assigning text documents correct labels from a predefined set of categories. In real-life (text) classification tasks, observations and misclassification costs are often u…

Text Classification