Conformal Prediction

Companion paper

Marginally Useful

Formalizing the information gap in conformal prediction. The companion paper to this guide, built around one decomposition.

Read the PDF LaTeX source references.bib

Abstract

Conformal prediction gives a distribution-free, finite-sample guarantee of marginal coverage for a set. It is easy to read this as more than it is, as evidence that the underlying forecast is sharper or better calibrated as a distribution. The paper separates the two. The new result is one decomposition; the familiar cautions (marginal coverage is not conditional, validity is trivially satisfiable, exchangeability is required) are assembled with citations as context, not as discoveries.

The impossibility of distribution-free conditional coverage is the result of Lei & Wasserman (2014) and Foygel Barber et al. (2021); its two coordinates appear, as finite-sample facts, in the price of conditional coverage and subgroup coverage demonstrations. The paper closes with a litmus test for when coverage is the objective.

Several ways to read the gap

The same quantity, the residual-information gap \(I(R;X)\), looks different from each angle:

Prediction versus verification

Conformal prediction verifies a coverage property; it does not model. It is best read as a terminal certification step: it repairs coverage, but any gain in a proper score comes from modeling the conditional spread, quantiles, or residual shape. Practically: conformalize last, and to sharpen, condition on \(x\) rather than tighten the conformal step.

Building from source

The paper builds with Tectonic (which fetches packages and runs BibTeX automatically):

cd paper && tectonic marginally-useful.tex

Any standard TeX distribution works too: pdflatex → bibtex → pdflatex → pdflatex.