English

Reliably Detecting Model Failures in Deployment Without Labels

Machine Learning 2025-11-05 v4

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.

Keywords

Cite

@article{arxiv.2506.05047,
  title  = {Reliably Detecting Model Failures in Deployment Without Labels},
  author = {Viet Nguyen and Changjian Shui and Vijay Giri and Siddharth Arya and Amol Verma and Fahad Razak and Rahul G. Krishnan},
  journal= {arXiv preprint arXiv:2506.05047},
  year   = {2025}
}

Comments

44 pages, 9 figures, 12 tables. Accepted at NeurIPS 2025. Code available at https://github.com/teivng/d3m

R2 v1 2026-07-01T03:01:34.256Z