Optimal Decision-Making Based on Prediction Sets
Tao Wang, Edgar Dobriban
TL;DR
This work addresses how to make high-stakes decisions using prediction sets that come with a distribution-free coverage guarantee $\Pr(Y\in C(X))\ge 1-\alpha$. It develops a minimax decision framework that yields a closed-form worst-case risk $L_S(a;\alpha)=\ell^{\mathrm{in}}_S(a)+\alpha(\ell^{\mathrm{out}}_S(a)-\ell^{\mathrm{in}}_S(a))_+$ and a per-instance optimal policy that minimizes this risk, bridging prediction-set design with downstream actions. The authors then solve the population design problem, show a one-dimensional dual structure with a scalar $\beta^*$ that determines the optimal coverage allocation $t^*(x)$, and construct risk-optimal prediction sets $C^*(x)$ together with actions $a^*(x)$. To deploy this in practice, they introduce Risk-Optimal Conformal Prediction (ROCP), which estimates necessary quantities from data and guarantees finite-sample marginal coverage via conformal calibration. Empirical results in medical diagnosis and autonomous-driving-like settings demonstrate ROCP's advantage in reducing worst-case risk and critical mistakes, especially when out-of-set errors are costly. The approach provides a principled, decision-aware extension of conformal prediction with practical applicability to safety-critical systems.
Abstract
Prediction sets can wrap around any ML model to cover unknown test outcomes with a guaranteed probability. Yet, it remains unclear how to use them optimally for downstream decision-making. Here, we propose a decision-theoretic framework that seeks to minimize the expected loss (risk) against a worst-case distribution consistent with the prediction set's coverage guarantee. We first characterize the minimax optimal policy for a fixed prediction set, showing that it balances the worst-case loss inside the set with a penalty for potential losses outside the set. Building on this, we derive the optimal prediction set construction that minimizes the resulting robust risk subject to a coverage constraint. Finally, we introduce Risk-Optimal Conformal Prediction (ROCP), a practical algorithm that targets these risk-minimizing sets while maintaining finite-sample distribution-free marginal coverage. Empirical evaluations on medical diagnosis and safety-critical decision-making tasks demonstrate that ROCP reduces critical mistakes compared to baselines, particularly when out-of-set errors are costly.
