UnsolvedMajor Solve Problem

Decision-Optimal Prediction Sets with Group/Label-Conditional Guarantees

Posed by Wang and Dobriban (2026)

§ Problem Statement

Setup

Let X\mathcal X be a feature space, Y\mathcal Y an outcome space, and A\mathcal A an action space, with loss :A×Y[0,)\ell:\mathcal A\times\mathcal Y\to[0,\infty). A prediction set is a map C:X2YC:\mathcal X\to 2^{\mathcal Y}. For a fixed miscoverage level α(0,1)\alpha\in(0,1), define the robust in-set decision loss for action aa and set SYS\subseteq\mathcal Y:

LS(a;α):=supQ:Q(S)1αEYQ[(a,Y)].L_S(a;\alpha):=\sup_{Q:\,Q(S)\ge 1-\alpha}\mathbb E_{Y\sim Q}[\ell(a,Y)].

The source paper derives

LS(a;α)=Sin(a)+α(Sout(a)Sin(a))+,L_S(a;\alpha)=\ell_S^{\mathrm{in}}(a)+\alpha\big(\ell_S^{\mathrm{out}}(a)-\ell_S^{\mathrm{in}}(a)\big)_+,

where Sin(a):=supyS(a,y)\ell_S^{\mathrm{in}}(a):=\sup_{y\in S}\ell(a,y) and Sout(a):=supyS(a,y)\ell_S^{\mathrm{out}}(a):=\sup_{y\notin S}\ell(a,y), and studies robust action selection

aC(x)argminaALC(x)(a;α).a_C(x)\in\arg\min_{a\in\mathcal A}L_{C(x)}(a;\alpha).

It also proposes a conformal construction (ROCP) with finite-sample marginal coverage under exchangeability.

Unsolved Problem

Construct and analyze decision-optimal conformal procedures that preserve the robust decision-theoretic objective while enforcing stronger subgroup guarantees, such as group-conditional, label-conditional, or localized coverage constraints. For example, given a class of groups G2X\mathcal G\subseteq 2^{\mathcal X} and possibly label subsets H2Y\mathcal H\subseteq 2^{\mathcal Y}, achieve finite-sample guarantees of the form

Pr{YC(X)Xg}1αg(gG),\Pr\{Y\in C(X)\mid X\in g\}\ge 1-\alpha_g\quad(\forall g\in\mathcal G),

and/or

Pr{YC(X)Yh}1α~h(hH),\Pr\{Y\in C(X)\mid Y\in h\}\ge 1-\tilde\alpha_h\quad(\forall h\in\mathcal H),

while minimizing decision risk criteria induced by LC(X)(a;)L_{C(X)}(a;\cdot) (or their empirical counterparts) with explicit sample-complexity and computational guarantees.

§ Discussion

Loading discussion…

§ Significance & Implications

This problem links distribution-free uncertainty quantification to downstream decision quality on heterogeneous subpopulations. A solution would make conformal decision rules more reliable in safety-critical settings where aggregate marginal validity is insufficient.

§ Known Partial Results

  • Wang & Dobriban (2026): derives robust action formulas from prediction sets and proposes ROCP with finite-sample marginal coverage under exchangeability.

  • Barber et al. (2021): The same source explicitly identifies subgroup-conditional extensions (group, label, localized) as future work in its Discussion section.

  • Barber et al. (2021): Conditional-coverage impossibility results imply that any full solution must carefully specify feasible structural assumptions and target classes.

§ References

[1]

Optimal Decision-Making Based on Prediction Sets

Tianrui Wang, Edgar Dobriban (2026)

arXiv preprint

📍 Section 2 (setting and robust loss formulation), Section 5 (ROCP construction), and Section 7 (Discussion: extension to group-conditional/label-conditional/localized guarantees).

[2]

The limits of distribution-free conditional predictive inference

Rina Foygel Barber, Emmanuel Candès, Aaditya Ramdas, Ryan Tibshirani (2021)

Information and Inference

📍 Impossibility frontiers for exact distribution-free conditional guarantees; motivation for structured or approximate conditional goals.

[3]

Algorithmic Learning in a Random World

Vladimir Vovk, Alexander Gammerman, Glenn Shafer (2005)

Springer

📍 Foundational conformal prediction framework for finite-sample marginal validity.

§ Tags