Rebalancing with Calibrated Sub-classes (RCS): A Statistical Fusion-based Framework for Robust Imbalanced Classification across Modalities
Priyobrata Mondal, Faizanuddin Ansari, Swagatam Das
TL;DR
This work tackles extreme class imbalance across image, text, and tabular modalities by introducing Rebalancing with Calibrated Sub-classes (RCS), a statistical fusion-based framework that blends majority and intermediate-class statistics to calibrate minority distributions. It combines an autoencoder with supervised, contrastive, and reconstruction objectives to produce a disentangled latent space, and uses Gaussian Mixture Models plus a novel distribution-calibration scheme to generate faithful synthetic minority samples in latent space (then decoded to data space when needed). Key contributions include the three-way class categorization (majority, intermediate, minority), theoretical guarantees for calibrated means and unbiased sampling, and extensive empirical validation showing consistent gains over state-of-the-art oversampling and calibration methods across eight image/text/tabular benchmarks. The results demonstrate robust, scalable improvements in imbalance settings, with practical impact for real-world deployments where minority patterns are subtle and high-dimensional data abounds.
Abstract
Class imbalance, where certain classes have insufficient data, poses a critical challenge for robust classification, often biasing models toward majority classes. Distribution calibration offers a promising avenue to address this by estimating more accurate class distributions. In this work, we propose Rebalancing with Calibrated Sub-classes (RCS) - a novel distribution calibration framework for robust imbalanced classification. RCS aims to fuse statistical information from the majority and intermediate class distributions via a weighted mixture of Gaussian components to estimate minority class parameters more accurately. An encoder-decoder network is trained to preserve structural relationships in imbalanced datasets and prevent feature disentanglement. Post-training, encoder-extracted feature vectors are leveraged to generate synthetic samples guided by the calibrated distributions. This fusion-based calibration effectively mitigates overgeneralization by incorporating neighborhood distribution information rather than relying solely on majority-class statistics. Extensive experiments on diverse image, text, and tabular datasets demonstrate that RCS consistently outperforms several baseline and state-of-the-art methods, highlighting its effectiveness and broad applicability in addressing real-world imbalanced classification challenges.
