LGMLMay 15, 2015

Consistent Algorithms for Multiclass Classification with a Reject Option

arXiv:1505.04137v127 citations
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for abstaining classifiers in multiclass settings, which is incremental as it generalizes known binary results.

The paper tackles multiclass classification with a reject option, where classifiers can abstain at a cost, by designing consistent algorithms that extend prior binary results to n-class problems. It shows that modified existing surrogates and a new convex surrogate achieve consistency for specific cost parameters, with the new method operating in a lower-dimensional space (log(n) vs. n).

We consider the problem of $n$-class classification ($n\geq 2$), where the classifier can choose to abstain from making predictions at a given cost, say, a factor $α$ of the cost of misclassification. Designing consistent algorithms for such $n$-class classification problems with a `reject option' is the main goal of this paper, thereby extending and generalizing previously known results for $n=2$. We show that the Crammer-Singer surrogate and the one vs all hinge loss, albeit with a different predictor than the standard argmax, yield consistent algorithms for this problem when $α=\frac{1}{2}$. More interestingly, we design a new convex surrogate that is also consistent for this problem when $α=\frac{1}{2}$ and operates on a much lower dimensional space ($\log(n)$ as opposed to $n$). We also generalize all three surrogates to be consistent for any $α\in[0, \frac{1}{2}]$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes