Top-k Multiclass SVM
Machine Learning
2015-11-23 v1 Computer Vision and Pattern Recognition
Machine Learning
Abstract
Class ambiguity is typical in image classification problems with a large number of classes. When classes are difficult to discriminate, it makes sense to allow k guesses and evaluate classifiers based on the top-k error instead of the standard zero-one loss. We propose top-k multiclass SVM as a direct method to optimize for top-k performance. Our generalization of the well-known multiclass SVM is based on a tight convex upper bound of the top-k error. We propose a fast optimization scheme based on an efficient projection onto the top-k simplex, which is of its own interest. Experiments on five datasets show consistent improvements in top-k accuracy compared to various baselines.
Cite
@article{arxiv.1511.06683,
title = {Top-k Multiclass SVM},
author = {Maksim Lapin and Matthias Hein and Bernt Schiele},
journal= {arXiv preprint arXiv:1511.06683},
year = {2015}
}
Comments
NIPS 2015