Making Reliable and Flexible Decisions in Long-tailed Classification
Bolian Li, Ruqi Zhang
TL;DR
The paper addresses the challenge of making reliable decisions in long-tailed classification by embedding decision risk into the learning objective via an integrated gain grounded in Bayesian Decision Theory. It introduces a flexible utility-based framework RF-DLC that aligns training with the testing distribution through importance weighting and learns a posterior over models using particle-based variational inference with repulsive regularization. By enabling tail-sensitive and class/metaclass-sensitive utilities, RF-DLC improves misprediction risks relevant to real-world tasks while providing calibrated uncertainty estimates. Extensive experiments on standard and real-world data demonstrate improved False Head Rate, robustness across utilities, and strong uncertainty quantification, highlighting practical impact for safety-critical and fairness-aware applications.
Abstract
Long-tailed classification is challenging due to its heavy imbalance in class probabilities. While existing methods often focus on overall accuracy or accuracy for tail classes, they overlook a critical aspect: certain types of errors can carry greater risks than others in real-world long-tailed problems. For example, misclassifying patients (a tail class) as healthy individuals (a head class) entails far more serious consequences than the reverse scenario. To address this critical issue, we introduce Making Reliable and Flexible Decisions in Long-tailed Classification (RF-DLC), a novel framework aimed at reliable predictions in long-tailed problems. Leveraging Bayesian Decision Theory, we introduce an integrated gain to seamlessly combine long-tailed data distributions and the decision-making procedure. We further propose an efficient variational optimization strategy for the decision risk objective. Our method adapts readily to diverse utility matrices, which can be designed for specific tasks, ensuring its flexibility for different problem settings. In empirical evaluation, we design a new metric, False Head Rate, to quantify tail-sensitivity risk, along with comprehensive experiments on multiple real-world tasks, including large-scale image classification and uncertainty quantification, to demonstrate the reliability and flexibility of our method.
