Home Knowledge Base Concept drift

Concept drift is a fundamental MLOps challenge where the statistical relationship between inputs and outputs P(Y|X) changes over time during deployment, rendering previously learned model parameters increasingly incorrect and demanding continuous monitoring, detection, and retraining strategies to maintain production accuracy — distinct from covariate shift because the underlying decision boundary itself becomes invalid, not merely the input distribution.

What Is Concept Drift?

Why Concept Drift Matters

Types of Concept Drift

By Pattern:

Detection Methods

MethodApproachRequires Labels
Accuracy MonitoringTrack error rate on labeled production dataYes
ADWINAdaptive windowing on error rateYes
DDMMonitor error rate mean and std deviationYes
Prediction DistributionMonitor output distribution shiftsNo
CUSUM / Page-HinkleySequential change-point detectionYes

Mitigation Strategies

Concept drift is the inevitable adversary of every deployed ML system — building robust MLOps pipelines with continuous monitoring, automated detection, and adaptive retraining is the only sustainable strategy for maintaining model accuracy in dynamic real-world environments where the world never stops changing.

concept drift over timemlops

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.