Model Drift
Model drift is the gradual decline in how well a machine learning or AI model performs after it is put into use, caused by changes in the data or in the real-world patterns the model was originally trained to recognize. Over time, the model can lose its predictive accuracy because the conditions it now sees differ from those it learned from. In fraud and payment security contexts, this can affect detection quality, though the exact impact depends on the model, data, and monitoring in place.
Model drift refers to the degradation of machine learning model performance over time due to changes in the distribution of model inputs, outputs, or the relationships between input and output variables relative to the training data. It is typically measured as a change in distribution over time across model inputs, outputs, and actuals, and manifests as a decline in predictive ability in production. Detecting and mitigating drift generally requires ongoing monitoring; note that specific detection thresholds, retraining cadences, and the resulting false-positive or false-negative trade-offs depend on implementation and are out of scope for this definition.
Why it matters
In fraud and payment security, machine learning models are frequently used to score transactions, flag anomalies, and prioritize cases for review. Because fraud patterns shift as attackers adapt and as legitimate customer behavior changes, a model that performed well at deployment can gradually lose predictive ability. Model drift is the term for this decline, and its practical effect in these settings can be reduced detection quality, though the exact impact depends on the model, the data it sees, and the monitoring in place.
Undetected drift can degrade a detection control quietly, without an obvious failure event. A drifting fraud model may produce more missed detections (false negatives) or more false alerts (false positives) over time, shifting the trade-off between fraud losses and the operational cost of reviewing legitimate transactions. Because these effects accumulate gradually, teams that do not monitor for drift may not notice the degradation until fraud outcomes or customer friction change materially.
Managing drift is therefore part of ongoing model risk management rather than a one-time deployment concern. It underscores why detection models require continued monitoring after they go live; specific detection thresholds, retraining cadences, and the resulting false-positive or false-negative trade-offs depend on implementation and are outside the scope of the concept itself.
Who it's relevant to
Inside Model Drift
Common questions
Answers to the questions practitioners most commonly ask about Model Drift.