English

Accelerating Asynchronous Stochastic Gradient Descent for Neural Machine Translation

Computation and Language 2018-09-17 v2

Abstract

In order to extract the best possible performance from asynchronous stochastic gradient descent one must increase the mini-batch size and scale the learning rate accordingly. In order to achieve further speedup we introduce a technique that delays gradient updates effectively increasing the mini-batch size. Unfortunately with the increase of mini-batch size we worsen the stale gradient problem in asynchronous stochastic gradient descent (SGD) which makes the model convergence poor. We introduce local optimizers which mitigate the stale gradient problem and together with fine tuning our momentum we are able to train a shallow machine translation system 27% faster than an optimized baseline with negligible penalty in BLEU.

Keywords

Cite

@article{arxiv.1808.08859,
  title  = {Accelerating Asynchronous Stochastic Gradient Descent for Neural Machine Translation},
  author = {Nikolay Bogoychev and Marcin Junczys-Dowmunt and Kenneth Heafield and Alham Fikri Aji},
  journal= {arXiv preprint arXiv:1808.08859},
  year   = {2018}
}

Comments

To appear in EMNLP 2018 as a short paper

R2 v1 2026-06-23T03:44:52.774Z