We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: Adaptive Braking for Mitigating Gradient Delay

Abstract: Neural network training is commonly accelerated by using multiple synchronized workers to compute gradient updates in parallel. Asynchronous methods remove synchronization overheads and improve hardware utilization at the cost of introducing gradient delay, which impedes optimization and can lead to lower final model performance. We introduce Adaptive Braking (AB), a modification for momentum-based optimizers that mitigates the effects of gradient delay. AB dynamically scales the gradient based on the alignment of the gradient and the velocity. This can dampen oscillations along high curvature directions of the loss surface, stabilizing and accelerating asynchronous training. We show that applying AB on top of SGD with momentum enables training ResNets on CIFAR-10 and ImageNet-1k with delays $D \geq$ 32 update steps with minimal drop in final test accuracy.
Comments: In Beyond First Order Methods in ML Systems workshop at the 37th International Conference on Machine Learning, 2020
Subjects: Machine Learning (cs.LG); Distributed, Parallel, and Cluster Computing (cs.DC); Optimization and Control (math.OC); Machine Learning (stat.ML)
Cite as: arXiv:2007.01397 [cs.LG]
  (or arXiv:2007.01397v2 [cs.LG] for this version)

Submission history

From: Vitaliy Chiley [view email]
[v1] Thu, 2 Jul 2020 21:26:27 GMT (2521kb,D)
[v2] Fri, 10 Jul 2020 17:12:25 GMT (2618kb,D)

Link back to: arXiv, form interface, contact.