paper-with-me

Papers

Compelling ReLU Networks to Exhibit Exponentially Many Linear Regions at Initialization and During Training

2023-11-29 · Max Milkert, David Hyde, Forrest Laine

A neural network with ReLU activations may be viewed as a composition of piecewise linear functions. For such networks, the number of distinct linear regions expressed over the input domain has the potential to scale exponentially with depth, but it is not expected to do so when the initial parameters are chosen randomly. Therefore, randomly initialized models are often unnecessarily large, even when approximating simple functions. To address this issue, we introduce a novel training strategy: we first reparameterize the network weights in a manner that forces the network to exhibit a number of linear regions exponential in depth. Training first on our derived parameters provides an initial solution that can later be refined by directly updating the underlying model weights. This approach allows us to learn approximations of convex, one-dimensional functions that are several orders of magnitude more accurate than their randomly initialized counterparts. We further demonstrate how to extend our approach to multidimensional and non convex functions, with similar benefits observed.

📄 PDF Abstract BibTeX arXiv:2311.18022

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

NON 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Representation Benefits of Deep Feedforward Networks

2015-09-27 · Matus Telgarsky

This note provides a family of classification problems, indexed by a positive integer $k$, where all shallow networks with fewer than exponentially (in $k$) many nodes exhibit error at least $1/6$, whereas a deep network…

2kGeneral Classification

Limitations of neural network training due to numerical instability of backpropagation

2022-10-03 · Clemens Karner, Vladimir Kazeev, Philipp Christian Petersen

We study the training of deep neural networks by gradient descent where floating-point arithmetic is used to compute the gradients. In this framework and under realistic assumptions, we demonstrate that it is highly unli…

On the Expressive Power of Neural Networks

2023-05-31 · Jan Holstermann

In 1989 George Cybenko proved in a landmark paper that wide shallow neural networks can approximate arbitrary continuous functions on a compact set. This universal approximation theorem sparked a lot of follow-up researc…

Convergence of Adam in Deep ReLU Networks via Directional Complexity and Kakeya Bounds

2025-05-21 · Anupama Sridhar, Alexander Johansen

First-order adaptive optimization methods like Adam are the default choices for training modern deep neural networks. Despite their empirical success, the theoretical understanding of these methods in non-smooth settings…

On the CVP for the root lattices via folding with deep ReLU neural networks

2019-02-06 · Vincent Corlay, Joseph J. Boutros, Philippe Ciblat, Loic Brunel

Point lattices and their decoding via neural networks are considered in this paper. Lattice decoding in Rn, known as the closest vector problem (CVP), becomes a classification problem in the fundamental parallelotope wit…

General Classification