This article concerns the expressive power of depth in neural nets with ReLU activations and bounded width. We are particularly interested in the following questions: what is the minimal width so that ReLU nets of width (and arbitrary depth) can approximate any continuous functio…
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
In this paper, we develop an alternating direction method of multipliers (ADMM) for deep neural networks training with sigmoid-type activation functions (called \textit{sigmoid-ADMM pair}), mainly motivated by the gradient-free nature of ADMM in avoiding the saturation of sigmoid-type activations and the advantages of …
This article concerns the expressive power of depth in deep feed-forward neural nets with ReLU activations. Specifically, we answer the following question: for a fixed what is the minimal width so that neural nets with ReLU activations, input dimension , hidden layer widths at most and …
Bayesian ReLU nets fix asymptotic overconfidence with infinite features.
New bounds explain deterministic non-smooth deep nets without large Lipschitz constants.
Our work proves convergence to low robust training loss for polynomial width ReLU networks.
In this paper we investigate the family of functions representable by deep neural networks (DNN) with rectified linear units (ReLU). We give an algorithm to train a ReLU DNN with one hidden layer to *global optimality* with runtime polynomial in the data size albeit exponential in the input dimension. Further, we impro…
Catapult phase in neural nets shows exponential loss growth before quick decrease.
We apply neural nets with ReLU gates in online reinforcement learning. Our goal is to train these networks in an incremental manner, without the computationally expensive experience replay. By studying how individual neural nodes behave in online training, we recognize that the global nature of ReLU gates can cause und…
The paper explains how ReLU nets converge globally in high dimensions without strict assumptions.
Recent works have cast some light on the mystery of why deep nets fit any data and generalize despite being very overparametrized. This paper analyzes training and generalization for a simple 2-layer ReLU net with random initialization, and provides the following improvements over recent works: (i) Using a tighter char…
The L1 loss landscape of neural nets near local minima behaves differently, revealing exponential decay and increased vertex density.
Study reveals heavy-tailed behavior in training ReLU gates.
The paper explores how ReLU DNNs can represent MPC policies and vice versa.
Motivated by the resurgence of neural networks in being able to solve complex learning tasks we undertake a study of high depth networks using ReLU gates which implement the function . We try to understand the role of depth in such neural networks by showing size lowerbounds against such network …
Paper finds how many neurons are needed to approximate histogram distributions.
This work improves sample efficiency in neural function approximation for reinforcement learning.
Before training a neural net, a classic rule of thumb is to randomly initialize the weights so the variance of activations is preserved across layers. This is traditionally interpreted using the total variance due to randomness in both weights \emph{and} samples. Alternatively, one can interpret the rule of thumb as pr…
This paper tightens bounds on the smallest eigenvalue of NTK for deep ReLU networks.
Extends neural net safety guarantees by proving structural properties.
New algorithm reduces neural net error in contextual bandits.
GD-trained shallow ReLU nets learn Lipschitz functions with noise.
Despite the phenomenal success of deep learning in recent years, there remains a gap in understanding the fundamental mechanics of neural nets. More research is focussed on handcrafting complex and larger networks, and the design decisions are often ad-hoc and based on intuition. Some recent research has aimed to demys…
New Lipschitz bound for ReLU networks resists weight rescaling.
In this paper, we analyze efficacy of the fast gradient sign method (FGSM) and the Carlini-Wagner's L2 (CW-L2) attack. We prove that, within a certain regime, the untargeted FGSM can fool any convolutional neural nets (CNNs) with ReLU activation; the targeted FGSM can mislead any CNNs with ReLU activation to classify a…
Optimal feature learning strength improves generalization in deep networks.
Recent works have shown that on sufficiently over-parametrized neural nets, gradient descent with relatively large initialization optimizes a prediction function in the RKHS of the Neural Tangent Kernel (NTK). This analysis leads to global convergence results but does not work when there is a standard regulari…
Complexity measures for neural nets with general activations using path-based norms.
This paper considers the growth in the length of one-dimensional trajectories as they are passed through deep ReLU neural networks, which, among other things, is one measure of the expressivity of deep networks. We generalise existing results, providing an alternative, simpler method for lower bounding expected traject…
Adversarial training leads to clean data generalization with significant robust overfitting gap.
Gradient descent learns over-param neural nets better than NTK.
Deep learning models are often successfully trained using gradient descent, despite the worst case hardness of the underlying non-convex optimization problem. The key question is then under what conditions can one prove that optimization will succeed. Here we provide a strong result of this kind. We consider a neural n…
Deep ReLU networks show that 4 layers suffice for unique input recovery.
This work finds a point with small test error in polynomial time for mildly overparameterized neural nets.
A new deep neural network tackles nonlinear functional regression with improved dimensionality reduction.
ConquerNet smooths quantile regression for deep learning with minimax guarantees.
We identify and study two common failure modes for early training in deep ReLU nets. For each we give a rigorous proof of when it occurs and how to avoid it, for fully connected and residual architectures. The first failure mode, exploding/vanishing mean activation length, can be avoided by initializing weights from a …
There has been a recent shift in sequence-to-sequence modeling from recurrent network architectures to convolutional network architectures due to computational advantages in training and operation while still achieving competitive performance. For systems having limited long-term temporal dependencies, the approximatio…
PSiLON Net uses weight normalization and 1-path-norm regularization for efficient learning and sparsity.
This thesis builds theoretical foundations for deep learning, proving complexity theorems and training algorithms.
Wide hidden layer TCM nets capacity analyzed using RDT and fl RDT.
We discuss approximation of functions using deep neural nets. Given a function on a -dimensional manifold , we construct a sparsely-connected depth-4 neural network and bound its error in approximating . The size of the network depends on dimension and curvature of the manifold , the…
In this paper we study the problem of learning Rectified Linear Units (ReLUs) which are functions of the form with denoting the weight vector. We study this problem in the high-dimensional regime where the number of observations are fewer than the dimension of the weight vector. We assume that the we…
We propose a new Bayesian Neural Net formulation that affords variational inference for which the evidence lower bound is analytically tractable subject to a tight approximation. We achieve this tractability by (i) decomposing ReLU nonlinearities into the product of an identity and a Heaviside step function, (ii) intro…
There is great interest in "saliency methods" (also called "attribution methods"), which give "explanations" for a deep net's decision, by assigning a "score" to each feature/pixel in the input. Their design usually involves credit-assignment via the gradient of the output with respect to input. Recently Adebayo et al.…
The great success of deep learning poses urgent challenges for understanding its working mechanism and rationality. The depth, structure, and massive size of the data are recognized to be three key ingredients for deep learning. Most of the recent theoretical studies for deep learning focus on the necessity and advanta…
Researchers quantify the relationship between feature depth and performance in deep neural networks.
Recent work in signal propagation theory has shown that dropout limits the depth to which information can propagate through a neural network. In this paper, we investigate the effect of initialisation on training speed and generalisation for ReLU networks within this depth limit. We ask the following research question:…