ml-theory-consistently-violated-without-penalty
IN derived (depth 2)
Created 2026-06-21T10:23:12+00:00 · Reviewed 2026-06-21T15:37:01+00:00
ML's relationship with its own theory is consistently paradoxical — ReLU violates differentiability requirements yet outperforms smooth activations, while double descent and benign overfitting violate the bias-variance tradeoff — suggesting ML's theoretical frameworks describe idealized conditions that practice routinely transcends without penalty.
Justifications
SL — two independent cases of theory violation improving practice — differentiability for activations and the bias-variance U-curve for generalization — suggest the violations are structural not accidental
Antecedents (all must be IN):
- IN classical-generalization-theory-overturned — Classical generalization theory — the U-shaped bias-variance tradeoff — has been overturned by two empirical phenomena: double descent shows test error decreasing again far past the interpolation threshold, and benign overfitting shows perfect training fit coexisting with good generalization in overparameterized regimes.
- IN relu-dominance-despite-theoretical-imperfection — ReLU became the dominant hidden-layer activation function despite violating backpropagation's differentiability requirement at exactly zero, demonstrating that empirical effectiveness (faster training, no vanishing gradient) trumps theoretical correctness in neural network design.
Dependents
These beliefs depend on this one:
- IN attention-paradigm-shift-validates-mathematical-precision-in-pragmatic-field — The attention mechanism's role in enabling the RNN-to-Transformer paradigm shift represents a rare case where mathematical precision (scaled dot-product stabilization, engineered asymmetry) was prerequisite for pragmatic success, creating a counterexample to ML's general pattern of theoretical violations without penalty — here, getting the mathematics right was necessary for the innovation to work, validating that mathematical necessity and pragmatic success occasionally align rather than oppose.
- IN backprop-validates-pragmatism-over-formal-prerequisites — Neural network training exemplifies ML's paradoxical relationship with mathematical rigor — three independent mathematical frameworks (reverse-mode autodiff, first-order optimization, dynamical systems theory) converge to validate backpropagation's structure, yet the algorithm succeeds in practice precisely when its theoretical prerequisites are violated (non-differentiable ReLU, overparameterized networks, double descent).
- IN svm-coherence-anomalous-in-pragmatic-field — SVMs' three-dimensional mathematical coherence (sparsity, equivalence, elegance) is anomalous in a field where theory is consistently violated without penalty — the most rigorous ML framework became the one that scaled least, while pragmatic architectures that violate their own mathematical prerequisites (ReLU's non-differentiability, overparameterized networks' violation of bias-variance) dominate practice.