paper-with-me

Papers

Singleton-Optimized Conformal Prediction

2025-09-28 · Tao Wang, Yan Sun, Edgar Dobriban arxiv

Conformal prediction can be used to construct prediction sets that cover the true outcome with a desired probability, but can sometimes lead to large prediction sets that are costly in practice. The most useful outcome is a singleton prediction-an unambiguous decision-yet existing efficiency-oriented methods primarily optimize average set size. Motivated by this, we propose a new nonconformity score that aims to minimize the probability of producing non-singleton sets. Starting from a non-convex constrained optimization problem as a motivation, we provide a geometric reformulation and associated algorithm for computing the nonconformity score and associated split conformal prediction sets in O(K) time for K-class problems. Using this score in split conformal prediction leads to our proposed Singleton-Optimized Conformal Prediction (SOCOP) method. We evaluate our method in experiments on image classification and LLM multiple-choice question-answering, comparing with standard nonconformity scores such as the (negative) label probability estimates and their cumulative distribution function; both of which are motivated by optimizing length. The results show that SOCOP increases singleton frequency (sometimes by over 20%) compared to the above scores, with minimal impact on average set size.

📄 PDF Abstract BibTeX arXiv:2509.24095

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Similarity-Navigated Conformal Prediction for Graph Neural Networks

2024-05-23 · Jianqing Song, Jianguo Huang, Wenyu Jiang, Baoming Zhang 외

Graph Neural Networks have achieved remarkable accuracy in semi-supervised node classification tasks. However, these results lack reliable uncertainty estimates. Conformal prediction methods provide a theoretical guarant…

Conformal PredictionNode ClassificationPredictionvalid

From Debate to Decision: Conformal Social Choice for Safe Multi-Agent Deliberation

2026-04-09 · Mengdie Flora Wang, Haochen Xie, Guanghui Wang, Aijing Gao 외 arxiv

Multi-agent debate improves LLM reasoning, yet agreement among agents is not evidence of correctness. When agents converge on a wrong answer through social reinforcement, consensus-based stopping commits that error to an…

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 …

coverforest: Conformal Predictions with Random Forest in Python

2025-01-24 · Panisara Meehinkong, Donlapark Ponnoprat

Conformal prediction provides a framework for uncertainty quantification, specifically in the forms of prediction intervals and sets with distribution-free guaranteed coverage. While recent cross-conformal techniques suc…

Conformal PredictionPredictionPrediction IntervalsUncertainty Quantification

CoFineLLM: Conformal Finetuning of LLMs for Language-Instructed Robot Planning

2025-11-09 · Jun Wang, Yevgeniy Vorobeychik, Yiannis Kantaros arxiv

Large Language Models (LLMs) have recently emerged as planners for language-instructed agents, generating sequences of actions to accomplish natural language tasks. However, their reliability remains a challenge, especia…