Sparse Probabilistic Classifiers

Abstract

The scores returned by support vector machines are often used as a confidence measures in the classification of new examples. However, there is no theoretical argument sustaining this practice. Thus, when classification uncertainty has to be assessed, it is safer to resort to classifiers estimating conditional probabilities of class labels. Here, we focus on the ambiguity in the vicinity of the boundary decision. We propose an adaptation of maximum likelihood estimation, instantiated on logistic regression. The model outputs proper conditional probabilities into a user-defined interval and is less precise elsewhere. The model is also sparse, in the sense that few examples contribute to the solution. The computational effciency is thus improved compared to logistic regression. Furthermore, preliminary experiments show improvements over standard logistic regression and performances similar to support vector machines.

Cite

Text

Hérault and Grandvalet. "Sparse Probabilistic Classifiers." International Conference on Machine Learning, 2007. doi:10.1145/1273496.1273539

Markdown

[Hérault and Grandvalet. "Sparse Probabilistic Classifiers." International Conference on Machine Learning, 2007.](https://mlanthology.org/icml/2007/herault2007icml-sparse/) doi:10.1145/1273496.1273539

BibTeX

@inproceedings{herault2007icml-sparse,
  title     = {{Sparse Probabilistic Classifiers}},
  author    = {Hérault, Romain and Grandvalet, Yves},
  booktitle = {International Conference on Machine Learning},
  year      = {2007},
  pages     = {337-344},
  doi       = {10.1145/1273496.1273539},
  url       = {https://mlanthology.org/icml/2007/herault2007icml-sparse/}
}