English

Knowing what you know: valid and validated confidence sets in multiclass and multilabel prediction

Machine Learning 2020-07-14 v3 Machine Learning Methodology

Abstract

We develop conformal prediction methods for constructing valid predictive confidence sets in multiclass and multilabel problems without assumptions on the data generating distribution. A challenge here is that typical conformal prediction methods---which give marginal validity (coverage) guarantees---provide uneven coverage, in that they address easy examples at the expense of essentially ignoring difficult examples. By leveraging ideas from quantile regression, we build methods that always guarantee correct coverage but additionally provide (asymptotically optimal) conditional coverage for both multiclass and multilabel prediction problems. To address the potential challenge of exponentially large confidence sets in multilabel prediction, we build tree-structured classifiers that efficiently account for interactions between labels. Our methods can be bolted on top of any classification model---neural network, random forest, boosted tree---to guarantee its validity. We also provide an empirical evaluation, simultaneously providing new validation methods, that suggests the more robust coverage of our confidence sets.

Keywords

Cite

@article{arxiv.2004.10181,
  title  = {Knowing what you know: valid and validated confidence sets in multiclass and multilabel prediction},
  author = {Maxime Cauchois and Suyash Gupta and John Duchi},
  journal= {arXiv preprint arXiv:2004.10181},
  year   = {2020}
}

Comments

Updated section on multilabel settings addressing the cases when labels may repel each other

R2 v1 2026-06-23T15:00:26.735Z