paper-with-me

홈 › Papers

Generalization Ability of Wide Residual Networks

2023-05-29 · Jianfa Lai, Zixiong Yu, Songtao Tian, Qian Lin

In this paper, we study the generalization ability of the wide residual network on $\mathbb{S}^{d-1}$ with the ReLU activation function. We first show that as the width $m\rightarrow\infty$, the residual network kernel (RNK) uniformly converges to the residual neural tangent kernel (RNTK). This uniform convergence further guarantees that the generalization error of the residual network converges to that of the kernel regression with respect to the RNTK. As direct corollaries, we then show $i)$ the wide residual network with the early stopping strategy can achieve the minimax rate provided that the target regression function falls in the reproducing kernel Hilbert space (RKHS) associated with the RNTK; $ii)$ the wide residual network can not generalize well if it is trained till overfitting the data. We finally illustrate some experiments to reconcile the contradiction between our theoretical result and the widely observed ``benign overfitting phenomenon''

📄 PDF Abstract BibTeX arXiv:2305.18506

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Improve Generalization Ability of Deep Wide Residual Network with A Suitable Scaling Factor

2024-03-07 · Songtao Tian, Zixiong Yu

Deep Residual Neural Networks (ResNets) have demonstrated remarkable success across a wide range of real-world applications. In this paper, we identify a suitable scaling factor (denoted by $\alpha$) on the residual bran…

regression

Wide Contextual Residual Network with Active Learning for Remote Sensing Image Classification

2018-07-22 · IGARSS 2018 - 2018 IEEE International Geoscience and Remote Sensing Symposium 2018 7 · Sheng-Jie Liu, Haowen Luo, Ying Tu, Zhi He 외

In this paper, we propose a wide contextual residual network (WCRN) with active learning (AL) for remote sensing image (RSI) classification. Although ResNets have achieved great success in various applications (e.g. RSI…

Active LearningClassificationGeneral ClassificationHyperspectral Image Classification+3

Self-Adaptive Scaling for Learnable Residual Structure

2019-11-01 · CONLL 2019 11 · Fenglin Liu, Meng Gao, Yuanxin Liu, Kai Lei

Residual has been widely applied to build deep neural networks with enhanced feature propagation and improved accuracy. In the literature, multiple variants of residual structure are proposed. However, most of them are m…

de-enImage Captioningimage-classificationImage Classification+2

Unsupervised Domain Adaptation with Adversarial Residual Transform Networks

2018-04-25 · Guanyu Cai, Yuqin Wang, Mengchu Zhou, Lianghua He

Domain adaptation is widely used in learning problems lacking labels. Recent studies show that deep adversarial domain adaptation models can make markable improvements in performance, which include symmetric and asymmetr…

Domain AdaptationUnsupervised Domain Adaptation

ResNets Are Deeper Than You Think

2025-06-17 · Christian H. X. Ali Mehmeti-Göpel, Michael Wand

Residual connections remain ubiquitous in modern neural network architectures nearly a decade after their introduction. Their widespread adoption is often credited to their dramatically improved trainability: residual ne…

Inductive Bias