← Back to AI Glossary

AI Glossary

Model Drift

The gradual decline in model performance caused by changes in data, user behavior, or real-world conditions.

Model Drift

Overview

Many people assume that once an AI model performs well, it will continue performing well forever.

Unfortunately, that is rarely the case.

The world changes constantly.

Customer behavior evolves.

Markets shift.

New trends emerge.

Data that once represented reality may eventually become outdated.

This is where model drift occurs.

Model drift refers to the gradual decline in model performance caused by changes in the data or environment the model operates within.

The model itself may not be broken.

It may still function exactly as designed.

However, the patterns it learned during training may no longer match current conditions.

Imagine a recommendation system trained on customer behavior from last year. If customer interests change significantly, recommendations may become less useful over time.

This performance decline can occur slowly and may go unnoticed without monitoring.

As AI becomes increasingly integrated into business operations, model drift has become one of the most important challenges organizations face after deployment.

Understanding model drift helps explain why AI systems require continuous monitoring throughout their lifecycle.

Why It Matters

Model drift can reduce accuracy, reliability, and business value if it is not detected and addressed.

Real-World Example

A fraud detection model trained on historical fraud patterns may become less effective as criminals develop new attack techniques.

Related Concepts

  • Monitoring
  • Inference
  • Model Evaluation
  • Model Deployment
  • Data Quality