paper-with-me

Papers

Provably Robust Conformal Prediction with Improved Efficiency

2024-04-30 · Ge Yan, Yaniv Romano, Tsui-Wei Weng

Conformal prediction is a powerful tool to generate uncertainty sets with guaranteed coverage using any predictive model, under the assumption that the training and test data are i.i.d.. Recently, it has been shown that adversarial examples are able to manipulate conformal methods to construct prediction sets with invalid coverage rates, as the i.i.d. assumption is violated. To address this issue, a recent work, Randomized Smoothed Conformal Prediction (RSCP), was first proposed to certify the robustness of conformal prediction methods to adversarial noise. However, RSCP has two major limitations: (i) its robustness guarantee is flawed when used in practice and (ii) it tends to produce large uncertainty sets. To address these limitations, we first propose a novel framework called RSCP+ to provide provable robustness guarantee in evaluation, which fixes the issues in the original RSCP method. Next, we propose two novel methods, Post-Training Transformation (PTT) and Robust Conformal Training (RCT), to effectively reduce prediction set size with little computation overhead. Experimental results in CIFAR10, CIFAR100, and ImageNet suggest the baseline method only yields trivial predictions including full label set, while our methods could boost the efficiency by up to $4.36\times$, $5.46\times$, and $16.9\times$ respectively and provide practical robustness guarantee. Our codes are available at https://github.com/Trustworthy-ML-Lab/Provably-Robust-Conformal-Prediction.

📄 PDF Abstract BibTeX arXiv:2404.19651

Code (1)

trustworthy-ml-lab/provably-robust-conformal-prediction 공식 구현 pytorch

Tasks

Conformal PredictionPrediction

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Conformal Prediction using Conditional Histograms

2021-05-18 · NeurIPS 2021 12 · Matteo Sesia, Yaniv Romano

This paper develops a conformal method to compute prediction intervals for non-parametric regression that can automatically adapt to skewed data. Leveraging black-box machine learning algorithms to estimate the condition…

BIG-bench Machine LearningConformal PredictionPredictionPrediction Intervals+2

Cost-Sensitive Conformal Training with Provably Controllable Learning Bounds

2025-11-22 · Xuesong Jia, Yuanjie Shi, Ziquan Liu, Yi Xu 외 arxiv

Conformal prediction (CP) is a general framework to quantify the predictive uncertainty of machine learning models that uses a set prediction to include the true label with a valid probability. To align the uncertainty m…

Provably Minimum-Length Conformal Prediction Sets for Ordinal Classification

2025-11-20 · Zijian Zhang, Xinyu Chen, Yuanjie Shi, Liyuan Lillian Ma 외 arxiv

Ordinal classification has been widely applied in many high-stakes applications, e.g., medical imaging and diagnosis, where reliable uncertainty quantification (UQ) is essential for decision making. Conformal prediction …

Ordinal ClassificationDecision Making

Conformal Prediction Sets for Next-Token Prediction in Large Language Models: Balancing Coverage Guarantees with Set Efficiency

2025-12-27 · Yoshith Roy Kotla, Varshith Roy Kotla arxiv

Deploying large language models (LLMs) in high-stakes domains requires rigorous uncertainty quantification, yet standard softmax probabilities are often poorly calibrated. We present a systematic study of Adaptive Predic…

Smoothing-Based Conformal Prediction for Balancing Efficiency and Interpretability

2025-09-26 · Mingyi Zheng, Hongyu Jiang, Yizhou Lu, Jiaye Teng arxiv

Conformal Prediction (CP) is a distribution-free framework for constructing statistically rigorous prediction sets. While popular variants such as CD-split improve CP's efficiency, they often yield prediction sets compos…