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: XPipe: Efficient Pipeline Model Parallelism for Multi-GPU DNN Training

Abstract: We propose XPipe, an efficient asynchronous pipeline model parallelism approach for multi-GPU DNN training. XPipe is designed to use multiple GPUs to concurrently and continuously train different parts of a DNN model. To improve GPU utilization and achieve high throughput, it splits a mini-batch into a set of micro-batches. It allows the overlapping of the pipelines of multiple micro-batches, including those belonging to different mini-batches. Most importantly, the novel weight prediction strategy adopted by XPipe enables it to effectively address the weight inconsistency and staleness issues incurred by the asynchronous pipeline parallelism. As a result, XPipe incorporates the advantages of both synchronous and asynchronous pipeline model parallelism approaches. Concretely, it can achieve very comparable (even slightly better) model accuracy as its synchronous counterpart while obtaining higher throughput than it. Experimental results show that XPipe outperforms other state-of-the-art synchronous and asynchronous model parallelism approaches.
Comments: 9 pages
Subjects: Machine Learning (cs.LG); Performance (cs.PF)
Cite as: arXiv:1911.04610 [cs.LG]
  (or arXiv:1911.04610v3 [cs.LG] for this version)

Submission history

From: Wotao Yin [view email]
[v1] Thu, 24 Oct 2019 00:13:54 GMT (603kb,D)
[v2] Wed, 20 Nov 2019 02:42:57 GMT (586kb,D)
[v3] Mon, 9 Nov 2020 12:53:41 GMT (584kb,D)

Link back to: arXiv, form interface, contact.