Automatic Model Selection by Modelling the Distribution of Residuals

Abstract

Many problems in computer vision involve a choice of the most suitable model for a set of data. Typically one wishes to choose a model which best represents the data in a way that generalises to unseen data without overfitting. We propose an algorithm in which the quality of a model match can be determined by calculating how well the distribution of model residuals matches a distribution estimated from the noise on the data. The distribution of residuals has two components - the measurement noise, and the noise caused by the uncertainty in the model parameters. If the model is too complex to be supported by the data, then there will be large uncertainty in the parameters. We demonstrate that the algorithm can be used to select appropriate model complexity in a variety of problems, including polynomial fitting, and selecting the number of modes to match a shape model to noisy data.

Cite

Text

Cootes et al. "Automatic Model Selection by Modelling the Distribution of Residuals." European Conference on Computer Vision, 2002. doi:10.1007/3-540-47979-1_42

Markdown

[Cootes et al. "Automatic Model Selection by Modelling the Distribution of Residuals." European Conference on Computer Vision, 2002.](https://mlanthology.org/eccv/2002/cootes2002eccv-automatic/) doi:10.1007/3-540-47979-1_42

BibTeX

@inproceedings{cootes2002eccv-automatic,
  title     = {{Automatic Model Selection by Modelling the Distribution of Residuals}},
  author    = {Cootes, Timothy F. and Thacker, Neil A. and Taylor, Christopher J.},
  booktitle = {European Conference on Computer Vision},
  year      = {2002},
  pages     = {621-635},
  doi       = {10.1007/3-540-47979-1_42},
  url       = {https://mlanthology.org/eccv/2002/cootes2002eccv-automatic/}
}