paper-with-me

Papers

Conformal Structured Prediction

2024-10-08 · Botong Zhang, Shuo Li, Osbert Bastani

Conformal prediction has recently emerged as a promising strategy for quantifying the uncertainty of a predictive model; these algorithms modify the model to output sets of labels that are guaranteed to contain the true label with high probability. However, existing conformal prediction algorithms have largely targeted classification and regression settings, where the structure of the prediction set has a simple form as a level set of the scoring function. However, for complex structured outputs such as text generation, these prediction sets might include a large number of labels and therefore be hard for users to interpret. In this paper, we propose a general framework for conformal prediction in the structured prediction setting, that modifies existing conformal prediction algorithms to output structured prediction sets that implicitly represent sets of labels. In addition, we demonstrate how our approach can be applied in domains where the prediction sets can be represented as a set of nodes in a directed acyclic graph; for instance, for hierarchical labels such as image classification, a prediction set might be a small subset of coarse labels implicitly representing the prediction set of all their more fine-descendants. We demonstrate how our algorithm can be used to construct prediction sets that satisfy a desired coverage guarantee in several domains.

📄 PDF Abstract BibTeX arXiv:2410.06296

Code (1)

botong516/conformal_structured_prediction 공식 구현 pytorch

Tasks

Conformal Predictionimage-classificationImage ClassificationPredictionStructured PredictionText Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Conformal Graph Prediction with Z-Gromov-Wasserstein Distances

2026-03-02 · Gabriel Melo, Thibaut de Saivre, Anna Calissano, Florence d'Alché-Buc arxiv

Supervised graph prediction addresses regression problems where the outputs are structured graphs. Although several approaches exist for graph-valued prediction, principled uncertainty quantification remains limited. We …

Conformal Prediction for Multimodal Regression

2024-10-25 · Alexis Bose, Jonathan Ethier, Paul Guinand

This paper introduces multimodal conformal regression. Traditionally confined to scenarios with solely numerical input features, conformal prediction is now extended to multimodal contexts through our methodology, which …

Conformal PredictionPredictionPrediction Intervalsregression+1

Spectral Adaptive Conformal Prediction for Structured Non-Exchangeable Data

2026-06-14 · Jeffery Opoku, David Banahene arxiv

Conformal prediction gives prediction intervals with finite-sample coverage when the data are exchangeable. Many time-indexed datasets are not exchangeable. They have seasons, recurring regimes, changing frequencies, or …

Delving into Non-Exchangeability for Conformal Prediction in Graph-Structured Multivariate Time Series

2026-05-06 · Ruichao Guo, Xingyao Han, Luo Wenshui, Zhe Liu 외 arxiv

Point forecasting for graph-structured multivariate time series is a fundamental problem, but rigorous uncertainty quantification for such predictions is still underexplored. Conformal prediction (CP) offers uncertainty …

Uncertainty Quantification for Neurosymbolic Programs via Compositional Conformal Prediction

2024-05-24 · Ramya Ramalingam, Sangdon Park, Osbert Bastani

Machine learning has become an effective tool for automatically annotating unstructured data (e.g., images) with structured labels (e.g., object detections). As a result, a new programming paradigm called neurosymbolic p…

Conformal PredictionPredictionUncertainty Quantification