Reliably Detecting Model Failures in Deployment Without Labels
Viet Nguyen, Changjian Shui, Vijay Giri, Siddharth Arya, Amol Verma, Fahad Razak, Rahul G. Krishnan
TL;DR
This paper tackles the challenge of detecting post-deployment deterioration (PDD) without access to deployment labels by introducing D3M, a disagreement-driven monitoring framework. D3M operates in three stages—pre-training a feature extractor and a variational last layer to model a posterior predictive distribution, calibrating maximum disagreement on unlabeled in-distribution data, and deploying with a threshold on observed deployment disagreement—achieving low false positives for non-deteriorating shifts and provable, sample-efficient detection for deteriorating shifts. Theoretical guarantees (under certain assumptions) bound the false-positive rate and ensure positive detection power, while empirical results across UCI, CIFAR, Camelyon17, and GEMINI demonstrate practical viability in diverse modalities and real-world clinical settings. The work demonstrates that label-free, scalable monitoring of model degradation is achievable and can be integrated into high-stakes ML pipelines with strong performance guarantees. Overall, D3M offers a principled, scalable guardrail for production ML systems facing distribution drift without leaking training data or requiring ongoing access to labels.
Abstract
The distribution of data changes over time; models operating in dynamic environments need retraining. But knowing when to retrain, without access to labels, is an open challenge since some, but not all shifts degrade model performance. This paper formalizes and addresses the problem of post-deployment deterioration (PDD) monitoring. We propose D3M, a practical and efficient monitoring algorithm based on the disagreement of predictive models, achieving low false positive rates under non-deteriorating shifts and provides sample complexity bounds for high true positive rates under deteriorating shifts. Empirical results on both standard benchmark and a real-world large-scale internal medicine dataset demonstrate the effectiveness of the framework and highlight its viability as an alert mechanism for high-stakes machine learning pipelines.
