The generalization gap, stated plainly
A model's prediction is trustworthy in proportion to how similar the problem is to its training data. For a target that resembles known antibodies' targets, the prediction is grounded. For a target unlike anything in the training set, the model still produces a confident-looking number, but that number is an extrapolation. The danger is that the output format does not distinguish the two cases, so a low-quality prediction looks the same as a high-quality one.
Recognizable failure patterns
- Generalization gap: performance degrades on targets or epitopes unlike the training data, without an obvious warning in the output.
- Over-optimization: the search exploits the scoring function, producing sequences that score well on the proxy but bind poorly in reality.
- Developability failure: predicted binding is good, but the molecule aggregates, expresses poorly, or is unstable.
- Target-class transfer: models trained on soluble antigens transfer poorly to membrane proteins or conformation-specific epitopes.