English

Drift-to-Action Controllers: Budgeted Interventions with Online Risk Certificates

Machine Learning 2026-03-10 v1 Computation and Language

Abstract

Deployed machine learning systems face distribution drift, yet most monitoring pipelines stop at alarms and leave the response underspecified under labeling, compute, and latency constraints. We introduce Drift2Act, a drift-to-action controller that treats monitoring as constrained decision-making with explicit safety. Drift2Act combines a sensing layer that maps unlabeled monitoring signals to a belief over drift types with an active risk certificate that queries a small set of delayed labels from a recent window to produce an anytime-valid upper bound Ut(δ)U_t(\delta) on current risk. The certificate gates operation: if Ut(δ)τU_t(\delta) \le \tau, the controller selects low-cost actions (e.g., recalibration or test-time adaptation); if Ut(δ)>τU_t(\delta) > \tau, it activates abstain/handoff and escalates to rollback or retraining under cooldowns. In a realistic streaming protocol with label delay and explicit intervention costs, Drift2Act achieves near-zero safety violations and fast recovery at moderate cost on WILDS Camelyon17, DomainNet, and a controlled synthetic drift stream, outperforming alarm-only monitoring, adapt-always adaptation, schedule-based retraining, selective prediction alone, and an ablation without certification. Overall, online risk certification enables reliable drift response and reframes monitoring as decision-making with safety.

Keywords

Cite

@article{arxiv.2603.08578,
  title  = {Drift-to-Action Controllers: Budgeted Interventions with Online Risk Certificates},
  author = {Ismail Lamaakal and Chaymae Yahyati and Khalid El Makkaoui and Ibrahim Ouahbi and Yassine Maleh},
  journal= {arXiv preprint arXiv:2603.08578},
  year   = {2026}
}

Comments

Published as a conference paper at CAO Workshop at ICLR 2026

R2 v1 2026-07-01T11:10:38.081Z