paper-with-me

홈 › Papers

Block-Normalized Gradient Method: An Empirical Study for Training Deep Neural Network

2017-07-16 · ICLR 2018 1 · Adams Wei Yu, Lei Huang, Qihang Lin, Ruslan Salakhutdinov, Jaime Carbonell

In this paper, we propose a generic and simple strategy for utilizing stochastic gradient information in optimization. The technique essentially contains two consecutive steps in each iteration: 1) computing and normalizing each block (layer) of the mini-batch stochastic gradient; 2) selecting appropriate step size to update the decision variable (parameter) towards the negative of the block-normalized gradient. We conduct extensive empirical studies on various non-convex neural network optimization problems, including multi-layer perceptron, convolution neural networks and recurrent neural networks. The results indicate the block-normalized gradient can help accelerate the training of neural networks. In particular, we observe that the normalized gradient methods having constant step size with occasionally decay, such as SGD with momentum, have better performance in the deep convolution neural networks, while those with adaptive step sizes, such as Adam, perform better in recurrent neural networks. Besides, we also observe this line of methods can lead to solutions with better generalization properties, which is confirmed by the performance improvement over strong baselines.

📄 PDF Abstract BibTeX arXiv:1707.04822

Code (2)

AliOsm/shakkelha
clcarwin/sphereface

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Batch Normalization Biases Residual Blocks Towards the Identity Function in Deep Networks

2020-02-24 · NeurIPS 2020 12 · Soham De, Samuel L. Smith

Batch normalization dramatically increases the largest trainable depth of residual networks, and this benefit has been crucial to the empirical success of deep residual networks on a wide range of benchmarks. We show tha…

Towards Training Without Depth Limits: Batch Normalization Without Gradient Explosion

2023-10-03 · Alexandru Meterez, Amir Joudaki, Francesco Orabona, Alexander Immer 외

Normalization layers are one of the key building blocks for deep neural networks. Several theoretical studies have shown that batch normalization improves the signal propagation, by avoiding the representations from beco…

High-Dimensional Stochastic Gradient Quantization for Communication-Efficient Edge Learning

2019-10-09 · Yuqing Du, Sheng Yang, Kaibin Huang

Edge machine learning involves the deployment of learning algorithms at the wireless network edge so as to leverage massive mobile data for enabling intelligent applications. The mainstream edge learning approach, federa…

Federated LearningQuantizationVocal Bursts Intensity Prediction

Muon Dynamics as a Spectral Wasserstein Flow

2026-04-06 · Gabriel Peyré arxiv

Gradient normalization stabilizes deep-learning optimization, and spectral normalizations are especially natural for matrix-shaped parameter blocks; Muon is the motivating example. We study an idealized deterministic, co…

The Blind Normalized Stein Variational Gradient Descent-Based Detection for Intelligent Random Access in Cellular IoT

2024-03-08 · Xin Zhu, Ahmet Enis Cetin

The lack of an efficient preamble detection algorithm remains a challenge for solving preamble collision problems in intelligent random access (RA) in the cellular Internet of Things (IoT). To address this problem, we pr…

Denoising