Conformal Prediction

conformal-predictionuncertainty-quantificationdistribution-freeprediction-intervalcoverageexchangeabilitymachine-learningcalibration

Definition

Conformal prediction is a framework for turning the point predictions of any model into prediction sets/intervals with a finite-sample, distribution-free coverage guarantee: for a user-chosen error rate α\alpha, the set C(Xtest)C(X_{test}) is built so that it contains the true label with probability at least 1α1-\alpha, with no assumptions on the data distribution or the model, requiring only that the data be exchangeable (Angelopoulos-Bates 2023).

Key Ideas

How It Works

Conformal prediction is a wrapper: it takes a heuristic notion of uncertainty from a black-box model and converts it into a rigorous one, at the cost of one held-out calibration split and a single quantile computation. The guarantee comes from exchangeability: the test score is equally likely to fall at any rank among the n+1n+1 scores, so thresholding at the (1α)(1-\alpha) empirical quantile controls the miscoverage rate. Named procedures build specific score functions: Adaptive Prediction Sets (APS) and Conformalized Quantile Regression (CQR) for regression intervals, plus recipes for conformalizing standard-deviation estimates and Bayesian posteriors.

Why It Matters

Open Questions

Related