English

Investigating the Histogram Loss in Regression

Machine Learning 2024-10-22 v2 Artificial Intelligence Machine Learning

Abstract

It is becoming increasingly common in regression to train neural networks that model the entire distribution even if only the mean is required for prediction. This additional modeling often comes with performance gain and the reasons behind the improvement are not fully known. This paper investigates a recent approach to regression, the Histogram Loss, which involves learning the conditional distribution of the target variable by minimizing the cross-entropy between a target distribution and a flexible histogram prediction. We design theoretical and empirical analyses to determine why and when this performance gain appears, and how different components of the loss contribute to it. Our results suggest that the benefits of learning distributions in this setup come from improvements in optimization rather than modelling extra information. We then demonstrate the viability of the Histogram Loss in common deep learning applications without a need for costly hyperparameter tuning.

Keywords

Cite

@article{arxiv.2402.13425,
  title  = {Investigating the Histogram Loss in Regression},
  author = {Ehsan Imani and Kai Luedemann and Sam Scholnick-Hughes and Esraa Elelimy and Martha White},
  journal= {arXiv preprint arXiv:2402.13425},
  year   = {2024}
}

Comments

52 pages

R2 v1 2026-06-28T14:55:12.146Z