Prediction-Powered Risk Monitoring of Deployed Models for Detecting Harmful Distribution Shifts
Guangyi Zhang, Yunlong Cai, Guanding Yu, Osvaldo Simeone
TL;DR
This work tackles the problem of detecting harmful distribution shifts in deployed models when labeled feedback is scarce. It introduces Prediction-Powered Risk Monitoring (PPRM), a semi-supervised extension of supervised risk monitoring that uses prediction-powered inference (PPI) to combine labeled data with unlabeled data via synthetic labels, yielding unbiased risk estimates and tighter, anytime-valid bounds. The framework provides rigorous probability-of-false-alarm guarantees and adaptively tunes reliance on unlabeled data through a data-driven hyperparameter $\eta_t$, demonstrated across image-classification, LLM monitoring, and telecom tasks. Practically, PPRM enables earlier and more reliable alarms with reduced labeling burden, supporting on-device maintenance and safer deployment in dynamic environments, while offering a clear path for future integration with unsupervised adaptation techniques.
Abstract
We study the problem of monitoring model performance in dynamic environments where labeled data are limited. To this end, we propose prediction-powered risk monitoring (PPRM), a semi-supervised risk-monitoring approach based on prediction-powered inference (PPI). PPRM constructs anytime-valid lower bounds on the running risk by combining synthetic labels with a small set of true labels. Harmful shifts are detected via a threshold-based comparison with an upper bound on the nominal risk, satisfying assumption-free finite-sample guarantees in the probability of false alarm. We demonstrate the effectiveness of PPRM through extensive experiments on image classification, large language model (LLM), and telecommunications monitoring tasks.
