New findings on depth vs. width in neural networks, showing depth can improve learnability.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
This paper extends depth separation results to piece-wise oscillatory functions.
Transformers can learn noisy linear systems with depth and IID data.
Existing depth separation results for constant-depth networks essentially show that certain radial functions in , which can be easily approximated with depth networks, cannot be approximated by depth networks, even up to constant accuracy, unless their size is exponential in . However, the func…
The paper proves barriers to approximating functions with small weights and depth in neural networks.
We study the approximation properties of random ReLU features through their reproducing kernel Hilbert space (RKHS). We first prove a universality theorem for the RKHS induced by random features whose feature maps are of the form of nodes in neural networks. The universality result implies that the random ReLU features…
Study on size and depth of neural networks for approximating benign functions, showing barriers and explicit results.
Deep networks can learn functions approximated by shallow networks, but not all functions.
Proves depth 2 neural networks can't approximate certain functions as well as depth 3 networks.
A leading hypothesis for the surprising generalization of neural networks is that the dynamics of gradient descent bias the model towards simple solutions, by searching through the solution space in an incremental order of complexity. We formally define the notion of incremental learning dynamics and derive the conditi…
This paper investigates the approximation power of three types of random neural networks: (a) infinite width networks, with weights following an arbitrary distribution; (b) finite width networks obtained by subsampling the preceding infinite width networks; (c) finite width networks obtained by starting with standard G…
Study on optimal ReLU networks with weight decay for interpolation.
Let be a function of the form for . We give a simple proof that shows that poly-size depth two neural networks with (exponentially) bounded weights cannot approximate $f…
Understanding the power of depth in feed-forward neural networks is an ongoing challenge in the field of deep learning theory. While current works account for the importance of depth for the expressive power of neural-networks, it remains an open question whether these benefits are exploited during a gradient-based opt…
New findings show depth is more important than width in neural networks.
While on some natural distributions, neural-networks are trained efficiently using gradient-based algorithms, it is known that learning them is computationally hard in the worst-case. To separate hard from easy to learn distributions, we observe the property of local correlation: correlation between local patterns of t…
The expressivity of neural networks as a function of their depth, width and type of activation units has been an important question in deep learning theory. Recently, depth separation results for ReLU networks were obtained via a new connection with dynamical systems, using a generalized notion of fixed points of a con…
This work defines a new function space for multi-layer neural networks.
A key element of understanding the efficacy of overparameterized neural networks is characterizing how they represent functions as the number of weights in the network approaches infinity. In this paper, we characterize the norm required to realize a function as a single hidden-lay…
This paper optimizes ReLU networks for approximating Hölder continuous functions.
Three-layer networks learn more complex features than two-layer networks.