paper-with-me

홈 › Papers

Demystifying ResNet

2016-11-03 · Sihan Li, Jiantao Jiao, Yanjun Han, Tsachy Weissman

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 was empirically observed in He et al. (2015) that stacking more layers of residual blocks with shortcut 2 results in smaller training error, while it is not true for shortcut of length 1 or 3. We provide a theoretical explanation for the uniqueness of shortcut 2. We show that with or without nonlinearities, by adding shortcuts that have depth two, the condition number of the Hessian of the loss function at the zero initial point is depth-invariant, which makes training very deep models no more difficult than shallow ones. Shortcuts of higher depth result in an extremely flat (high-order) stationary point initially, from which the optimization algorithm is hard to escape. The shortcut 1, however, is essentially equivalent to no shortcuts, which has a condition number exploding to infinity as the number of layers grows. We further argue that as the number of layers tends to infinity, it suffices to only look at the loss function at the zero initial point. Extensive experiments are provided accompanying our theoretical results. We show that initializing the network to small weights with shortcut 2 achieves significantly better results than random Gaussian (Xavier) initialization, orthogonal initialization, and shortcuts of deeper depth, from various perspectives ranging from final loss, learning dynamics and stability, to the behavior of the Hessian along the learning process.

📄 PDF Abstract BibTeX arXiv:1611.01186

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

XAI-ResUNet: Analysing the Impact of Pre-training in ResUNet Architectures for Multiple Sclerosis Lesion Segmentation using EigenGradCAM

2024-09-25 · IMVIP 2024 9 · Vayangi Ganepola, Prateek Mathur, Oluwabukola Adegboro, Julia Dietlmeier 외

Multiple Sclerosis (MS) is a chronic disease that causes lesions in the central nervous system. Diagnosing MS is a challenging process that strongly relies on Magnetic Resonance Imaging (MRI) and exhibits high and largel…

Explainable Artificial Intelligence (XAI)Lesion DetectionLesion SegmentationMedical Image Segmentation

Demystifying Deep Learning: A Geometric Approach to Iterative Projections

2018-03-22 · Ashkan Panahi, Hamid Krim, Liyi Dai

Parametric approaches to Learning, such as deep learning (DL), are highly popular in nonlinear regression, in spite of their extremely difficult training with their increasing complexity (e.g. number of layers in DL). In…

Deep Learningregression

Demystifying Topology of Autopilot Thoughts: A Computational Analysis of Linguistic Patterns of Psychological Aspects in Mental Health

2017-12-01 · WS 2017 12 · Bibekan Kundu, a, Sanjay Choudhury

Vaccine efficacy: demystifying an epidemiological concept

2021-07-22 · Sorana Froda, Fabrice Larribe

The paper is an introduction to the concept of vaccine efficacy and its practical applications. We provide illustrative examples aimed at a wider audience.

Demystifying Flux Architecture

2025-07-13 · Or Greenberg arxiv

FLUX.1 is a diffusion-based text-to-image generation model developed by Black Forest Labs, designed to achieve faithful text-image alignment while maintaining high image quality and diversity. FLUX is considered state-of…

Text-to-Image Generation