paper-with-me

Papers

Softmax is not Enough (for Adaptive Conformal Classification)

2026-02-23 · Navid Akhavan Attar, Hesam Asadollahzadeh, Ling Luo, Uwe Aickelin arxiv

The merit of Conformal Prediction (CP), as a distribution-free framework for uncertainty quantification, depends on generating prediction sets that are efficient, reflected in small average set sizes, while adaptive, meaning they signal uncertainty by varying in size according to input difficulty. A central limitation for deep conformal classifiers is that the nonconformity scores are derived from softmax outputs, which can be unreliable indicators of how certain the model truly is about a given input, sometimes leading to overconfident misclassifications or undue hesitation. In this work, we argue that this unreliability can be inherited by the prediction sets generated by CP, limiting their capacity for adaptiveness. We propose a new approach that leverages information from the pre-softmax logit space, using the Helmholtz Free Energy as a measure of model uncertainty and sample difficulty. By reweighting nonconformity scores with a monotonic transformation of the energy score of each sample, we improve their sensitivity to input difficulty. Our experiments with four state-of-the-art score functions on multiple datasets and deep architectures show that this energy-based enhancement improves the adaptiveness of the prediction sets, leading to a notable increase in both efficiency and adaptiveness compared to baseline nonconformity scores, without introducing any post-hoc complexity.

📄 PDF Abstract BibTeX arXiv:2602.19498

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Activations as Conformal Predictors

2025-02-20 · Margarida M. Campos, João Calém, Sophia Sklaviadis, Mário A. T. Figueiredo 외

Conformal prediction is a distribution-free framework for uncertainty quantification that replaces point predictions with sets, offering marginal coverage guarantees (i.e., ensuring that the prediction sets contain the t…

Conformal PredictionPredictiontext-classificationText Classification+1

Conformal Transformations for Symmetric Power Transformers

2025-03-05 · Saurabh Kumar, Jacob Buckman, Carles Gelada, Sean Zhang

Transformers with linear attention offer significant computational advantages over softmax-based transformers but often suffer from degraded performance. The symmetric power (sympow) transformer, a particular type of lin…

Conformal Prediction for Deep Classifier via Label Ranking

2023-10-10 · Jianguo Huang, Huajun Xi, Linjun Zhang, Huaxiu Yao 외

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 general…

Conformal PredictionPrediction

Adaptive Neuron-wise Discriminant Criterion and Adaptive Center Loss at Hidden Layer for Deep Convolutional Neural Network

2020-04-17 · Motoshi Abe, Junichi Miyao, Takio Kurita

A deep convolutional neural network (CNN) has been widely used in image classification and gives better classification accuracy than the other techniques. The softmax cross-entropy loss function is often used for classif…

Face RecognitionGeneral Classificationimage-classificationImage Classification

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…