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.
翻译:现有的回归模型在标签分布不平衡的情况下,往往在准确性和不确定性估计方面表现不足。在本文中,我们提出了一种概率深度学习模型,称为变分不平衡回归(VIR),该模型不仅在不平衡回归中表现良好,而且作为副产品自然产生合理的不确定性估计。与假设独立同分布表示(一个数据点的表示不会直接受到其他数据点影响)的典型变分自编码器不同,我们的VIR借用具有相似回归标签的数据来计算潜表示的高变分布;此外,与产生点估计的确定性回归模型不同,VIR预测完整的正态逆伽马分布,并调节相关的共轭分布,从而对不平衡数据施加概率重加权,进而提供更优的不确定性估计。在多个真实世界数据集上的实验表明,我们的VIR在准确性和不确定性估计方面均能超越最先进的不平衡回归模型。代码即将在https://github.com/Wang-ML-Lab/variational-imbalanced-regression发布。