中文
相关论文

相关论文: Why ResNet Works? Residuals Generalize

200 篇论文

Neural ordinary differential equations (neural ODEs) are a popular family of continuous-depth deep learning models. In this work, we consider a large family of parameterized ODEs with continuous-in-time parameters, which include…

机器学习 · 统计学 2023-10-13 Pierre Marion

Residual neural networks (ResNets) are a promising class of deep neural networks that have shown excellent performance for a number of learning tasks, e.g., image classification and recognition. Mathematically, ResNet architectures can be…

最优化与控制 · 数学 2019-07-26 S. Günther , L. Ruthotto , J. B. Schroder , E. C. Cyr , N. R. Gauger

Neural networks have been very successful in many applications; we often, however, lack a theoretical understanding of what the neural networks are actually learning. This problem emerges when trying to generalise to new data sets. The…

经典分析与常微分方程 · 数学 2022-11-22 Matthew Thorpe , Yves van Gennip

Residual Network (ResNet) is undoubtedly a milestone in deep learning. ResNet is equipped with shortcut connections between layers, and exhibits efficient training using simple first order algorithms. Despite of the great empirical success,…

机器学习 · 计算机科学 2019-11-05 Tianyi Liu , Minshuo Chen , Mo Zhou , Simon S. Du , Enlu Zhou , Tuo Zhao

The trend towards increasingly deep neural networks has been driven by a general observation that increasing depth increases the performance of a network. Recently, however, evidence has been amassing that simply increasing depth may not be…

计算机视觉与模式识别 · 计算机科学 2016-12-01 Zifeng Wu , Chunhua Shen , Anton van den Hengel

Generalization of deep neural networks remains one of the main open problems in machine learning. Previous theoretical works focused on deriving tight bounds of model complexity, while empirical works revealed that neural networks exhibit…

机器学习 · 计算机科学 2022-01-31 James Wang , Cheng-Lin Yang

In this paper, we explain the universal approximation capabilities of deep residual neural networks through geometric nonlinear control. Inspired by recent work establishing links between residual networks and control systems, we provide a…

机器学习 · 计算机科学 2024-02-12 Paulo Tabuada , Bahman Gharesifard

Scaling factors in residual branches have emerged as a prevalent method for boosting neural network performance, especially in normalization-free architectures. While prior work has primarily examined scaling effects from an optimization…

机器学习 · 计算机科学 2026-05-26 Zixiong Yu , Guhan Chen , Jianfa Lai , Bohan Li , Songtao Tian

The Residual Network (ResNet), proposed in He et al. (2015), utilized shortcut connections to significantly reduce the difficulty of training, which resulted in great performance boosts in terms of both training and generalization error. It…

神经与进化计算 · 计算机科学 2017-05-23 Sihan Li , Jiantao Jiao , Yanjun Han , Tsachy Weissman

Convolutional Neural Networks (CNNs) has revolutionized computer vision, but training very deep networks has been challenging due to the vanishing gradient problem. This paper explores Residual Networks (ResNet), introduced by He et al.…

计算机视觉与模式识别 · 计算机科学 2025-10-29 Xingyu Liu , Kun Ming Goh

Residual networks (ResNets) represent a powerful type of convolutional neural network (CNN) architecture, widely adopted and used in various tasks. In this work we propose an improved version of ResNets. Our proposed improvements address…

计算机视觉与模式识别 · 计算机科学 2020-04-13 Ionut Cosmin Duta , Li Liu , Fan Zhu , Ling Shao

This dissertation studies a fundamental open challenge in deep learning theory: why do deep networks generalize well even while being overparameterized, unregularized and fitting the training data to zero error? In the first part of the…

机器学习 · 计算机科学 2021-10-19 Vaishnavh Nagarajan

Determining the optimal depth of a neural network is a fundamental yet challenging problem, typically resolved through resource-intensive experimentation. This paper introduces a formal theoretical framework to address this question by…

机器学习 · 计算机科学 2025-06-23 Qian Qi

Modern neural networks (NN) featuring a large number of layers (depth) and units per layer (width) have achieved a remarkable performance across many domains. While there exists a vast literature on the interplay between infinitely wide NNs…

机器学习 · 统计学 2021-09-21 Stefano Peluchetti , Stefano Favaro

Training deep neural networks with stochastic gradient descent (SGD) can often achieve zero training loss on real-world tasks although the optimization landscape is known to be highly non-convex. To understand the success of SGD for…

机器学习 · 统计学 2020-06-15 Yiping Lu , Chao Ma , Yulong Lu , Jianfeng Lu , Lexing Ying

The utilization of residual learning has become widespread in deep and scalable neural nets. However, the fundamental principles that contribute to the success of residual learning remain elusive, thus hindering effective training of plain…

计算机视觉与模式识别 · 计算机科学 2024-02-14 Tunhou Zhang , Feng Yan , Hai Li , Yiran Chen

Deep Residual Networks present a premium in performance in comparison to conventional networks of the same depth and are trainable at extreme depths. It has recently been shown that Residual Networks behave like ensembles of relatively…

计算机视觉与模式识别 · 计算机科学 2016-11-09 Etai Littwin , Lior Wolf

Deep neural networks are known to be difficult to train due to the instability of back-propagation. A deep \emph{residual network} (ResNet) with identity loops remedies this by stabilizing gradient computations. We prove a boosting theory…

机器学习 · 计算机科学 2018-06-15 Furong Huang , Jordan Ash , John Langford , Robert Schapire

The ResNet architecture has been widely adopted in deep learning due to its significant boost to performance through the use of simple skip connections, yet the underlying mechanisms leading to its success remain largely unknown. In this…

机器学习 · 计算机科学 2024-01-18 Jianing Li , Vardan Papyan

It has been recently observed in much of the literature that neural networks exhibit a bottleneck rank property: for larger depths, the activation and weights of neural networks trained with gradient-based methods tend to be of…

机器学习 · 计算机科学 2025-11-26 Antoine Ledent , Rodrigo Alves , Yunwen Lei