A law of robustness for two-layer neural networks with arbitrary weights
arXiv:2607.07778
2026
Regularization
2 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper establishes a distribution-dependent impossibility law: fitting noise with a narrow two-layer piecewise-linear network forces a large input Lipschitz constant, even when all weights are unbounded. The key transferable asset is that the relevant capacity is the number of distinct realized kink hyperplanes, not the nominal number of hidden units, and that function-space geometry can replace bounded parameter-space arguments. This suggests practical width-selection and regularization rules that explicitly trade off robustness, interpolation error, Lipschitz sensitivity, and effective kink count. The strongest near-term use is a ReLU training controller or architecture diagnostic rather than treating the lower bound as a conventional loss guarantee.
Ideas from this paper
Unverified
2026
Replace nominal hidden-unit count by the number of distinct realized ReLU kink hyperplanes, then regularize or prune this effective count. Neurons whose normalized affine boundaries coincide can be exactly merged by summing their canonical coefficients, reducing memory without changing the represented function and aligning the model's complexity measure with the theorem.
Useful6/10
Difficulty5/10
Novelty6/10
Unverified
2026
Use the paper's lower bound as a feasibility test for robust interpolation: if a model is asked to fit below the estimated noise floor while maintaining a small Lipschitz constant, automatically increase effective width or relax the fit target. This prevents optimization from wasting compute on an impossible low-sensitivity solution and provides a principled width schedule for noisy regression or classification.
Useful6/10
Difficulty4/10
Novelty7/10