paper-with-me

Papers

Learning Optimal Conformal Classifiers

2021-10-18 · ICLR 2022 4 · David Stutz, Krishnamurthy, Dvijotham, Ali Taylan Cemgil, Arnaud Doucet

Modern deep learning based classifiers show very high accuracy on test data but this does not provide sufficient guarantees for safe deployment, especially in high-stake AI applications such as medical diagnosis. Usually, predictions are obtained without a reliable uncertainty estimate or a formal guarantee. Conformal prediction (CP) addresses these issues by using the classifier's predictions, e.g., its probability estimates, to predict confidence sets containing the true class with a user-specified probability. However, using CP as a separate processing step after training prevents the underlying model from adapting to the prediction of confidence sets. Thus, this paper explores strategies to differentiate through CP during training with the goal of training model with the conformal wrapper end-to-end. In our approach, conformal training (ConfTr), we specifically "simulate" conformalization on mini-batches during training. Compared to standard training, ConfTr reduces the average confidence set size (inefficiency) of state-of-the-art CP methods applied after training. Moreover, it allows to "shape" the confidence sets predicted at test time, which is difficult for standard CP. On experiments with several datasets, we show ConfTr can influence how inefficiency is distributed across classes, or guide the composition of confidence sets in terms of the included classes, while retaining the guarantees offered by CP.

📄 PDF Abstract BibTeX arXiv:2110.09192

Code (2)

deepmind/conformal_training 공식 구현 jax
nvlabs/pac-bayes-conformal-prediction pytorch

Tasks

Conformal PredictionMedical Diagnosis

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

C-Adapter: Adapting Deep Classifiers for Efficient Conformal Prediction Sets

2024-10-12 · Kangdao Liu, Hao Zeng, Jianguo Huang, Huiping Zhuang 외

Conformal prediction, as an emerging uncertainty quantification technique, typically functions as post-hoc processing for the outputs of trained classifiers. To optimize the classifier for maximum predictive efficiency, …

Conformal PredictionPredictionUncertainty Quantification

Test-time augmentation improves efficiency in conformal prediction

2025-05-28 · CVPR 2025 1 · Divya Shanmugam, Helen Lu, Swami Sankaranarayanan, John Guttag

A conformal classifier produces a set of predicted classes and provides a probabilistic guarantee that the set includes the true class. Unfortunately, it is often the case that conformal classifiers produce uninformative…

Conformal PredictionPrediction

How Nonconformity Functions and Difficulty of Datasets Impact the Efficiency of Conformal Classifiers

2021-08-12 · Marharyta Aleksandrova, Oleg Chertov

The property of conformal predictors to guarantee the required accuracy rate makes this framework attractive in various practical applications. However, this property is achieved at a price of reduction in precision. In …

Conformal C2ST: Turning weak classifiers into strong two-sample tests

2025-07-22 · Vansh Bansal, Tianyu Chen, James G. Scott arxiv

The two-sample testing problem, a fundamental task in statistics and machine learning, seeks to determine whether two sets of samples, drawn from underlying distributions $p$ and $q$, are in fact identically distributed …

Two-sample testingBayesian Inference

Evidential Uncertainty Sets in Deep Classifiers Using Conformal Prediction

2024-06-16 · Hamed Karimi, Reza Samavi

In this paper, we propose Evidential Conformal Prediction (ECP) method for image classifiers to generate the conformal prediction sets. Our method is designed based on a non-conformity score function that has its roots i…

Conformal Prediction