Hyperparameters and Regularization Shape ReLU Network Loss.
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.
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
- 1Review current deep learning training practices, especially the choice of optimizers and regularization techniques for ReLU networks.
- 2Experiment with AdamW as the default optimizer for two-layer ReLU networks to potentially avoid parameter collapse.
- 3Consider the implications of network width and L2-regularization on model complexity and generalization, particularly for simpler models.
- 4Apply insights into loss landscape geometry to inform hyperparameter tuning strategies for better model convergence.
- 5Educate ML engineers on the theoretical underpinnings of optimizer behavior and regularization effects to make more informed design decisions.
Who benefits
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 XOriginally 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 coursesMore in AI Research
Researchers Anthropomorphize AI Models During Development
The observation highlights a peculiar trend where AI researchers describe models as having "personalities" or "preferences" during their development, such as "things pretraining likes." This anthropomorphic language raises questions about how we perceive and interact with AI.
New Multi-View Fuzzy Broad Learning System Enhances Classification
Researchers propose MVGIFBLS, a Multi-View Graph-Embedded Intuitionistic Fuzzy Broad Learning System, which integrates multi-view learning, graph embedding, and intuitionistic fuzzy theory into the Broad Learning System (BLS) framework. This design improves classification accuracy and robustness to noise by considering data geometry and combining information from multiple sources.
Pruning MoE LLMs: Half Experts Removed, Full Coding Performance
Research shows that up to half the "experts" can be removed from Mixture-of-Experts (MoE) LLMs without detectable loss in coding performance, significantly reducing model size for domain-specific tasks. The study also reveals that perplexity is an unreliable metric for pruning and that aggressive pruning can be partially recovered with lightweight fine-tuning.