Estimating Regression Predictive Distributions with Sample Networks

Abstract

Estimating the uncertainty in deep neural network predictions is crucial for many real-world applications. A common approach to model uncertainty is to choose a parametric distribution and fit the data to it using maximum likelihood estimation. The chosen parametric form can be a poor fit to the data-generating distribution, resulting in unreliable uncertainty estimates. In this work, we propose SampleNet, a flexible and scalable architecture for modeling uncertainty that avoids specifying a parametric form on the output distribution. SampleNets do so by defining an empirical distribution using samples that are learned with the Energy Score and regularized with the Sinkhorn Divergence. SampleNets are shown to be able to well-fit a wide range of distributions and to outperform baselines on large-scale real-world regression tasks.

Cite

Text

Harakeh et al. "Estimating Regression Predictive Distributions with Sample Networks." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I6.25948

Markdown

[Harakeh et al. "Estimating Regression Predictive Distributions with Sample Networks." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/harakeh2023aaai-estimating/) doi:10.1609/AAAI.V37I6.25948

BibTeX

@inproceedings{harakeh2023aaai-estimating,
  title     = {{Estimating Regression Predictive Distributions with Sample Networks}},
  author    = {Harakeh, Ali and Hu, Jordan Sir Kwang and Guan, Naiqing and Waslander, Steven L. and Paull, Liam},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {7830-7838},
  doi       = {10.1609/AAAI.V37I6.25948},
  url       = {https://mlanthology.org/aaai/2023/harakeh2023aaai-estimating/}
}