paper-with-me

홈 › Papers

Uncertainty Sets for Image Classifiers using Conformal Prediction

2020-09-29 · ICLR 2021 1 · Anastasios Angelopoulos, Stephen Bates, Jitendra Malik, Michael. I. Jordan

Convolutional image classifiers can achieve high predictive accuracy, but quantifying their uncertainty remains an unresolved challenge, hindering their deployment in consequential settings. Existing uncertainty quantification techniques, such as Platt scaling, attempt to calibrate the network's probability estimates, but they do not have formal guarantees. We present an algorithm that modifies any classifier to output a predictive set containing the true label with a user-specified probability, such as 90%. The algorithm is simple and fast like Platt scaling, but provides a formal finite-sample coverage guarantee for every model and dataset. Our method modifies an existing conformal prediction algorithm to give more stable predictive sets by regularizing the small scores of unlikely classes after Platt scaling. In experiments on both Imagenet and Imagenet-V2 with ResNet-152 and other classifiers, our scheme outperforms existing approaches, achieving coverage with sets that are often factors of 5 to 10 smaller than a stand-alone Platt scaling baseline.

📄 PDF Abstract BibTeX arXiv:2009.14193

Code (5)

aangelopoulos/conformal-classification 공식 구현 pytorch
aangelopoulos/conformal_classification 공식 구현 pytorch
cambridge-mlg/acp pytorch
lightning-uq-box/lightning-uq-box pytorch
matinmoezzi/ups_conformal_classification pytorch

Tasks

Conformal PredictionPredictionUncertainty Quantification

Similar Papers 제목 키워드 기반

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

Improving Uncertainty Quantification of Deep Classifiers via Neighborhood Conformal Prediction: Novel Algorithm and Theoretical Analysis

2023-03-19 · Subhankar Ghosh, Taha Belkhouja, Yan Yan, Janardhan Rao Doppa

Safe deployment of deep neural networks in high-stake real-world applications requires theoretically sound uncertainty quantification. Conformal prediction (CP) is a principled framework for uncertainty quantification of…

Conformal PredictionPredictionUncertainty Quantification

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

Spatial-Aware Conformal Prediction for Trustworthy Hyperspectral Image Classification

2024-09-02 · Kangdao Liu, Tianhao Sun, Hao Zeng, Yongshan Zhang 외

Hyperspectral image (HSI) classification involves assigning unique labels to each pixel to identify various land cover categories. While deep classifiers have achieved high predictive accuracy in this field, they lack th…

ClassificationConformal PredictionHyperspectral Image Classificationimage-classification+3

Provably Reliable Conformal Prediction Sets in the Presence of Data Poisoning

2024-10-13 · Yan Scholten, Stephan Günnemann

Conformal prediction provides model-agnostic and distribution-free uncertainty quantification through prediction sets that are guaranteed to include the ground truth with any user-specified probability. Yet, conformal pr…

Conformal PredictionData Poisoningimage-classificationImage Classification+2