paper-with-me

홈 › Papers

A Synthetic Over-sampling method with Minority and Majority classes for imbalance problems

2020-11-09 · Hadi A. Khorshidi, Uwe Aickelin

Class imbalance is a substantial challenge in classifying many real-world cases. Synthetic over-sampling methods have been effective to improve the performance of classifiers for imbalance problems. However, most synthetic over-sampling methods generate non-diverse synthetic instances within the convex hull formed by the existing minority instances as they only concentrate on the minority class and ignore the vast information provided by the majority class. They also often do not perform well for extremely imbalanced data as the fewer the minority instances, the less information to generate synthetic instances. Moreover, existing methods that generate synthetic instances using the majority class distributional information cannot perform effectively when the majority class has a multi-modal distribution. We propose a new method to generate diverse and adaptable synthetic instances using Synthetic Over-sampling with Minority and Majority classes (SOMM). SOMM generates synthetic instances diversely within the minority data space. It updates the generated instances adaptively to the neighbourhood including both classes. Thus, SOMM performs well for both binary and multiclass imbalance problems. We examine the performance of SOMM for binary and multiclass problems using benchmark data sets for different imbalance levels. The empirical results show the superiority of SOMM compared to other existing methods.

📄 PDF Abstract BibTeX arXiv:2011.04170

Code (2)

hadi1453/Synthetic-Over-sampling-with-the-Minority-and-Majority-classes-for-imbalance-problems 공식 구현
hadi1453/Synthetic-Over-sampling-with-the-Minority-and-Majority-classes-for-imbalance-problems/blob/main/SOMM.R

Similar 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…

ClusteringGeneral Classification

Counterfactual-based minority oversampling for imbalanced classification

2020-08-21 · Hao Luo, Li Liu

A key challenge of oversampling in imbalanced classification is that the generation of new minority samples often neglects the usage of majority classes, resulting in most new minority sampling spreading the whole minori…

ClassificationcounterfactualGeneral Classificationimbalanced classification

Improving Predictions on Highly Unbalanced Data Using Open Source Synthetic Data Upsampling

2025-07-22 · Ivona Krchova, Michael Platzer, Paul Tiwald arxiv

Unbalanced tabular data sets present significant challenges for predictive modeling and data analysis across a wide range of applications. In many real-world scenarios, such as fraud detection, medical diagnosis, and rar…

Medical DiagnosisFraud Detection

TLMOTE: A Topic-based Language Modelling Approach for Text Oversampling

2022-05-04 · The 35th International Florida Artificial Intelligence Research Society (FLAIRS) Conference 2022 5 · Arjun Choudhry, Seba Susan, Anmol Bansal, Anubhav Sharma

Training machine learning and deep learning models on unbalanced datasets can lead to a bias portrayed by the models towards the majority classes. To tackle the problem of bias towards majority classes, researchers have …

Language ModellingSentiment AnalysisSpam detectionSuggestion mining

AnyThreat: An Opportunistic Knowledge Discovery Approach to Insider Threat Detection

2018-12-01 · Diana Haidar, Mohamed Medhat Gaber, Yevgeniya Kovalchuk

Insider threat detection is getting an increased concern from academia, industry, and governments due to the growing number of malicious insider incidents. The existing approaches proposed for detecting insider threats s…

Feature EngineeringGeneral Classification