paper-with-me

홈 › Papers

QC-SMOTE: Quality-Controlled SMOTE for Imbalanced Classification

2026-06-23 · Parth Upman, Shreyank N Gowda arxiv

Class imbalance poses a significant challenge in classification, where existing methods such as SMOTE often generate low-quality synthetic samples in regions with noise or class overlap. We propose QC-SMOTE, a quality-controlled oversampling framework that estimates minority sample reliability using a composite neighbourhood trustworthiness score combining local density, safe-level, and isolation from the majority class. Synthetic candidates are generated using an IPQ-guided best-of-K strategy that evaluates midpoint purity and, when required, majority clearance, with allocation guided by sample reliability and boundary informativeness. Generation behaviour adapts across overlap--imbalance regimes, adjusting interpolation range and selection criteria to match local data geometry. Low-quality synthetic samples are replaced with original minority duplicates when neighbourhood purity falls below an adaptive threshold, providing graceful degradation by reverting to duplication in severely noisy regions. Experiments on 30 imbalanced datasets using repeated stratified cross-validation show that QC-SMOTE achieves the strongest average AUC-ROC and Macro F1 among the compared oversampling methods, with particularly clear gains under moderate and severe imbalance. These results demonstrate the importance of quality-aware, geometry-adaptive synthetic sampling for robust imbalanced classification.

📄 PDF Abstract BibTeX arXiv:2606.24625

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

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…

ClassificationData AugmentationDeep Learningimbalanced classification

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

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

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