paper-with-me

Papers

Channel Normalization in Convolutional Neural Network avoids Vanishing Gradients

2019-07-22 · Zhenwei Dai, Reinhard Heckel

Normalization layers are widely used in deep neural networks to stabilize training. In this paper, we consider the training of convolutional neural networks with gradient descent on a single training example. This optimization problem arises in recent approaches for solving inverse problems such as the deep image prior or the deep decoder. We show that for this setup, channel normalization, which centers and normalizes each channel individually, avoids vanishing gradients, whereas, without normalization, gradients vanish which prevents efficient optimization. This effect prevails in deep single-channel linear convolutional networks, and we show that without channel normalization, gradient descent takes at least exponentially many steps to come close to an optimum. Contrary, with channel normalization, the gradients remain bounded, thus avoiding exploding gradients.

📄 PDF Abstract BibTeX arXiv:1907.09539

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Channel Normalization in Convolutional Neural Network avoids Vanishing Gradients

2019-05-17 · ICML Workshop Deep_Phenomen 2019 6 · Zhenwei Dai and Reinhard Heckel

Normalization layers are widely used in deep neural networks to stabilize training. In this paper, we consider the training of convolutional neural networks with gradient descent on a single training example. This optim…

Decoder

Deep Residual Networks and Weight Initialization

2017-09-09 · Masato Taki

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 vanishi…

ZC-Swish: Stabilizing Deep BN-Free Networks for Edge and Micro-Batch Applications

2026-04-21 · Suvinava Basak arxiv

Batch Normalization (BN) is a cornerstone of deep learning, yet it fundamentally breaks down in micro-batch regimes (e.g., 3D medical imaging) and non-IID Federated Learning. Removing BN from deep architectures, however,…

Federated Learning

A Novel Method for improving accuracy in neural network by reinstating traditional back propagation technique

2023-08-09 · Gokulprasath R

Deep learning has revolutionized industries like computer vision, natural language processing, and speech recognition. However, back propagation, the main method for training deep neural networks, faces challenges like c…

speech-recognitionSpeech Recognition

ZNorm: Z-Score Gradient Normalization Accelerating Skip-Connected Network Training without Architectural Modification

2024-08-02 · Juyoung Yun

The rapid advancements in deep learning necessitate better training methods for deep neural networks (DNNs). As models grow in complexity, vanishing and exploding gradients impede performance, particularly in skip-connec…