Deep ReLU Networks Show Quadratic Depth Dependence in Regression.

Tao Jiang, Minbo Gao, Shaowei Cai· August 19, 2026 View original

Key takeaways

  • Deep ReLU networks exhibit a quadratic dependence on depth in Gaussian regression.
  • This resolves a theoretical gap in understanding the power of depth.
  • The minimax risk is at least of order L^2 w^2 log(w) R^2/n.
  • The findings provide fundamental insights into deep learning architecture design.

Who benefits

AI ResearchMachine Learning EngineeringData ScienceScientific Computing

Summary

This research demonstrates that the minimax risk in Gaussian regression for deep ReLU networks with a specific architecture exhibits a quadratic dependence on depth. The study constructs a local packing that proves this intrinsic quadratic depth dependence under certain conditions, resolving a long-standing gap in theoretical bounds.

Understanding the theoretical properties of deep neural networks, particularly how depth influences their learning capacity, remains a crucial area of research. This paper investigates Gaussian regression using the explicit vector-valued Parhi-Nowak deep-RBV^2 architecture, characterized by its depth (L), width (w), and variation budget. Previous theoretical bounds for this architecture showed a difference of one factor of depth, leaving an open question about the precise dependence. The researchers construct a novel local packing, a method used to establish lower bounds on statistical estimation problems, which explicitly demonstrates that the minimax risk has a quadratic dependence on depth (L^2). This quadratic dependence is shown to be intrinsic under a specific sample-size-dependent radius condition. Key to their findings are a bias-corrected approximation theorem and a balanced amplification technique that allows for controlled coefficient growth across layers. The results establish that the minimax risk is at least of order L^2 w^2 log(w) R^2/n, aligning with an upper bound and thus confirming the quadratic polynomial dependence on depth, up to logarithmic factors. This work provides a deeper theoretical understanding of why depth is so powerful in deep learning.

Why it matters

For AI researchers and engineers, this theoretical work provides a deeper understanding of the fundamental advantages of network depth in deep learning. It offers insights into why deeper architectures can achieve better performance, guiding future architectural designs and theoretical analyses.

How to implement this in your domain

  1. 1Consider the theoretical implications of quadratic depth dependence when designing new deep learning architectures for regression tasks.
  2. 2Explore how the identified "representation-limited behavior" at smaller radii might influence model capacity and generalization in practical applications.
  3. 3Utilize these theoretical insights to inform hyperparameter tuning strategies, particularly regarding network depth and width.
  4. 4Contribute to or follow research that aims to bridge these theoretical bounds with practical performance in real-world datasets.

Original post by Tao Jiang, Minbo Gao, Shaowei Cai

"arXiv:2608.17434v1 Announce Type: new Abstract: We study Gaussian regression over the explicit vector-valued Parhi--Nowak deep-RBV^2 architecture with depth L, width w, layer-sum variation budget A, and output bound B. For this O(L w^2)-parameterized architecture, the known lower…"

View on X

Originally posted by Tao Jiang, Minbo Gao, Shaowei Cai on X · view source

Want to go deeper?

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

Explore courses

More in AI Research