paper-with-me

홈 › Papers

Accumulated Gradient Normalization

2017-10-06 · Joeri Hermans, Gerasimos Spanakis, Rico Möckel

This work addresses the instability in asynchronous data parallel optimization. It does so by introducing a novel distributed optimizer which is able to efficiently optimize a centralized model under communication constraints. The optimizer achieves this by pushing a normalized sequence of first-order gradients to a parameter server. This implies that the magnitude of a worker delta is smaller compared to an accumulated gradient, and provides a better direction towards a minimum compared to first-order gradients, which in turn also forces possible implicit momentum fluctuations to be more aligned since we make the assumption that all workers contribute towards a single minima. As a result, our approach mitigates the parameter staleness problem more effectively since staleness in asynchrony induces (implicit) momentum, and achieves a better convergence rate compared to other optimizers such as asynchronous EASGD and DynSGD, which we show empirically.

📄 PDF Abstract BibTeX arXiv:1710.02368

Code (1)

tmulc18/Distributed-TensorFlow-Guide tf

Similar Papers 제목 키워드 기반

TAVAT: Token-Aware Virtual Adversarial Training for Language Understanding

2020-04-30 · Linyang Li, Xipeng Qiu

Gradient-based adversarial training is widely used in improving the robustness of neural networks, while it cannot be easily adapted to natural language processing tasks since the embedding space is discrete. In natural …

Natural Language Understandingtext-classificationText Classification

Penalty Gradient Normalization for Generative Adversarial Networks

2023-06-23 · Tian Xia

In this paper, we propose a novel normalization method called penalty gradient normalization (PGN) to tackle the training instability of Generative Adversarial Networks (GANs) caused by the sharp gradient space. Unlike e…

Gradient Normalization for Generative Adversarial Networks

2021-09-06 · ICCV 2021 10 · Yi-Lun Wu, Hong-Han Shuai, Zhi-Rui Tam, Hong-Yu Chiu

In this paper, we propose a novel normalization method called gradient normalization (GN) to tackle the training instability of Generative Adversarial Networks (GANs) caused by the sharp gradient space. Unlike existing w…

Gradient Normalization Provably Benefits Nonconvex SGD under Heavy-Tailed Noise

2024-10-21 · Tao Sun, Xinwang Liu, Kun Yuan

This paper investigates the roles of gradient normalization and clipping in ensuring the convergence of Stochastic Gradient Descent (SGD) under heavy-tailed noise. While existing approaches consider gradient clipping ind…

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

Decoder