LGJun 23

QC-SMOTE: Quality-Controlled SMOTE for Imbalanced Classification

arXiv:2606.246252.9
Predicted impact top 94% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners dealing with imbalanced classification, QC-SMOTE provides a more robust oversampling method that avoids generating low-quality synthetic samples in noisy or overlapping regions.

QC-SMOTE introduces a quality-controlled oversampling framework that estimates minority sample reliability and adapts synthetic sample generation to local data geometry, achieving the strongest average AUC-ROC and Macro F1 across 30 imbalanced datasets compared to existing methods, with clear gains under moderate and severe imbalance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes