paper-with-me

Papers

Efficient and Differentiable Conformal Prediction with General Function Classes

2022-02-22 · ICLR 2022 4 · Yu Bai, Song Mei, Huan Wang, Yingbo Zhou, Caiming Xiong

Quantifying the data uncertainty in learning tasks is often done by learning a prediction interval or prediction set of the label given the input. Two commonly desired properties for learned prediction sets are \emph{valid coverage} and \emph{good efficiency} (such as low length or low cardinality). Conformal prediction is a powerful technique for learning prediction sets with valid coverage, yet by default its conformalization step only learns a single parameter, and does not optimize the efficiency over more expressive function classes. In this paper, we propose a generalization of conformal prediction to multiple learnable parameters, by considering the constrained empirical risk minimization (ERM) problem of finding the most efficient prediction set subject to valid empirical coverage. This meta-algorithm generalizes existing conformal prediction algorithms, and we show that it achieves approximate valid population coverage and near-optimal efficiency within class, whenever the function class in the conformalization step is low-capacity in a certain sense. Next, this ERM problem is challenging to optimize as it involves a non-differentiable coverage constraint. We develop a gradient-based algorithm for it by approximating the original constrained ERM using differentiable surrogate losses and Lagrangians. Experiments show that our algorithm is able to learn valid prediction sets and improve the efficiency significantly over existing approaches in several applications such as prediction intervals with improved length, minimum-volume prediction sets for multi-output regression, and label prediction sets for image classification.

📄 PDF Abstract BibTeX arXiv:2202.11091

Code (1)

allenbai01/cp-gen 공식 구현 pytorch

Tasks

Conformal Predictionimage-classificationImage ClassificationPredictionPrediction Intervalsvalid

Similar Papers 제목 키워드 기반

Differentiable Optimization Layered Safety-Critical Control for Risk-Aware Navigation via Conformal Prediction

2026-05-05 · Jinyang Dong, Shizhen Wu, Yongchun Fang arxiv

Risk-aware navigation in unknown environments is a fundamental challenge for autonomous vehicles operating in complex urban systems. To address this issue, this paper presents a differentiable optimization layered safety…

Autonomous Vehicles

Class-Conditional Conformal Prediction with Many Classes

2023-06-15 · NeurIPS 2023 11 · Tiffany Ding, Anastasios N. Angelopoulos, Stephen Bates, Michael I. Jordan 외

Standard conformal prediction methods provide a marginal coverage guarantee, which means that for a random test point, the conformal prediction set contains the true label with a user-specified probability. In many class…

Conformal PredictionPrediction

Conformal Prediction for Long-Tailed Classification

2025-07-09 · Tiffany Ding, Jean-Baptiste Fermanian, Joseph Salmon arxiv

Many real-world classification problems, such as plant identification, have extremely long-tailed class distributions. In order for prediction sets to be useful in such settings, they should (i) provide good class-condit…

Benchmarking non-conformity score functions in conformal prediction

2026-05-24 · Sol Erika Boman arxiv

Conformal prediction is a useful and versatile alternative to model calibration in machine learning classification. It replaces single-class prediction with prediction sets, guaranteeing that the \textit{a priori} probab…

Weighted Aggregation of Conformity Scores for Classification

2024-07-14 · Rui Luo, Zhixin Zhou

Conformal prediction is a powerful framework for constructing prediction sets with valid coverage guarantees in multi-class classification. However, existing methods often rely on a single score function, which can limit…

ClassificationConformal PredictionInformativenessMulti-class Classification+2