Data or model drift: Which term best describes it?
The gradual divergence of live inputs from the training distribution that erodes accuracy is drift.
The question
After launch, an image classifier's accuracy steadily declines as the real-world photos it receives gradually diverge from the images it was trained on. Working with cross-functional stakeholders, the team wants to name this contributing factor. Which term best describes it?
Preparing for AIGP? Take the free 5-min readiness quiz →
- Data or model drift, where the live input distribution gradually diverges from the training distribution and degrades performance over time. ✓Drift is precisely the gradual divergence between production inputs and the training distribution that erodes accuracy after deployment.
- Brittleness, where the model fails abruptly on inputs that differ only slightly from those it handled correctly during its evaluation phase.Brittleness describes sudden failure on small perturbations, not the gradual distribution shift the scenario describes.
- Insufficient testing, where gaps in the pre-release test coverage allow defects to reach production and surface only once real users interact with the system.Insufficient testing is a process gap at build time; it does not name the ongoing divergence between input and training data.
- Lack of robustness, where the model cannot maintain performance under noisy, corrupted, or adversarially perturbed inputs encountered in operational conditions.Lack of robustness concerns resilience to noise or attacks, not the steady distributional divergence characteristic of drift.
The trap
Confusing gradual distribution shift (drift) with abrupt input-sensitivity failures (brittleness or lack of robustness). How to remember it
The gradual divergence of live inputs from the training distribution that erodes accuracy is drift.
How many of these would you get right?
One of 1581 AIGP questions on Certsqill. Take a free five-minute check and see your score per domain — not one number, but which section to open tonight.
Test your AIGP readiness — freeMore Understanding How to Govern AI Development questions
- Triage and contain the incident: Which response best meets both the management and the documentation →
- Instructions for use provided to deployers: Which item is a public/transparency disclosure aligned with that →
- Articulate the problem the system will solve: Which activity most directly fulfills this first step? →
- All 426 Understanding How to Govern AI Development questions →
Part of the Certsqill AIGP question bank · Understanding How to Govern AI Development ·
Every answer, right and wrong, comes with its own explanation.