LGJul 10

RUBRIC: Realism--Utility Balanced Ranking for Imbalanced Classification

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

It addresses the problem of low-quality synthetic samples in oversampling for imbalanced classification, offering a principled filtering method that improves generalization for risk-sensitive applications like fraud detection.

RUBRIC is a generator-agnostic filtering framework for imbalanced classification that selects synthetic samples by balancing realism and utility, improving F1-macro and recall while maintaining ROC-AUC across several generators.

Class imbalance poses a fundamental challenge in risk-sensitive applications such as fraud detection and medical diagnosis, where minority-class samples are scarce yet critical for accurate classification. Existing oversampling methods generate synthetic samples to rebalance class distributions; however, they often produce large numbers of low-quality candidates that distort decision boundaries or introduce artifacts, leading to overfitting and degraded generalization. In this work, we introduce RUBRIC, a generator-agnostic filtering framework that formulates synthetic sample selection as a quality-over-quantity optimization problem. RUBRIC ranks candidates using a realism-utility trade-off: realism is quantified by a learned discriminator that distinguishes real samples from synthetic samples, while utility captures proximity to the decision boundary through a concave margin-based scoring function. We show that, under mild regularity conditions, the proposed filtering strategy monotonically tightens the generalization bound for margin-based classifiers by jointly reducing distribution shift and suppressing near-negative tail contributions. Through extensive experiments on credit-card fraud detection and other imbalanced benchmarks, we demonstrate that RUBRIC improves F1-macro and recall while maintaining comparable ROC-AUC across several generators. We also provide explicit lambda-sensitivity analysis to show how users can recover AUPRC when ranking quality is prioritized.

Foundations

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

Your Notes