A Minimum Risk Metric for Nearest Neighbor Classification

Abstract

Nearest Neighbor is a well-known algorithm extensively studied by the Pattern Recognition and Machine Learning communities and widely exploited in Case Based Reasoning applications. The notion of metric is central to Nearest Neighbor's working and different feature weighting metrics have been proposed in order to increase its performance. In this work we present an original Probability Based Metric, i.e. a metric for classification tasks that relies on estimates of the posterior probabilities, called Minimum Risk Metric (MRM). MRM is optimal but it optimizes directly the finite misclassification risk whereas the Short and Fukunaga Metric minimize the difference between finite risk and asymptotic risk. An experimental comparison of MRM with Short and Fukunaga Metric, Value Difference Metric, and Euclidean-Hamming metrics on benchmark datasets shows that MRM outperforms the other metrics and performs comparably to the Bayes Classifier based on the same probability estimates. The results suggests that MRM can be useful in applications were the retrieval of a nearest neighbor is required (e.g. Case Based Reasoning).

Cite

Text

Blanzieri and Ricci. "A Minimum Risk Metric for Nearest Neighbor Classification." International Conference on Machine Learning, 1999.

Markdown

[Blanzieri and Ricci. "A Minimum Risk Metric for Nearest Neighbor Classification." International Conference on Machine Learning, 1999.](https://mlanthology.org/icml/1999/blanzieri1999icml-minimum/)

BibTeX

@inproceedings{blanzieri1999icml-minimum,
  title     = {{A Minimum Risk Metric for Nearest Neighbor Classification}},
  author    = {Blanzieri, Enrico and Ricci, Francesco},
  booktitle = {International Conference on Machine Learning},
  year      = {1999},
  pages     = {22-31},
  url       = {https://mlanthology.org/icml/1999/blanzieri1999icml-minimum/}
}