NAVIGATION

What is a Model Drift?

Definition

Model Drift

Model Drift (or model decay) is the degradation of an AI model's predictive performance in production over time, caused by changes in the statistical properties of real-world input data relative to the training data.

Why It Matters for AI Builders

Helps AI builders design and scale robust architectures; mastering the implementation of Model Drift improves latency, accuracy, and operational efficiency for mlops model tracking, prediction monitoring, and automated retraining pipelines.

Detailed Deep Dive

Model drift is the degradation of a model's predictive performance in production over time due to changes in real-world data distributions (data drift) or the underlying relationships between inputs and targets (concept drift). Mitigating model drift requires continuous monitoring, anomaly alerts, and periodic retraining on fresh datasets.

Advertisement

Frequently Asked Questions

Q:What is concept drift vs. data drift?

Data drift (covariate shift) is when input distributions change (e.g. users search for new terms). Concept drift is when the relationship between inputs and targets changes (e.g. consumer preferences shift, making old classification rules obsolete).

Q:How is model drift resolved?

By continuous monitoring in MLOps, setting up anomaly alerts on input distributions, and automatically triggers retraining pipelines on fresh production data.

Quick Facts

  • CategoryModel Operations
  • Key ApplicationMLOps model tracking, prediction monitoring, and automated retraining pipelines.

Coverage Trend12 Weeks

12w agoToday

Cite This Term

Model Drift Media Coverage & Intelligence

PRODUCT LAUNCHJul 28, 2026

Runway Couldn't Fix a Bug in Its AI Video Model, so It Turned the Bug Into a Feature

Runway spent weeks trying to engineer its way out of a stubborn bug: AI-generated avatars would drift off-center during real-time video generation.