LGMay 9, 2021

RB-CCR: Radial-Based Combined Cleaning and Resampling algorithm for imbalanced data classification

arXiv:2105.04009v116 citations
Originality Incremental advance
AI Analysis

This addresses classification challenges in domains like medicine and finance where imbalanced data and misclassification costs are critical, though it appears incremental as an enhancement to existing CCR methods.

The paper tackles the problem of imbalanced data classification by proposing RB-CCR, a resampling algorithm that improves precision-recall trade-offs, achieving better AUC and G-mean scores than state-of-the-art methods on 57 benchmark datasets.

Real-world classification domains, such as medicine, health and safety, and finance, often exhibit imbalanced class priors and have asynchronous misclassification costs. In such cases, the classification model must achieve a high recall without significantly impacting precision. Resampling the training data is the standard approach to improving classification performance on imbalanced binary data. However, the state-of-the-art methods ignore the local joint distribution of the data or correct it as a post-processing step. This can causes sub-optimal shifts in the training distribution, particularly when the target data distribution is complex. In this paper, we propose Radial-Based Combined Cleaning and Resampling (RB-CCR). RB-CCR utilizes the concept of class potential to refine the energy-based resampling approach of CCR. In particular, RB-CCR exploits the class potential to accurately locate sub-regions of the data-space for synthetic oversampling. The category sub-region for oversampling can be specified as an input parameter to meet domain-specific needs or be automatically selected via cross-validation. Our $5\times2$ cross-validated results on 57 benchmark binary datasets with 9 classifiers show that RB-CCR achieves a better precision-recall trade-off than CCR and generally out-performs the state-of-the-art resampling methods in terms of AUC and G-mean.

Code Implementations1 repo
Foundations

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

Your Notes