Search papers, labs, and topics across Lattice.
This paper introduces QC-SMOTE, a novel oversampling framework designed to address the challenges of class imbalance in classification tasks by generating high-quality synthetic samples. By employing a composite neighbourhood trustworthiness score that assesses minority sample reliability, QC-SMOTE adapts its generation strategy based on local data geometry, ensuring that low-quality samples are replaced with original duplicates when necessary. Experiments across 30 imbalanced datasets reveal that QC-SMOTE significantly outperforms existing methods, achieving the highest average AUC-ROC and Macro F1 scores, particularly in scenarios of moderate to severe imbalance.
QC-SMOTE outperforms traditional methods by ensuring synthetic samples are generated with high reliability, adapting to the local data structure to avoid noise and overlap pitfalls.
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.