paper-with-me

Papers

Optimum Reject Options for Prototype-based Classification

2015-03-23 · Lydia Fischer, Barbara Hammer, Heiko Wersing

We analyse optimum reject strategies for prototype-based classifiers and real-valued rejection measures, using the distance of a data point to the closest prototype or probabilistic counterparts. We compare reject schemes with global thresholds, and local thresholds for the Voronoi cells of the classifier. For the latter, we develop a polynomial-time algorithm to compute optimum thresholds based on a dynamic programming scheme, and we propose an intuitive linear time, memory efficient approximation thereof with competitive accuracy. Evaluating the performance in various benchmarks, we conclude that local reject options are beneficial in particular for simple prototype-based classifiers, while the improvement is less pronounced for advanced models. For the latter, an accuracy-reject curve which is comparable to support vector machine classifiers with state of the art reject options can be reached.

📄 PDF Abstract BibTeX arXiv:1503.06549

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Explaining Reject Options of Learning Vector Quantization Classifiers

2022-02-15 · André Artelt, Johannes Brinkrolf, Roel Visser, Barbara Hammer

While machine learning models are usually assumed to always output a prediction, there also exist extensions in the form of reject options which allow the model to reject inputs where only a prediction with an unacceptab…

counterfactualQuantization

Model Agnostic Local Explanations of Reject

2022-05-16 · André Artelt, Roel Visser, Barbara Hammer

The application of machine learning based decision making systems in safety critical areas requires reliable high certainty predictions. Reject options are a common way of ensuring a sufficiently high certainty of predic…

counterfactualDecision Makingmodel

Stacked Confusion Reject Plots (SCORE)

2024-06-25 · Stephan Hasler, Lydia Fischer

Machine learning is more and more applied in critical application areas like health and driver assistance. To minimize the risk of wrong decisions, in such applications it is necessary to consider the certainty of a clas…

On Reject and Refine Options in Multicategory Classification

2017-01-09 · Chong Zhang, Wenbo Wang, Xingye Qiao

In many real applications of statistical learning, a decision made from misclassification can be too costly to afford; in this case, a reject option, which defers the decision until further investigation is conducted, is…

Binary ClassificationClassificationGeneral ClassificationLearning Theory

Unified Classification and Rejection: A One-versus-All Framework

2023-11-22 · Zhen Cheng, Xu-Yao Zhang, Cheng-Lin Liu

Classifying patterns of known classes and rejecting ambiguous and novel (also called as out-of-distribution (OOD)) inputs are involved in open world pattern recognition. Deep neural network models usually excel in closed…

AllBinary ClassificationClassificationOpen Set Learning