LGFeb 15, 2022

Conformal Prediction Sets with Limited False Positives

arXiv:2202.07650v134 citations
Originality Incremental advance
AI Analysis

This addresses the issue of practical cost from false positives in multi-label conformal prediction for applications with limited budgets, representing an incremental improvement over standard methods.

The paper tackles the problem of conformal prediction sets containing too many noisy candidates by proposing a method that bounds the number of false positives according to user tolerance, trading coverage for precision. It demonstrates effectiveness across classification tasks in NLP, computer vision, and computational chemistry, with concrete improvements in set precision.

We develop a new approach to multi-label conformal prediction in which we aim to output a precise set of promising prediction candidates with a bounded number of incorrect answers. Standard conformal prediction provides the ability to adapt to model uncertainty by constructing a calibrated candidate set in place of a single prediction, with guarantees that the set contains the correct answer with high probability. In order to obey this coverage property, however, conformal sets can become inundated with noisy candidates -- which can render them unhelpful in practice. This is particularly relevant to practical applications where there is a limited budget, and the cost (monetary or otherwise) associated with false positives is non-negligible. We propose to trade coverage for a notion of precision by enforcing that the presence of incorrect candidates in the predicted conformal sets (i.e., the total number of false positives) is bounded according to a user-specified tolerance. Subject to this constraint, our algorithm then optimizes for a generalized notion of set coverage (i.e., the true positive rate) that allows for any number of true answers for a given query (including zero). We demonstrate the effectiveness of this approach across a number of classification tasks in natural language processing, computer vision, and computational chemistry.

Code Implementations1 repo
Foundations

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

Your Notes