paper-with-me

Papers

From SMOTE to Mixup for Deep Imbalanced Classification

2023-08-29 · Wei-Chao Cheng, Tan-Ha Mai, Hsuan-Tien Lin

Given imbalanced data, it is hard to train a good classifier using deep learning because of the poor generalization of minority classes. Traditionally, the well-known synthetic minority oversampling technique (SMOTE) for data augmentation, a data mining approach for imbalanced learning, has been used to improve this generalization. However, it is unclear whether SMOTE also benefits deep learning. In this work, we study why the original SMOTE is insufficient for deep learning, and enhance SMOTE using soft labels. Connecting the resulting soft SMOTE with Mixup, a modern data augmentation technique, leads to a unified framework that puts traditional and modern data augmentation techniques under the same umbrella. A careful study within this framework shows that Mixup improves generalization by implicitly achieving uneven margins between majority and minority classes. We then propose a novel margin-aware Mixup technique that more explicitly achieves uneven margins. Extensive experimental results demonstrate that our proposed technique yields state-of-the-art performance on deep imbalanced classification while achieving superior performance on extremely imbalanced data. The code is open-sourced in our developed package https://github.com/ntucllab/imbalanced-DL to foster future research in this direction.

📄 PDF Abstract BibTeX arXiv:2308.15457

Code (1)

ntucllab/imbalanced-dl 공식 구현 pytorch

Tasks

ClassificationData AugmentationDeep Learningimbalanced classification

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

STEM Rebalance: A Novel Approach for Tackling Imbalanced Datasets using SMOTE, Edited Nearest Neighbour, and Mixup

2023-11-13 · Yumnah Hasan, Fatemeh Amerehi, Patrick Healy, Conor Ryan

Imbalanced datasets in medical imaging are characterized by skewed class proportions and scarcity of abnormal cases. When trained using such data, models tend to assign higher probabilities to normal cases, leading to bi…

LoRAS: An oversampling approach for imbalanced datasets

2019-08-22 · Saptarshi Bej, Narek Davtyan, Markus Wolfien, Mariam Nassar 외

The Synthetic Minority Oversampling TEchnique (SMOTE) is widely-used for the analysis of imbalanced datasets. It is known that SMOTE frequently over-generalizes the minority class, leading to misclassifications for the m…

General Classification

Geometric SMOTE: Effective oversampling for imbalanced learning through a geometric extension of SMOTE

2017-09-21 · Georgios Douzas, Fernando Bacao

Classification of imbalanced datasets is a challenging task for standard algorithms. Although many methods exist to address this problem in different ways, generating artificial data for the minority class is a more gene…

GK-SMOTE: A Hyperparameter-free Noise-Resilient Gaussian KDE-Based Oversampling Approach

2025-09-14 · Mahabubur Rahman Miraj, Hongyu Huang, Ting Yang, Jinxue Zhao 외 arxiv

Imbalanced classification is a significant challenge in machine learning, especially in critical applications like medical diagnosis, fraud detection, and cybersecurity. Traditional oversampling techniques, such as SMOTE…

Binary ClassificationDensity EstimationMedical DiagnosisFraud Detection

CGMOS: Certainty Guided Minority OverSampling

2016-07-21 · Xi Zhang, Di Ma, Lin Gan, Shanshan Jiang 외

Handling imbalanced datasets is a challenging problem that if not treated correctly results in reduced classification performance. Imbalanced datasets are commonly handled using minority oversampling, whereas the SMOTE a…

ClassificationGeneral Classification