Communication-Efficient Adam-Type Algorithms for Distributed Data Mining
Wenhan Xian, Feihu Huang, Heng Huang

TL;DR
This paper introduces SketchedAMSGrad, a communication-efficient distributed Adam-type algorithm using sketching to significantly reduce communication costs while maintaining fast convergence for training deep neural networks.
Contribution
It proposes a novel distributed Adam-type algorithm utilizing sketching, achieving reduced communication complexity and linear speedup in distributed data mining.
Findings
Achieves a convergence rate of O(1/√(nT) + 1/((k/d)^2 T))
Reduces communication cost from O(d) to O(log(d)) per iteration
Validates efficiency through experiments on training DNNs
Abstract
Distributed data mining is an emerging research topic to effectively and efficiently address hard data mining tasks using big data, which are partitioned and computed on different worker nodes, instead of one centralized server. Nevertheless, distributed learning methods often suffer from the communication bottleneck when the network bandwidth is limited or the size of model is large. To solve this critical issue, many gradient compression methods have been proposed recently to reduce the communication cost for multiple optimization algorithms. However, the current applications of gradient compression to adaptive gradient method, which is widely adopted because of its excellent performance to train DNNs, do not achieve the same ideal compression rate or convergence rate as Sketched-SGD. To address this limitation, in this paper, we propose a class of novel distributed Adam-type…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Face and Expression Recognition · Energy Efficient Wireless Sensor Networks
MethodsAMSGrad
