paper-with-me

홈 › Papers

Effective Class-Imbalance learning based on SMOTE and Convolutional Neural Networks

2022-09-01 · Javad Hassannataj Joloudari, Abdolreza Marefat, Mohammad Ali Nematollahi, Solomon Sunday Oyelere, Sadiq Hussain

Imbalanced Data (ID) is a problem that deters Machine Learning (ML) models for achieving satisfactory results. ID is the occurrence of a situation where the quantity of the samples belonging to one class outnumbers that of the other by a wide margin, making such models learning process biased towards the majority class. In recent years, to address this issue, several solutions have been put forward, which opt for either synthetically generating new data for the minority class or reducing the number of majority classes for balancing the data. Hence, in this paper, we investigate the effectiveness of methods based on Deep Neural Networks (DNNs) and Convolutional Neural Networks (CNNs), mixed with a variety of well-known imbalanced data solutions meaning oversampling and undersampling. To evaluate our methods, we have used KEEL, breast cancer, and Z-Alizadeh Sani datasets. In order to achieve reliable results, we conducted our experiments 100 times with randomly shuffled data distributions. The classification results demonstrate that the mixed Synthetic Minority Oversampling Technique (SMOTE)-Normalization-CNN outperforms different methodologies achieving 99.08% accuracy on the 24 imbalanced datasets. Therefore, the proposed mixed model can be applied to imbalanced binary classification problems on other real datasets.

📄 PDF Abstract BibTeX arXiv:2209.00653

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

Enhancing Machine Learning for Imbalanced Medical Data: A Quantum-Inspired Approach to Synthetic Oversampling (QI-SMOTE)

2025-09-02 · Vikas Kashtriya, Pardeep Singh arxiv

Class imbalance remains a critical challenge in machine learning (ML), particularly in the medical domain, where underrepresented minority classes lead to biased models and reduced predictive performance. This study intr…

Data Augmentation

Continuous Fair SMOTE -- Fairness-Aware Stream Learning from Imbalanced Data

2025-05-19 · Kathrin Lammers, Valerie Vaquet, Barbara Hammer

As machine learning is increasingly applied in an online fashion to deal with evolving data streams, the fairness of these algorithms is a matter of growing ethical and legal concern. In many use cases, class imbalance i…

Fairness

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…

Minimum Enclosing Ball Synthetic Minority Oversampling Technique from a Geometric Perspective

2024-08-07 · Yi-Yang Shangguan, Shi-Shun Chen, Xiao-Yang Li

Class imbalance refers to the significant difference in the number of samples from different classes within a dataset, making it challenging to identify minority class samples correctly. This issue is prevalent in real-w…

Fraud DetectionMedical Diagnosis

AxelSMOTE: An Agent-Based Oversampling Algorithm for Imbalanced Classification

2025-09-08 · Sukumar Kishanthan, Asela Hevapathige arxiv

Class imbalance in machine learning poses a significant challenge, as skewed datasets often hinder performance on minority classes. Traditional oversampling techniques, which are commonly used to alleviate class imbalanc…

Computational Efficiency