New insights into how linear classifiers and leaky ReLU networks can overfit without harming generalization.
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
Leaky ReLU activations improve the calibration of Bayesian neural networks.
Paper finds conditions for benign overfitting in neural networks.
Gradient descent biases towards stable rank networks for nearly-orthogonal data.
Study on benign overfitting in leaky ReLUs with moderate input dimensions.
Restricted Boltzmann Machine (RBM) is a bipartite graphical model that is used as the building block in energy-based deep generative models. Due to numerical stability and quantifiability of the likelihood, RBM is commonly used with Bernoulli units. Here, we consider an alternative member of exponential family RBM with…
New methods for uncertainty in neural networks with leaky ReLU activations.
In this paper we investigate the performance of different types of rectified activation functions in convolutional neural network: standard rectified linear unit (ReLU), leaky rectified linear unit (Leaky ReLU), parametric rectified linear unit (PReLU) and a new randomized leaky rectified linear units (RReLU). We evalu…
This study investigates how gradient-based methods bias neural networks trained on high-dimensional data.
Early training of deep neural networks leads to small, directionally converging weights.
LQF linearizes deep models for better interpretability.
New method stabilizes deep neural networks by setting Lyapunov exponent to zero.
An artificial neuron is modelled as a weighted summation followed by an activation function which determines its output. A wide variety of activation functions such as rectified linear units (ReLU), leaky-ReLU, Swish, MISH, etc. have been explored in the literature. In this short paper, we explore what happens when the…
We consider a deep ReLU / Leaky ReLU student network trained from the output of a fixed teacher network of the same depth, with Stochastic Gradient Descent (SGD). The student network is \emph{over-realized}: at each layer , the number of student nodes is more than that () of teacher. Under mild conditions…
Gradient descent fails to train two-layer ReLU networks, leading to poor performance.
A wide variety of activation functions have been proposed for neural networks. The Rectified Linear Unit (ReLU) is especially popular today. There are many practical reasons that motivate the use of the ReLU. This paper provides new theoretical characterizations that support the use of the ReLU, its variants such as th…
Deep nets solve MDPs without high dimensions.
Single neuron with ADA learns XOR and outperforms other functions.
Neural networks with REctified Linear Unit (ReLU) activation functions (a.k.a. ReLU networks) have achieved great empirical success in various domains. Nonetheless, existing results for learning ReLU networks either pose assumptions on the underlying data distribution being e.g. Gaussian, or require the network size an…
We study the sample complexity of learning one-hidden-layer convolutional neural networks (CNNs) with non-overlapping filters. We propose a novel algorithm called approximate gradient descent for training CNNs, and show that, with high probability, the proposed algorithm with random initialization grants a linear conve…
In this paper, we consider parameter recovery for non-overlapping convolutional neural networks (CNNs) with multiple kernels. We show that when the inputs follow Gaussian distribution and the sample size is sufficiently large, the squared loss of such CNNs is in a basin of attraction…
Previous work has questioned the conditions under which the decision regions of a neural network are connected and further showed the implications of the corresponding theory to the problem of adversarial manipulation of classifiers. It has been proven that for a class of activation functions including leaky ReLU, neur…
New initialization schemes preserve fractional moments of weights in deep networks, improving training and test performance.
We study discrete time dynamical systems governed by the state equation . Here are weight matrices, is an activation function, and is the input data. This relation is the backbone of recurrent neural networks (e.g. LSTMs) which have broad applications in sequential learning tasks. …
We present a new, unifying approach following some recent developments on the complexity of neural networks with piecewise linear activations. We treat neural network layers with piecewise linear activations as tropical polynomials, which generalize polynomials in the so-called or tropical algebra, with pos…
Machine learning classifies topological phases in leaky photonic lattices.
The universal approximation property of various machine learning models is currently only understood on a case-by-case basis, limiting the rapid development of new theoretically justified neural network architectures and blurring our understanding of our current models' potential. This paper works towards overcoming th…
An interesting approach to analyzing neural networks that has received renewed attention is to examine the equivalent kernel of the neural network. This is based on the fact that a fully connected feedforward network with one hidden layer, a certain weight distribution, an activation function, and an infinite number of…
New method trains deep vanilla networks as fast as ResNets without shortcut connections.
Improved learning bounds for corrupted data using thresholded gradient descent.
We propose , a novel self-regularized non-monotonic activation function which can be mathematically defined as: . As activation functions play a crucial role in the performance and training dynamics in neural networks, we validated experimentally on several well-known benchmarks…
In this paper, we consider regression problems with one-hidden-layer neural networks (1NNs). We distill some properties of activation functions that lead to in the neighborhood of the ground-truth parameters for the 1NN squared-loss objective. Most popular nonlinear activation function…
In the recent literature the important role of depth in deep learning has been emphasized. In this paper we argue that sufficient width of a feedforward network is equally important by answering the simple question under which conditions the decision regions of a neural network are connected. It turns out that for a cl…
Abstract Neural Networks (ANNs) improve DNN verification efficiency.
Deep Learning (DL) methods have emerged as one of the most powerful tools for functional approximation and prediction. While the representation properties of DL have been well studied, uncertainty quantification remains challenging and largely unexplored. Data augmentation techniques are a natural approach to provide u…
SGD-trained neural networks generalize well even with adversarial label noise.
New algorithm tackles optimization problems with discontinuous gradients in finance and insurance.
We study the implicit regularization imposed by gradient descent for learning multi-layer homogeneous functions including feed-forward fully connected and convolutional deep neural networks with linear, ReLU or Leaky ReLU activation. We rigorously prove that gradient flow (i.e. gradient descent with infinitesimal step …
Proves identifiability of deep latent variable models without auxiliary information.
This paper studies the rates of convergence for learning distributions implicitly with the adversarial framework and Generative Adversarial Networks (GANs), which subsume Wasserstein, Sobolev, MMD GAN, and Generalized/Simulated Method of Moments (GMM/SMM) as special cases. We study a wide range of parametric and nonpar…
Study on feature learning in Leaky ResNets, explaining bottleneck structure.
Post-shifted BN prevents filter collapse in BN networks, improving model performance.
This paper investigates the effect of leak in spiking neural networks.
Learning and memory are intertwined in our brain and their relationship is at the core of several recent neural network models. In particular, the Attention-Gated MEmory Tagging model (AuGMEnT) is a reinforcement learning network with an emphasis on biological plausibility of memory dynamics and learning. We find that …
This study uses neural networks to solve interpolation problems with sparse, infinitely wide layers.
Sparsity inducing regularization is an important part for learning over-complete visual representations. Despite the popularity of regularization, in this paper, we investigate the usage of non-convex regularizations in this problem. Our contribution consists of three parts. First, we propose the leaky capped …
This study connects ReLU neural networks to toric geometry to analyze function realization.
The paper investigates how target normalization and momentum affect dying ReLUs in neural networks.