paper-with-me

홈 › Papers

A Novel Adaptive Minority Oversampling Technique for Improved Classification in Data Imbalanced Scenarios

2021-03-24 · Ayush Tripathi, Rupayan Chakraborty, Sunil Kumar Kopparapu

Imbalance in the proportion of training samples belonging to different classes often poses performance degradation of conventional classifiers. This is primarily due to the tendency of the classifier to be biased towards the majority classes in the imbalanced dataset. In this paper, we propose a novel three step technique to address imbalanced data. As a first step we significantly oversample the minority class distribution by employing the traditional Synthetic Minority OverSampling Technique (SMOTE) algorithm using the neighborhood of the minority class samples and in the next step we partition the generated samples using a Gaussian-Mixture Model based clustering algorithm. In the final step synthetic data samples are chosen based on the weight associated with the cluster, the weight itself being determined by the distribution of the majority class samples. Extensive experiments on several standard datasets from diverse domains shows the usefulness of the proposed technique in comparison with the original SMOTE and its state-of-the-art variants algorithms.

📄 PDF Abstract BibTeX arXiv:2103.13823

Code (1)

zoj613/pyloras

Tasks

ClusteringGeneral Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

WOTBoost: Weighted Oversampling Technique in Boosting for imbalanced learning

2019-10-17 · Wenhao Zhang, Ramin Ramezani, Arash Naeim

Machine learning classifiers often stumble over imbalanced datasets where classes are not equally represented. This inherent bias towards the majority class may result in low accuracy in labeling minority class. Imbalanc…

Fraud DetectionGeneral ClassificationIntrusion DetectionNetwork Intrusion Detection

An Adaptive Oversampling Learning Method for Class-Imbalanced Fault Diagnostics and Prognostics

2018-11-19 · Wenfang Lin, Zhen-Yu Wu, Yang Ji

Data-driven fault diagnostics and prognostics suffers from class-imbalance problem in industrial systems and it raises challenges to common machine learning algorithms as it becomes difficult to learn the features of the…

Imputation

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

SMOTified-GAN for class imbalanced pattern classification problems

2021-08-06 · Anuraganand Sharma, Prabhat Kumar Singh, Rohitash Chandra

Class imbalance in a dataset is a major problem for classifiers that results in poor prediction with a high true positive rate (TPR) but a low true negative rate (TNR) for a majority positive training dataset. Generally,…

ClassificationGenerative Adversarial NetworkTransfer Learning

GMOTE: Gaussian based minority oversampling technique for imbalanced classification adapting tail probability of outliers

2021-05-09 · Seung Jee Yang, Kyung Joon Cha

Classification of imbalanced data is one of the common problems in the recent field of data mining. Imbalanced data substantially affects the performance of standard classification models. Data-level approaches mainly us…

ClusteringGeneral Classificationimbalanced classification