Study on feature learning in Leaky ResNets, explaining bottleneck structure.
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
New method trains deep vanilla networks as fast as ResNets without shortcut connections.
In order to classify linearly non-separable data, neurons are typically organized into multi-layer neural networks that are equipped with at least one hidden layer. Inspired by some recent discoveries in neuroscience, we propose a new model of artificial neuron along with a novel activation function enabling the learni…
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…
Machine learning classifies topological phases in leaky photonic lattices.
New insights into how linear classifiers and leaky ReLU networks can overfit without harming generalization.
Paper finds conditions for benign overfitting in neural networks.
Study on benign overfitting in leaky ReLUs with moderate input dimensions.
Leaky ReLU activations improve the calibration of Bayesian neural networks.
New methods for uncertainty in neural networks with leaky ReLU activations.
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 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…
Gradient descent biases towards stable rank networks for nearly-orthogonal data.
This paper investigates the effect of leak in spiking neural networks.
This study investigates how gradient-based methods bias neural networks trained on high-dimensional data.
Residual networks (ResNets) have recently achieved state-of-the-art on challenging computer vision tasks. We introduce Resnet in Resnet (RiR): a deep dual-stream architecture that generalizes ResNets and standard CNNs and is easily implemented with no computational overhead. RiR consistently improves performance over R…
Momentum ResNets improve ResNets' memory efficiency.
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 …
Stable ResNet stabilizes gradients in deep networks.
This study uses neural networks to solve interpolation problems with sparse, infinitely wide layers.
Early training of deep neural networks leads to small, directionally converging weights.
Paper interprets ResNets via gate-network controls and deep-layer classifications.
ResNets and their GP generalization align ideas via function space warping, revealing robust properties and connections to image registration.
Deep residual networks (ResNets) and their variants are widely used in many computer vision applications and natural language processing tasks. However, the theoretical principles for designing and training ResNets are still not fully understood. Recently, several points of view have emerged to try to interpret ResNet …
ResNets learn the geodesic curve in Wasserstein space.
Universal approximation for ODENet and ResNet with a single activation function.
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 …
Residual Network (ResNet) is the state-of-the-art architecture that realizes successful training of really deep neural network. It is also known that good weight initialization of neural network avoids problem of vanishing/exploding gradients. In this paper, simplified models of ResNets are analyzed. We argue that good…
We present a numerical framework for approximating unknown governing equations using observation data and deep neural networks (DNN). In particular, we propose to use residual network (ResNet) as the basic building block for equation approximation. We demonstrate that the ResNet block can be considered as a one-step me…
Deep ResNets favor low bottleneck rank with proper hyperparameters.
We study the stability and convergence of training deep ResNets with gradient descent. Specifically, we show that the parametric branch in the residual block should be scaled down by a factor to guarantee stable forward/backward process, where is the number of residual blocks. Moreover, we establi…
ResNets promote smoother interpolations than MLPs, enhancing generalization.
In this paper, we aim to understand Residual Network (ResNet) in a scientifically sound way by providing a bridge between ResNet and Feynman path integral. In particular, we prove that the effect of residual block is equivalent to partial differential equation, and the ResNet transforming process can be equivalently co…
Recent results in the literature indicate that a residual network (ResNet) composed of a single residual block outperforms linear predictors, in the sense that all local minima in its optimization landscape are at least as good as the best linear predictor. However, these results are limited to a single residual block …
ResNets minimize circuit size for fitting data in HTMC regime.
Gradient descent finds global optima in ResNets with sufficient parameters.
Residual Neural Networks (ResNets) achieve state-of-the-art performance in many computer vision problems. Compared to plain networks without residual connections (PlnNets), ResNets train faster, generalize better, and suffer less from the so-called degradation problem. We introduce simplified (but still nonlinear) vers…
ResNets approximate log-Gaussian at initialization, improving network performance.
ResNet learns to compress information during training.
Neural Network is a powerful Machine Learning tool that shows outstanding performance in Computer Vision, Natural Language Processing, and Artificial Intelligence. In particular, recently proposed ResNet architecture and its modifications produce state-of-the-art results in image classification problems. ResNet and mos…
This paper extends ResNet theory to infinitely deep networks, linking them to diffusion processes.
We investigate whether ResNet architectures can outperform more traditional Convolutional Neural Networks on the task of fine-grained vehicle classification. We train and test ResNet-18, ResNet-34 and ResNet-50 on the Comprehensive Cars dataset without pre-training on other datasets. We then modify the networks to use …
We present a general numerical approach for learning unknown dynamical systems using deep neural networks (DNNs). Our method is built upon recent studies that identified the residue network (ResNet) as an effective neural network structure. In this paper, we present a generalized ResNet framework and broadly define res…
This paper analyzes Stochastic Depth regularization in ResNets.
This paper explains why ResNets generalize better than FFNets using neural tangent kernels.
We demonstrate that a very deep ResNet with stacked modules with one neuron per hidden layer and ReLU activation functions can uniformly approximate any Lebesgue integrable function in dimensions, i.e. . Because of the identity mapping inherent to ResNets, our network has alternating layers of…
New method stabilizes deep neural networks by setting Lyapunov exponent to zero.
In our work, we bridge deep neural network design with numerical differential equations. We show that many effective networks, such as ResNet, PolyNet, FractalNet and RevNet, can be interpreted as different numerical discretizations of differential equations. This finding brings us a brand new perspective on the design…