When the mechanism is unreadable or the vendor will not show it, validation shifts from inspecting the model to interrogating its behaviour. The tests that work, what to demand at procurement, and when the honest answer is a restriction rather than an approval.
In short
- Model validation is the independent assessment of whether a model is fit for the purpose it will be used for, conducted by someone other than the person who built it and with the standing to withhold approval. That definition does not change for artificial intelligence.
- Validation therefore moves from inspecting the mechanism to interrogating the behaviour, which is harder to do well and much easier to do badly.
- Aggregate accuracy is the least informative number in the report. What matters is where the model is wrong, because errors are almost never uniformly distributed.
- Third-party systems require the validation strategy to be set before purchase, because after purchase the institution has no leverage and the same accountability.
- Sometimes the correct validation outcome is neither approval nor rejection but restriction, and frameworks that offer only two verdicts push validators toward approving things they are uneasy about.
On this page
- What validation is, and what changes for AI
- The held-out test and how it is compromised
- Where the model is wrong matters more than how often
- The benchmark the institution actually understands
- Robustness: what happens at the edges
- Testing for disparate outcomes
- Third-party systems: decide before you buy
- Validation does not end at approval
- When the right answer is a restriction
What validation is, and what changes for AI#
Model validation is the independent assessment of whether a model is fit for the purpose it will be used for, conducted by someone other than the person who built it and with the standing to withhold approval. That definition does not change for artificial intelligence.
What changes is the evidence available: with a classical model, a validator can read the specification, re-estimate the parameters and reproduce the output; with many AI systems, the learned relationship is not meaningfully readable, and with a procured system the internals may not be available at all.
Validation therefore moves from inspecting the mechanism to interrogating the behaviour, which is harder to do well and much easier to do badly.
The held-out test and how it is compromised#
The foundation of behavioural validation is a held-out test: performance measured on data the model was never trained on and, ideally, that the developer never saw. This is stated so often that it is worth naming the ways it is quietly compromised.
- Data leakage, where a field available at scoring time encodes the outcome, produces spectacular test results and no production value.
- Temporal leakage, where the test sample is drawn randomly across a period rather than from a later period than the training data, flatters any model operating in a changing environment.
- repeated tuning against the same test set gradually turns it into a second training set.
A validator who accepts a performance number without establishing how the sample was constructed has validated nothing.
Where the model is wrong matters more than how often#
Aggregate accuracy is the least informative number in the report. What matters is where the model is wrong, because errors are almost never uniformly distributed: a system can perform well overall and badly on a segment, a product, a channel, a language or a period, and the segment where it fails is frequently the one with the fewest training examples and the highest consequence.
Useful validation therefore reports performance broken down by every dimension along which the institution takes different risks, and pays particular attention to the tails — the cases at the extremes of the input range, the unusual submissions, the customers who do not look like the training population.
The benchmark the institution actually understands#
A benchmark the institution actually understands is the most underused validation tool available. Comparing the AI system against a simple, transparent alternative — a logistic model, a scorecard, a small set of business rules, or the human process it would replace — answers two questions at once: whether the additional complexity buys enough performance to justify its governance cost, and whether the system behaves sensibly.
A model that beats the benchmark by a wide margin deserves scrutiny of its data rather than celebration, since that pattern is usually leakage.
A model that barely beats it has, in a regulated setting, made the case for the simpler option.
Robustness: what happens at the edges#
Robustness testing asks what happens at the edges, which is where production lives and test sets rarely do. It means feeding the system inputs that are incomplete, malformed, unusually long, in an unexpected language or format, adversarially constructed, or simply outside the range it was trained on, and observing not only whether the answer is wrong but whether the system knows it is uncertain.
A model that produces confident output on nonsense is more dangerous than one that fails visibly, because the human downstream has no signal to distrust it.
Whether a system degrades gracefully — flagging low confidence, routing to a human, refusing to answer — is a design property that has to be tested rather than assumed.
Testing for disparate outcomes#
Where outputs affect people, testing for disparate outcomes is part of validation rather than an adjacent ethics exercise. The mechanism to look for is proxy encoding: a model trained without a protected characteristic can still reproduce it through correlated features such as location, product history, device or channel, and will do so more readily the more flexible it is.
Practical testing compares outcome rates and error rates across the groups the institution can lawfully measure, examines whether errors fall disproportionately on one of them, and asks whether an observed difference has a legitimate, documented business justification.
This work is difficult where the institution does not hold the relevant attributes, and the honest response to that difficulty is to say so in the validation report rather than to record the question as not applicable.
Third-party systems: decide before you buy#
Third-party systems require the validation strategy to be set before purchase, because after purchase the institution has no leverage and the same accountability.
What is reasonable to require in a contract — and what vendors serving regulated buyers increasingly expect to provide — is:
- documentation of intended use and known limitations
- evidence of the testing performed and the population it was performed on
- a right to test independently against the institution’s own data
- notice before the model is changed or retrained
- access to logs sufficient to reconstruct a past decision
- an exit that does not strand a live process
An institution that cannot obtain a right to test independently should treat that refusal as a finding about the vendor rather than a constraint to work around.
Validation does not end at approval#
Validation does not end at approval, and for AI the ongoing part carries more weight than the initial exercise. A model correct on the day it was approved can become incorrect without any code changing, because the population it scores has shifted, a channel mix has moved, a product has been repriced or the behaviour it learned belonged to conditions that have passed.
The monitoring that catches this tracks realised outcomes against predictions rather than merely confirming the service is available, watches the input distribution for drift away from the development population, and carries pre-agreed thresholds at which the model is retrained, restricted or withdrawn.
Those thresholds must be set before they are approached, because the decision to keep running a degrading model under commercial pressure is the most predictable failure in the field.
When the right answer is a restriction#
Sometimes the correct validation outcome is neither approval nor rejection but restriction, and frameworks that offer only two verdicts push validators toward approving things they are uneasy about.
A system that cannot be validated to the depth its risk tier requires can often still be used for something:
- as a ranking input rather than a decision
- within a narrower segment where evidence is adequate
- with a mandatory human review
- at a lower automation threshold
- under enhanced monitoring for a defined period
Recording the restriction, its reason and the condition under which it would be lifted is a better outcome than either an approval that overstates the evidence or a rejection that sends the same system back through a different door six months later.
Frequently asked
How do you validate a model whose internals you cannot inspect?
Validation shifts from examining the mechanism to interrogating the behaviour. That means performance measured on a properly constructed held-out sample the developer never saw, results broken down by every segment where the institution takes different risks rather than reported in aggregate, comparison against a simple transparent benchmark the institution understands, robustness testing with incomplete, malformed, out-of-range and adversarial inputs, testing for disparate outcomes where decisions affect people, and stability testing over time. The validator must still be independent of the builder and hold the standing to withhold approval — that requirement does not change because the model is opaque.
What should a bank require from an AI vendor before buying?
The terms worth contracting for are documentation of intended use and known limitations, evidence of the testing the vendor performed and the population it was performed on, a right to test independently against the institution’s own data, notice before the model is changed or retrained, access to logs sufficient to reconstruct any past decision, and an exit that does not strand a live process. Procurement is the only moment at which these are cheap: after purchase the institution has no leverage and exactly the same accountability, since a supervisor asking why a customer was declined will not accept that the vendor knows. A refusal to grant independent testing rights is best treated as a finding about the vendor rather than a constraint to design around.
What is model drift and how is it detected?
Model drift is the degradation of a model’s accuracy over time without any change to its code, caused by the world moving away from the conditions it learned: the scored population shifts, a channel or product mix changes, pricing moves, or the behaviour it captured belonged to an environment that has passed. It is detected by tracking realised outcomes against predictions rather than merely confirming the service is running, and by watching the input distribution for divergence from the development population. Because the failure is silent, the controls that matter are pre-agreed thresholds at which the model is retrained, restricted or withdrawn — set before they are approached, since a decision made under commercial pressure without a trigger almost always goes the same way.
Can an AI model be approved with restrictions instead of rejected?
Yes, and a framework offering only approval or rejection tends to push validators into approving systems they are uneasy about. A system that cannot be validated to the depth its risk tier requires can often still be used in a narrower way: as a ranking or prioritisation input rather than a decision, within a segment where the evidence is adequate, subject to mandatory human review, at a lower automation threshold, or under enhanced monitoring for a defined period. Recording the restriction, the reason for it and the condition under which it would be lifted is more useful than an approval that overstates the evidence or a rejection that simply sends the same system back through a different door.
The programme behind this article
Work through this material with the practitioners who wrote it.
AI Governance & Responsible AI for Financial Institutions
The governance layer your AI adoption now legally needs — model inventories, risk classification, human oversight, validation and vendor control, built for banks and insurers facing hard regulatory deadlines.
View the programme →Machine Learning in Banking and Finance Masterclass
What machine learning can and cannot do for banking and risk — supervised and unsupervised methods, alternative data and explainable AI, worked in practice.
View the programme →AI, Big Data and ML in Combating Financial Crime Masterclass
Machine learning against fraud, money laundering, KYC failure and insider trading — data analytics that find financial crime before the regulator finds you.
View the programme →