paper-with-me

홈 › Papers

Optimizing 1-Nearest Prototype Classifiers

2013-06-01 · CVPR 2013 6 · Paul Wohlhart, Martin Kostinger, Michael Donoser, Peter M. Roth, Horst Bischof

The development of complex, powerful classifiers and their constant improvement have contributed much to the progress in many fields of computer vision. However, the trend towards large scale datasets revived the interest in simpler classifiers to reduce runtime. Simple nearest neighbor classifiers have several beneficial properties, such as low complexity and inherent multi-class handling, however, they have a runtime linear in the size of the database. Recent related work represents data samples by assigning them to a set of prototypes that partition the input feature space and afterwards applies linear classifiers on top of this representation to approximate decision boundaries locally linear. In this paper, we go a step beyond these approaches and purely focus on 1-nearest prototype classification, where we propose a novel algorithm for deriving optimal prototypes in a discriminative manner from the training samples. Our method is implicitly multi-class capable, parameter free, avoids noise overfitting and, since during testing only comparisons to the derived prototypes are required, highly efficient. Experiments demonstrate that we are able to outperform related locally linear methods, while even getting close to the results of more complex classifiers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Prototype Classifiers for Long-Tailed Recognition

2023-02-01 · Saurabh Sharma, Yongqin Xian, Ning Yu, Ambuj Singh

The problem of long-tailed recognition (LTR) has received attention in recent years due to the fundamental power-law distribution of objects in the real-world. Most recent works in LTR use softmax classifiers that are bi…

Long-tail Learning

Provably Adversarially Robust Nearest Prototype Classifiers

2022-07-14 · Václav Voráček, Matthias Hein

Nearest prototype classifiers (NPCs) assign to each input point the label of the nearest prototype with respect to a chosen distance metric. A direct advantage of NPCs is that the decisions are interpretable. Previous wo…

image-classificationImage Classification

Bounds for the VC Dimension of 1NN Prototype Sets

2019-02-07 · Iain A. D. Gunn, Ludmila I. Kuncheva

In Statistical Learning, the Vapnik-Chervonenkis (VC) dimension is an important combinatorial property of classifiers. To our knowledge, no theoretical results yet exist for the VC dimension of edited nearest-neighbour (…

Fast Adversarial Robustness Certification of Nearest Prototype Classifiers for Arbitrary Seminorms

2020-12-01 · NeurIPS 2020 12 · Sascha Saralajew, Lars Holdijk, Thomas Villmann

Methods for adversarial robustness certification aim to provide an upper bound on the test error of a classifier under adversarial manipulation of its input. Current certification methods are computationally expensive an…

Adversarial RobustnessQuantizationTriplet

Tree Space Prototypes: Another Look at Making Tree Ensembles Interpretable

2016-11-22 · Sarah Tan, Matvey Soloviev, Giles Hooker, Martin T. Wells

Ensembles of decision trees perform well on many problems, but are not interpretable. In contrast to existing approaches in interpretability that focus on explaining relationships between features and predictions, we pro…

Prototype Selection