paper-with-me

홈 › Papers

Analysis and Optimization of Loss Functions for Multiclass, Top-k, and Multilabel Classification

2016-12-12 · Maksim Lapin, Matthias Hein, Bernt Schiele

Top-k error is currently a popular performance measure on large scale image classification benchmarks such as ImageNet and Places. Despite its wide acceptance, our understanding of this metric is limited as most of the previous research is focused on its special case, the top-1 error. In this work, we explore two directions that shed more light on the top-k error. First, we provide an in-depth analysis of established and recently proposed single-label multiclass methods along with a detailed account of efficient optimization algorithms for them. Our results indicate that the softmax loss and the smooth multiclass SVM are surprisingly competitive in top-k error uniformly across all k, which can be explained by our analysis of multiclass top-k calibration. Further improvements for a specific k are possible with a number of proposed top-k loss functions. Second, we use the top-k methods to explore the transition from multiclass to multilabel learning. In particular, we find that it is possible to obtain effective multilabel classifiers on Pascal VOC using a single label per image for training, while the gap between multiclass and multilabel methods on MS COCO is more significant. Finally, our contribution of efficient algorithms for training with the considered top-k and multilabel loss functions is of independent interest.

📄 PDF Abstract BibTeX arXiv:1612.03663

Code (1)

mlapin/libsdca 공식 구현

Tasks

General Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

sigmoidF1: A Smooth F1 Score Surrogate Loss for Multilabel Classification

2021-08-24 · Gabriel Bénédict, Vincent Koops, Daan Odijk, Maarten de Rijke

Multiclass multilabel classification is the task of attributing multiple labels to examples via predictions. Current models formulate a reduction of the multilabel setting into either multiple binary classifications or m…

Classification

Unbiased Loss Functions for Multilabel Classification with Missing Labels

2021-09-23 · Erik Schultheis, Rohit Babbar

This paper considers binary and multilabel classification problems in a setting where labels are missing independently and with a known rate. Missing labels are a ubiquitous phenomenon in extreme multi-label classificati…

ArticlesClassificationExtreme Multi-Label ClassificationMissing Labels+2

Predtron: A Family of Online Algorithms for General Prediction Problems

2015-12-01 · NeurIPS 2015 12 · Prateek Jain, Nagarajan Natarajan, Ambuj Tewari

Modern prediction problems arising in multilabel learning and learning to rank pose unique challenges to the classical theory of supervised learning. These problems have large prediction and label spaces of a combinatori…

Binary ClassificationClassificationGeneral ClassificationLearning-To-Rank

A New Multilabel System for Automatic Music Emotion Recognition

2019-05-29 · Fabio Paolizzo, Natalia Pichierri, Daniele Casali, Daniele Giardino 외

Achieving advancements in automatic recognition of emotions that music can induce require considering multiplicity and simultaneity of emotions. Comparison of different machine learning algorithms performing multilabel a…

BIG-bench Machine LearningEmotion RecognitionGeneral ClassificationMusic Emotion Recognition

Incorporating Label Dependencies in Multilabel Stance Detection

2019-11-01 · IJCNLP 2019 11 · William Ferreira, Andreas Vlachos

Stance detection in social media is a well-studied task in a variety of domains. Nevertheless, previous work has mostly focused on multiclass versions of the problem, where the labels are mutually exclusive, and typicall…

General ClassificationStance Detection