English

ShadowSync: Performing Synchronization in the Background for Highly Scalable Distributed Training

Machine Learning 2021-02-24 v3 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Recommendation systems are often trained with a tremendous amount of data, and distributed training is the workhorse to shorten the training time. While the training throughput can be increased by simply adding more workers, it is also increasingly challenging to preserve the model quality. In this paper, we present \shadowsync, a distributed framework specifically tailored to modern scale recommendation system training. In contrast to previous works where synchronization happens as part of the training process, \shadowsync separates the synchronization from training and runs it in the background. Such isolation significantly reduces the synchronization overhead and increases the synchronization frequency, so that we are able to obtain both high throughput and excellent model quality when training at scale. The superiority of our procedure is confirmed by experiments on training deep neural networks for click-through-rate prediction tasks. Our framework is capable to express data parallelism and/or model parallelism, generic to host various types of synchronization algorithms, and readily applicable to large scale problems in other areas.

Keywords

Cite

@article{arxiv.2003.03477,
  title  = {ShadowSync: Performing Synchronization in the Background for Highly Scalable Distributed Training},
  author = {Qinqing Zheng and Bor-Yiing Su and Jiyan Yang and Alisson Azzolini and Qiang Wu and Ou Jin and Shri Karandikar and Hagay Lupesko and Liang Xiong and Eric Zhou},
  journal= {arXiv preprint arXiv:2003.03477},
  year   = {2021}
}
R2 v1 2026-06-23T14:07:10.365Z