中文
相关论文

相关论文: Can an MLP Absorb Its Own Skip Connection?

200 篇论文

Skip connections in deep networks have improved both segmentation and classification performance by facilitating the training of deeper network architectures, and reducing the risks for vanishing gradients. They equip encoder-decoder-like…

Augmenting neural networks with skip connections, as introduced in the so-called ResNet architecture, surprised the community by enabling the training of networks of more than 1,000 layers with significant performance gains. This paper…

计算机视觉与模式识别 · 计算机科学 2020-04-24 Alireza Zaeemzadeh , Nazanin Rahnavard , Mubarak Shah

While conservation laws in gradient flow training dynamics are well understood for (mostly shallow) ReLU and linear networks, their study remains largely unexplored for more practical architectures. This paper bridges this gap by deriving…

机器学习 · 计算机科学 2025-06-09 Sibylle Marcotte , Rémi Gribonval , Gabriel Peyré

Activation functions are fundamental elements of deep learning architectures as they significantly influence training dynamics. ReLU, while widely used, is prone to the dying neuron problem, which has been mitigated by variants such as…

机器学习 · 计算机科学 2025-05-22 Indrashis Das , Mahmoud Safari , Steven Adriaensen , Frank Hutter

Despite their prevalence in neural networks we still lack a thorough theoretical characterization of ReLU layers. This paper aims to further our understanding of ReLU layers by studying how the activation function ReLU interacts with the…

机器学习 · 计算机科学 2019-08-13 Sören Dittmer , Emily J. King , Peter Maass

Skip connections made the training of very deep networks possible and have become an indispensable component in a variety of neural architectures. A completely satisfactory explanation for their success remains elusive. Here, we present a…

神经与进化计算 · 计算机科学 2018-03-06 A. Emin Orhan , Xaq Pitkow

The existence of local minima for one-hidden-layer ReLU networks has been investigated theoretically in [8]. Based on the theory, in this paper, we first analyze how big the probability of existing local minima is for 1D Gaussian data and…

机器学习 · 计算机科学 2020-06-17 Bo Liu

We explore a key architectural aspect of deep convolutional neural networks: the pattern of internal skip connections used to aggregate outputs of earlier layers for consumption by deeper layers. Such aggregation is critical to facilitate…

计算机视觉与模式识别 · 计算机科学 2019-02-08 Ligeng Zhu , Ruizhi Deng , Michael Maire , Zhiwei Deng , Greg Mori , Ping Tan

The tremendous success of deep neural networks has motivated the need to better understand the fundamental properties of these networks, but many of the theoretical results proposed have only been for shallow networks. In this paper, we…

数据结构与算法 · 计算机科学 2020-02-20 Rajesh Jayaram , David P. Woodruff , Qiuyi Zhang

We study the topology of the loss landscape of one-hidden-layer ReLU networks under overparameterization. On the theory side, we (i) prove that for convex $L$-Lipschitz losses with an $\ell_1$-regularized second layer, every pair of models…

机器学习 · 计算机科学 2026-02-20 Saveliy Baturin

Coordinate-MLPs are emerging as an effective tool for modeling multidimensional continuous signals, overcoming many drawbacks associated with discrete grid-based approximations. However, coordinate-MLPs with ReLU activations, in their…

机器学习 · 计算机科学 2022-03-21 Sameera Ramasinghe , Simon Lucey

How do transformer language models memorize factual associations? A common view casts internal weight matrices as associative memories over pairs of embeddings, requiring parameter counts that scale linearly with the number of facts. We…

计算与语言 · 计算机科学 2026-05-13 Shauli Ravfogel , Gilad Yehudai , Joan Bruna , Alberto Bietti

Neural networks trained to minimize the logistic (a.k.a. cross-entropy) loss with gradient-based methods are observed to perform well in many supervised classification tasks. Towards understanding this phenomenon, we analyze the training…

最优化与控制 · 数学 2020-06-23 Lenaic Chizat , Francis Bach

In this paper, we analyze the landscape of the true loss of neural networks with one hidden layer and ReLU, leaky ReLU, or quadratic activation. In all three cases, we provide a complete classification of the critical points in the case…

机器学习 · 计算机科学 2022-07-07 Patrick Cheridito , Arnulf Jentzen , Florian Rossmannek

This paper studies the curious phenomenon for machine learning models with Transformer architectures that their activation maps are sparse. By activation map we refer to the intermediate output of the multi-layer perceptrons (MLPs) after a…

We extend the ReLU Transition Graph (RTG) framework into a comprehensive graph-theoretic model for understanding deep ReLU networks. In this model, each node represents a linear activation region, and edges connect regions that differ by a…

机器学习 · 计算机科学 2025-09-05 Sahil Rajesh Dhayalkar

Deep networks are gradually penetrating almost every domain in our lives due to their amazing success. However, with substantive performance accuracy improvements comes the price of \emph{irreproducibility}. Two identical models, trained on…

机器学习 · 计算机科学 2020-12-02 Gil I. Shamir , Dong Lin , Lorenzo Coviello

How can local-search methods such as stochastic gradient descent (SGD) avoid bad local minima in training multi-layer neural networks? Why can they fit random labels even given non-convex and non-smooth architectures? Most existing theory…

机器学习 · 计算机科学 2019-05-28 Zeyuan Allen-Zhu , Yuanzhi Li , Zhao Song

Large number of ReLU and MAC operations of Deep neural networks make them ill-suited for latency and compute-efficient private inference. In this paper, we present a model optimization method that allows a model to learn to be shallow. In…

机器学习 · 计算机科学 2023-04-27 Souvik Kundu , Yuke Zhang , Dake Chen , Peter A. Beerel

We analyze the layerwise effective dimension (rank of the feature matrix) in fully-connected ReLU networks of finite width. Specifically, for a fixed batch of $m$ inputs and random Gaussian weights, we derive closed-form expressions for the…

机器学习 · 计算机科学 2025-08-01 Darshan Makwana