English

Posterior Re-calibration for Imbalanced Datasets

Machine Learning 2020-10-23 v1

Abstract

Neural Networks can perform poorly when the training label distribution is heavily imbalanced, as well as when the testing data differs from the training distribution. In order to deal with shift in the testing label distribution, which imbalance causes, we motivate the problem from the perspective of an optimal Bayes classifier and derive a post-training prior rebalancing technique that can be solved through a KL-divergence based optimization. This method allows a flexible post-training hyper-parameter to be efficiently tuned on a validation set and effectively modify the classifier margin to deal with this imbalance. We further combine this method with existing likelihood shift methods, re-interpreting them from the same Bayesian perspective, and demonstrating that our method can deal with both problems in a unified way. The resulting algorithm can be conveniently used on probabilistic classification problems agnostic to underlying architectures. Our results on six different datasets and five different architectures show state of art accuracy, including on large-scale imbalanced datasets such as iNaturalist for classification and Synthia for semantic segmentation. Please see https://github.com/GT-RIPL/UNO-IC.git for implementation.

Keywords

Cite

@article{arxiv.2010.11820,
  title  = {Posterior Re-calibration for Imbalanced Datasets},
  author = {Junjiao Tian and Yen-Cheng Liu and Nathan Glaser and Yen-Chang Hsu and Zsolt Kira},
  journal= {arXiv preprint arXiv:2010.11820},
  year   = {2020}
}

Comments

Accepted to NeurIPS 2020

R2 v1 2026-06-23T19:33:42.238Z