evaluation-doubly-insufficient-for-deployment

IN derived (depth 4)

Created 2026-06-21T10:16:38+00:00 · Reviewed 2026-06-21T15:37:01+00:00

ML's standard evaluation methodologies (holdout, k-fold, bootstrap) and standard overfitting defenses (dropout, regularization, feature selection) address complementary aspects of the training-test generalization gap, but neither evaluation nor defense mechanisms are designed to detect deployment-specific failure modes such as adversarial vulnerability and algorithmic bias — suggesting a structural gap between training-time quality assurance and deployment-time safety.

Justifications

SL — Evaluation methodologies (depth-1) and missed deployment failures (depth-3) are independently established — their intersection reveals that evaluation itself is the blind spot, not just defenses

Antecedents (all must be IN):

  • IN ml-three-evaluation-methodologies-tradeoff — ML model evaluation has three standard methodologies — holdout splitting (simple but data-wasteful), k-fold cross-validation (balanced but k-times more expensive), and bootstrap sampling (statistically rich but with replacement effects) — each trading computational cost for estimation reliability.
  • IN standard-defenses-miss-deployment-failure-modes — Multi-layered overfitting defenses (dropout, regularization, feature selection) address the training-test generalization gap but leave neural networks' two independent deployment failure classes — adversarial vulnerability and algorithmic bias — completely unmitigated, revealing a fundamental gap between training-time quality assurance and deployment-time safety.

Dependents

These beliefs depend on this one: