Multiple Risk Control Beyond Sequential Order: Graph-Structured Dependencies
Posed by Joshi, Sun, Hassani, and Dobriban (2025)
§ Problem Statement
Setup
Let denote input, model output, and reference output. For constraints, the source paper defines score functions and behavior-cost variables with thresholds . In the sequential formulation (a chain of constraints), the -th constraint loss is
and the objective loss is
The population target is
The paper introduces a dynamic-programming baseline (MRBase) and a finite-sample, distribution-free risk-controlling algorithm (MultiRisk) for this sequential dependence structure.
Unsolved Problem
Extend finite-sample distribution-free multiple-risk control from the current sequential (totally ordered) dependence to general graph-structured dependence among risks. Formally, let be a directed acyclic graph on , with parent sets . Define graph-triggered events from parent conditions and local score thresholds (the sequential case is the special path graph). Develop an algorithm that, for all , guarantees
in finite samples and distribution-free fashion, while keeping the objective risk near-optimal relative to the graph-structured population program, with explicit dependence on graph complexity, sample size, and number of risks.
§ Discussion
§ Significance & Implications
Real AI safety/quality pipelines often use interacting constraints rather than a strict sequence. Extending MultiRisk to graph-structured dependencies would substantially broaden practical applicability while preserving rigorous risk guarantees.
§ Known Partial Results
Joshi et al. (2025): gives finite-sample distribution-free control for multiple sequential constraints and near-optimality results under stated regularity conditions.
Joshi et al. (2025): The same source explicitly identifies extension to more general graph-structured dependence among risks as future work.
Joshi et al. (2025): Existing conformal risk-control tools provide ingredients for single or structured constraints, but a full finite-sample graph-structured theory with near-optimal objective guarantees is not yet available.
§ References
MultiRisk: Multiple Risk Control via Iterative Score Thresholding
Sagar Joshi, Yifan Sun, Hamed Hassani, Edgar Dobriban (2025)
arXiv preprint
📍 Section 2 (problem formulation), Sections 4-5 (MRBase and MultiRisk algorithms and guarantees), and Section 7 (Conclusion: open extension to graph-structured dependencies among risks).
Anastasios N. Angelopoulos, Stephen Bates, et al. (2024)
arXiv preprint
📍 Distribution-free risk-control methodology motivating single- and multi-constraint conformal calibration.
Algorithmic Learning in a Random World
Vladimir Vovk, Alexander Gammerman, Glenn Shafer (2005)
Springer
📍 Nested prediction-set and exchangeability principles underlying distribution-free control constructions.