Comparing the Bayes and Typicalness Frameworks

Abstract

When correct priors are known, Bayesian algorithms give optimal decisions, and accurate confidence values for predictions can be obtained. If the prior is incorrect however, these confidence values have no theoretical base — even though the algorithms’ predictive performance may be good. There also exist many successful learning algorithms which only depend on the iid assumption. Often however they produce no confidence values for their predictions. Bayesian frameworks are often applied to these algorithms in order to obtain such values, however they can rely on unjustified priors. In this paper we outline the typicalness framework which can be used in conjunction with many other machine learning algorithms. The framework provides confidence information based only on the standard iid assumption and so is much more robust to different underlying data distributions. We show how the framework can be applied to existing algorithms. We also present experimental results which show that the typicalness approach performs close to Bayes when the prior is known to be correct. Unlike Bayes however, the method still gives accurate confidence values even when different data distributions are considered.

Cite

Text

Melluish et al. "Comparing the Bayes and Typicalness Frameworks." European Conference on Machine Learning, 2001. doi:10.1007/3-540-44795-4_31

Markdown

[Melluish et al. "Comparing the Bayes and Typicalness Frameworks." European Conference on Machine Learning, 2001.](https://mlanthology.org/ecmlpkdd/2001/melluish2001ecml-comparing/) doi:10.1007/3-540-44795-4_31

BibTeX

@inproceedings{melluish2001ecml-comparing,
  title     = {{Comparing the Bayes and Typicalness Frameworks}},
  author    = {Melluish, Thomas and Saunders, Craig and Nouretdinov, Ilia and Vovk, Volodya},
  booktitle = {European Conference on Machine Learning},
  year      = {2001},
  pages     = {360-371},
  doi       = {10.1007/3-540-44795-4_31},
  url       = {https://mlanthology.org/ecmlpkdd/2001/melluish2001ecml-comparing/}
}