---
title: Conformal Risk Control (CRC)
url: https://www.emergentmind.com/topics/conformal-risk-control-crc
type: topic
---

# Conformal Risk Control (CRC)

Conformal Risk Control (CRC) is a distribution-free uncertainty quantification framework that extends classical conformal prediction to rigorously control user-specified risk metrics—such as average loss, false negative rate, or other bounded monotone losses—at finite sample sizes. CRC unifies score-based post-hoc calibration procedures for set-valued, thresholded, or abstaining predictors, providing formal non-asymptotic guarantees beyond mere coverage probabilities. It is widely applicable in safety-sensitive applications, model alignment, selective prediction, and under domain shifts.

## 1. Foundational Principles of Conformal Risk Control

CRC generalizes the split conformal prediction paradigm from controlling miscoverage rates to controlling the expected value of arbitrary bounded and monotone losses. Given exchangeable calibration data, a pre-trained predictive model, a (possibly vector-valued) "conservativeness" parameter $\lambda$ that expands prediction sets or thresholds, and a loss function $\ell(C_\lambda(x), y) \in [0,B]$ that is non-increasing in $\lambda$, CRC constructs a calibrated predictor $C_{\hat\lambda}(x)$ such that
\[
\mathbb{E}\bigl[\ell(C_{\hat\lambda}(X_{n+1}), Y_{n+1})\bigr] \leq \alpha \,,
\]
where $\alpha$ is a user-chosen target-risk level and the expectation is over calibration and test samples [2208.02814, 2304.06052].

The core CRC calibration rule (for scalar $\lambda$) is to select
\[
\hat\lambda = \inf \left\{ \lambda \in \Lambda : \frac{n}{n+1} \widehat{R}_n(\lambda) + \frac{B}{n+1} \leq \alpha \right\}\,,
\]
where $\widehat{R}_n(\

Source: https://www.emergentmind.com/topics/conformal-risk-control-crc