Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Variational Imbalanced Regression: Fair Uncertainty Quantification via Probabilistic Smoothing

About

Existing regression models tend to fall short in both accuracy and uncertainty estimation when the label distribution is imbalanced. In this paper, we propose a probabilistic deep learning model, dubbed variational imbalanced regression (VIR), which not only performs well in imbalanced regression but naturally produces reasonable uncertainty estimation as a byproduct. Different from typical variational autoencoders assuming I.I.D. representations (a data point's representation is not directly affected by other data points), our VIR borrows data with similar regression labels to compute the latent representation's variational distribution; furthermore, different from deterministic regression models producing point estimates, VIR predicts the entire normal-inverse-gamma distributions and modulates the associated conjugate distributions to impose probabilistic reweighting on the imbalanced data, thereby providing better uncertainty estimation. Experiments in several real-world datasets show that our VIR can outperform state-of-the-art imbalanced regression models in terms of both accuracy and uncertainty estimation. Code will soon be available at https://github.com/Wang-ML-Lab/variational-imbalanced-regression.

Ziyan Wang, Hao Wang• 2023

Related benchmarks

TaskDatasetResultRank
Age EstimationIMDB-WIKI-DIR 1.0 (test)
MSE (All)118.9
14
Age PredictionAgeDB-DIR v1 (test)
MSE (All)81.76
14
Imbalanced RegressionIMDB-WIKI-DIR (test)
MAE (All)7.19
14
Imbalanced RegressionAgeDB-DIR
MAE (all)6.99
14
Imbalanced RegressionSTS-B-DIR All (test)
MSE0.892
14
Imbalanced RegressionSTS-B-DIR Many-shot (test)
MSE0.795
14
Imbalanced RegressionSTS-B-DIR Medium-shot (test)
MSE0.899
14
Imbalanced RegressionSTS-B-DIR Few-shot (test)
MSE0.781
14
RegressionSTS-B DIR (All)
MSE0.892
14
RegressionSTS-B-DIR Many-shot
MSE0.795
14
Showing 10 of 29 rows

Other info

Code

Follow for update