Deep Neural Variation Spaces: A Unifying Perspective on Depth and Complexity
Summary
This paper introduces a unified function space theory for deep fully connected neural networks, defining functions recursively as L1-bounded linear combinations of activated functions. Unlike prior work focused on homogeneous activations like ReLU, this framework accommodates a broad range of homogeneous and non-homogeneous activation functions. It unifies existing norm-based complexity bounds and variational depth characterizations, enabling novel analyses of representable functions. A key finding is a "depth saturation" result for univariate ReLU networks, demonstrating that increased depth provides only a small constant rescaling of the function class, without adding functional diversity. Consequently, deep norm-controlled ReLU functions in any dimension cannot exhibit high frequencies along any direction. This suggests that commonly cited expressivity benefits of depth diminish when network complexity is controlled by an appropriate function space norm, rather than parameter count.
Key takeaway
For research scientists evaluating deep network architectures or designing regularization strategies, you should critically re-evaluate how network complexity is measured. This work suggests that depth's expressivity benefits, especially for high-frequency functions, are often an artifact of compounded layerwise rescaling rather than inherent nonlinearity. Prioritize regularization that controls function space norms over simple parameter counts to gain a more accurate understanding of a deep network's true functional capacity.
Key insights
A unified function space theory reveals depth's limited functional expressivity when complexity is controlled by true function norms, not parameter counts.
Principles
- Network complexity should be controlled by function space norms, not parameter counts.
- Depth's expressivity for high frequencies often stems from compounded layerwise rescaling.
- Deep neural variation spaces unify complexity notions for diverse activation functions.
Method
Deep neural variation spaces (mathcal{V}_L) are recursively constructed using L1-bounded linear combinations of normalized activations (sigma_s(t) := sigma(st)/s) from preceding layers.
In practice
- Complexity bounds for mathcal{B}_L extend to classes from SOSW and R_Ba representation costs.
- Norm-penalized data fitting problems yield width-bounded neural network solutions.
Topics
- Deep Neural Networks
- Function Space Theory
- Network Complexity
- Activation Functions
- Representer Theorem
- Depth Saturation
Best for: AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.