paper-with-me

Papers

Oversampling for Imbalanced Learning Based on K-Means and SMOTE

2017-11-02 · Felix Last, Georgios Douzas, Fernando Bacao

Learning from class-imbalanced data continues to be a common and challenging problem in supervised learning as standard classification algorithms are designed to handle balanced class distributions. While different strategies exist to tackle this problem, methods which generate artificial data to achieve a balanced class distribution are more versatile than modifications to the classification algorithm. Such techniques, called oversamplers, modify the training data, allowing any classifier to be used with class-imbalanced datasets. Many algorithms have been proposed for this task, but most are complex and tend to generate unnecessary noise. This work presents a simple and effective oversampling method based on k-means clustering and SMOTE oversampling, which avoids the generation of noise and effectively overcomes imbalances between and within classes. Empirical results of extensive experiments with 71 datasets show that training data oversampled with the proposed method improves classification results. Moreover, k-means SMOTE consistently outperforms other popular oversampling methods. An implementation is made available in the python programming language.

📄 PDF Abstract BibTeX arXiv:1711.00837

Code (1)

felix-last/kmeans_smote 공식 구현

Tasks

ClassificationClusteringData-to-Text GenerationGeneral Classification

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

BSGAN: A Novel Oversampling Technique for Imbalanced Pattern Recognitions

2023-05-16 · Md Manjurul Ahsan, Shivakumar Raman, Zahed Siddique

Class imbalanced problems (CIP) are one of the potential challenges in developing unbiased Machine Learning (ML) models for predictions. CIP occurs when data samples are not equally distributed between the two or multipl…

Generative Adversarial Network

DeepSMOTE: Fusing Deep Learning and SMOTE for Imbalanced Data

2021-05-05 · Damien Dablain, Bartosz Krawczyk, Nitesh V. Chawla

Despite over two decades of progress, imbalanced data is still considered a significant challenge for contemporary machine learning models. Modern advances in deep learning have magnified the importance of the imbalanced…

DecoderDeep Learning

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…

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

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