orpheus efficient distributed machine learning via system
play

Orpheus: Efficient Distributed Machine Learning via System and - PowerPoint PPT Presentation

Orpheus: Efficient Distributed Machine Learning via System and Algorithm Co- design Pengtao Xie (Petuum Inc) Jin Kyu Kim (CMU), Qirong Ho (Petuum Inc), Yaoliang Yu (University of waterloo), Eric P. Xing (Petuum Inc) Massive Data Distributed


  1. Orpheus: Efficient Distributed Machine Learning via System and Algorithm Co- design Pengtao Xie (Petuum Inc) Jin Kyu Kim (CMU), Qirong Ho (Petuum Inc), Yaoliang Yu (University of waterloo), Eric P. Xing (Petuum Inc)

  2. Massive Data

  3. Distributed ML Systems Yahoo LDA DistBelief Li & Smola PS Project Adam Parameter Server Systems Bosen GeePS Graph Processing GraphX Pregel Systems Dataflow Systems Hybrid Systems

  4. Matrix-Parameterized Models (MPMs) • Model parameters are represented as a matrix Neural Network " ! Neurons in hidden layer 1 ! Neurons in # !" " hidden layer 2 • Other examples: Topic Model, Multiclass Logistic Regression, Distance Metric Learning, Sparse Coding, Group Lasso, etc.

  5. Parameter Matrices Could Be Very Large LightLDA Topic Model Google Brain Neural Network (Yuan et al. 2015) (Le et al. 2012) The topic matrix has 50 billion entries. The weight matrices have 1.3 billion entries.

  6. Existing Approaches • Parameter server frameworks communicate matrices for parameter synchronization. High Communication Cost

  7. Existing Approaches (Cont’d) • Parameter matrices are checkpointed to stable storage for fault tolerance. High Disk IO

  8. System and Algorithm Co-design System Algorithm Design Design • System design should be tailored to the unique mathematical properties of ML algorithms • Algorithms can be re-designed to better exploit the system architecture

  9. Sufficient Vectors (SVs) • Parameter-update matrix can be computed from a few vectors (referred to as sufficient vectors) Sufficient & + ( Entries &×( Entries Vectors $ # ∆W = ⨂ (Xie et al. 2016)

  10. System and Algorithm Co-design System Design Algorithm Design Random multicast SV selection • • Incremental SV Using SVs to represent • • checkpoint parameter states Periodic centralized Automatic identification • • synchronization of SVs Parameter-replicas • rotation Communication, fault tolerance, consistency, programming interface

  11. Outline • Introduction • Communication • Fault tolerance • Evaluation • Conclusions

  12. Peer-to-Peer Transfer of SVs (Xie et al. 2016)

  13. Cost Comparison Size of one Number of Network message messages Traffic !(' ( ) !((# + %)' ( ) !(# + %) P2P SV-Transfer !(#%) !(') Parameter Server !(#%') J, K: dimensions of the parameter matrix P: number of machines How to reduce the number of messages in P2P?

  14. Random Multicast • Send SVs to a random subset of Q (Q<<P) machines • Reduce number of messages from ! " # to ! "$

  15. Random Multicast (Cont’d) • Correctness is guaranteed due to the error-tolerant nature of ML.

  16. Mini-Batch • It is common to use a mini-batch of training examples (instead of one) to compute updates • If represented as matrices, the updates computed w.r.t different samples can be aggregated into a single update matrix to communicate Training examples Update matrices Aggregated matrix • Communication cost does not grow with mini-batch size

  17. Mini-Batch (Cont’d) • If represented as SVs, the updates computed w.r.t different samples cannot be aggregated into a single SV Training examples Sufficient ! " , # " ! $ , # $ ! % , # % ! & , # & vectors Cannot be aggregated • The SVs must be transmitted individually • Communication cost grows linearly with mini-batch size

  18. SV Selection • Select a subset of “representative” SVs to communicate • Reduce communication cost • Does not hurt the correctness of updates • The aggregated update computed from the selected SVs are close to that from the entire mini-batch • The selected SVs can well represent the others

  19. SV Selection (Cont’d) • Algorithm: joint matrix column subset selection ) (&) / (&) . $ * (&) − . $ * (&) min $ % 0 &'(

  20. Outline • Introduction • Communication • Fault tolerance • Evaluation • Conclusions

  21. SV-based Representation • SV-based representation of parameters • At iteration ! , the state " # of the parameter matrix is Initialization Update matrices …… " # = " + ∆" + ∆" # % ( SV Representation (SVR) + + + " # …… = ) % * % + ) ( * ( ) # * #

  22. Fault Tolerance • SV-based checkpoint: save SVs computed in each clock on disk • Consume little disk bandwidth • Do not halt computation • Recovery: transform saved SVs into parameter matrix • Can rollback to the state of every clock

  23. Outline • Introduction • Communication • Fault tolerance • Evaluation • Conclusions

  24. Convergence Speed Multi-class Logistic Regression (MLR) Weight matrix: 325K-by-20K Convergence time (hours) 25 20 15 10 5 0 Spark-2.0 Gopal TensorFlow-1.0 Bosen MXNet-0.7 SVB Orpheus

  25. Breakdown of Network Waiting Time and Computation Time

  26. SV Selection Full batch, no selection The number of selected SV pairs

  27. Random Multicast Full broadcast, no selection The number of destinations each machine sends messages to

  28. Fault Tolerance

  29. Conclusions System Design Algorithm Design Random multicast SV selection • • Incremental SV Using SVs to represent • • checkpoint parameter states Periodic centralized Automatic identification • • synchronization of SVs Parameter-replicas • rotation Communication, fault tolerance, consistency, programming interface

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend