Classification Under Ambiguity: When Is Average-K Better Than Top-K?
Titouan Lorieul, Alexis Joly, Dennis Shasha

TL;DR
This paper introduces an adaptive average-$K$ classification method that varies the number of labels based on ambiguity, outperforming fixed top-$K$ classification in error rates, with proven consistency and demonstrated benefits on image datasets.
Contribution
It formally characterizes when average-$K$ classification outperforms fixed top-$K$, and provides consistent estimation procedures and empirical validation.
Findings
Average-$K$ can achieve lower error than top-$K$ when ambiguity is known.
Proposed estimators are consistent for both fixed and adaptive classifiers.
Experiments show practical benefits of average-$K$ over top-$K$.
Abstract
When many labels are possible, choosing a single one can lead to low precision. A common alternative, referred to as top- classification, is to choose some number (commonly around 5) and to return the labels with the highest scores. Unfortunately, for unambiguous cases, is too many and, for very ambiguous cases, (for example) can be too small. An alternative sensible strategy is to use an adaptive approach in which the number of labels returned varies as a function of the computed ambiguity, but must average to some particular over all the samples. We denote this alternative average- classification. This paper formally characterizes the ambiguity profile when average- classification can achieve a lower error rate than a fixed top- classification. Moreover, it provides natural estimation procedures for both the fixed-size and the adaptive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Face and Expression Recognition · Imbalanced Data Classification Techniques
