Hyperparameters and Regularization Shape ReLU Network Loss.

Haruka Eshima, Makoto Yamada· July 21, 2026 View original

Summary

This research investigates how width-dependent hyperparameters and L2-regularization affect the loss landscape of two-layer ReLU networks, finding conditions for global minima collapse and showing AdamW's role in preventing it. It also provides analytical solutions for optimal parameters in 1D input.

This study delves into the theoretical properties of two-layer ReLU networks, particularly focusing on how width-dependent hyperparameters and L2-regularization influence their loss landscape. Understanding these dynamics is crucial for advancing deep neural network theory. The researchers derived a sufficient condition under which global minima can collapse to the zero solution, a phenomenon that can hinder effective learning. Interestingly, their experiments revealed a distinction between optimizers: AdamW was observed to prevent this collapse of learned parameters, while SGD did not. This finding offers a potential explanation for AdamW's widespread success in deep learning training. Furthermore, for networks with a single input dimension, the study provides an analytical solution for the globally optimal parameter sets. It demonstrates that L2-regularization has a width-invariant effect on connectivity but its dimensionality-reducing impact intensifies with increasing network width. These results offer valuable insights into the intricate interplay between network architecture, regularization, and optimization strategies.

Why it matters

A deeper understanding of loss landscapes and the effects of hyperparameters and regularization is fundamental for designing more stable, efficient, and performant deep learning models. This research provides theoretical grounding for practical choices in AI development.

How to implement this in your domain

  1. 1Review current deep learning training practices, especially the choice of optimizers and regularization techniques for ReLU networks.
  2. 2Experiment with AdamW as the default optimizer for two-layer ReLU networks to potentially avoid parameter collapse.
  3. 3Consider the implications of network width and L2-regularization on model complexity and generalization, particularly for simpler models.
  4. 4Apply insights into loss landscape geometry to inform hyperparameter tuning strategies for better model convergence.
  5. 5Educate ML engineers on the theoretical underpinnings of optimizer behavior and regularization effects to make more informed design decisions.

Who benefits

TechAI/ML ResearchSoftware Development

Key takeaways

  • Width-dependent hyperparameters and L2-regularization significantly shape ReLU network loss landscapes.
  • AdamW helps prevent the collapse of learned parameters, unlike SGD.
  • L2-regularization's dimensionality-reducing effect strengthens with network width.
  • Theoretical understanding of loss landscapes informs practical deep learning choices.

Original post by Haruka Eshima, Makoto Yamada

"arXiv:2607.16720v1 Announce Type: new Abstract: Understanding deep neural networks remains a central challenge in machine learning. In particular, the theoretical properties of even two-layer ReLU networks, especially in the presence of weight decay, remain poorly understood. To…"

View on X

Originally posted by Haruka Eshima, Makoto Yamada on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses