LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Deployment & Operations

Model Drift

Model drift is the degradation of an AI model's performance over time as the data it sees in production diverges from the distribution it was trained on — the silent failure mode of every deployed ML system.

Full definition

Drift comes in two flavors: data drift (input distribution changes — new product categories, post-COVID consumer behavior, new fraud patterns) and concept drift (the relationship between inputs and outputs changes — what counted as "spam" in 2018 vs 2025). Detection requires continuous monitoring of input statistics, output distributions, and ground-truth feedback. Mitigation is usually retraining, sometimes architectural changes.

Why it matters

Models that worked great in pilot fail silently in production. A 2-3% accuracy drift can erase a year of ROI in fraud detection, demand forecasting, or pricing. Drift monitoring is non-negotiable governance for any model in regulated production use; the EU AI Act explicitly requires it for high-risk systems.

Example

A demand-forecasting model deployed in 2019 collapsed during COVID-19 because consumer behaviour shifted overnight outside its training distribution. Companies with active drift monitoring caught it in days; others discovered it only after stockouts and excess inventory hit P&L.

Source & further reading

Primary source: Gama et al. — "A Survey on Concept Drift Adaptation" (ACM Computing Surveys) (2014).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/it/glossary/model-drift/.