paper-with-me

Papers

Conformal Prediction for Deep Classifier via Label Ranking

2023-10-10 · Jianguo Huang, Huajun Xi, Linjun Zhang, Huaxiu Yao, Yue Qiu, Hongxin Wei

Conformal prediction is a statistical framework that generates prediction sets containing ground-truth labels with a desired coverage guarantee. The predicted probabilities produced by machine learning models are generally miscalibrated, leading to large prediction sets in conformal prediction. To address this issue, we propose a novel algorithm named $\textit{Sorted Adaptive Prediction Sets}$ (SAPS), which discards all the probability values except for the maximum softmax probability. The key idea behind SAPS is to minimize the dependence of the non-conformity score on the probability values while retaining the uncertainty information. In this manner, SAPS can produce compact prediction sets and communicate instance-wise uncertainty. Extensive experiments validate that SAPS not only lessens the prediction sets but also broadly enhances the conditional coverage rate of prediction sets.

📄 PDF Abstract BibTeX arXiv:2310.06430

Code (3)

ml-stat-Sustech/conformal_prediction_via_label_ranking 공식 구현 pytorch
luo-lorry/cti pytorch
ml-stat-sustech/torchcp pytorch

Tasks

Conformal PredictionPrediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

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

Partial-Label Learning with Conformal Candidate Cleaning

2025-02-11 · Tobias Fuchs, Florian Kalinke

Real-world data is often ambiguous; for example, human annotation produces instances with multiple conflicting class labels. Partial-label learning (PLL) aims at training a classifier in this challenging setting, where e…

Conformal PredictionPartial Label Learning

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

Training conformal predictors

2020-05-14 · Nicolo Colombo, Vladimir Vovk

Efficiency criteria for conformal prediction, such as \emph{observed fuzziness} (i.e., the sum of p-values associated with false labels), are commonly used to \emph{evaluate} the performance of given conformal predictors…

Binary ClassificationConformal PredictionPrediction

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