LGCVSTOct 10, 2023

Conformal Prediction for Deep Classifier via Label Ranking

arXiv:2310.06430v254 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses uncertainty quantification for users of deep learning models, offering an incremental improvement in conformal prediction methods.

The paper tackles the problem of large prediction sets in conformal prediction due to miscalibrated probabilities from deep classifiers, proposing SAPS to produce compact sets and improve conditional coverage rates.

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.

Code Implementations3 repos
Foundations

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

Your Notes