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: