paper-with-me

Papers

Learning Generalizable Device Placement Algorithms for Distributed Machine Learning

2019-12-01 · NeurIPS 2019 12 · Ravichandra Addanki, Shaileshh Bojja Venkatakrishnan, Shreyan Gupta, Hongzi Mao, Mohammad Alizadeh

We present Placeto, a reinforcement learning (RL) approach to efficiently find device placements for distributed neural network training. Unlike prior approaches that only find a device placement for a specific computation graph, Placeto can learn generalizable device placement policies that can be applied to any graph. We propose two key ideas in our approach: (1) we represent the policy as performing iterative placement improvements, rather than outputting a placement in one shot; (2) we use graph embeddings to capture relevant information about the structure of the computation graph, without relying on node labels for indexing. These ideas allow Placeto to train efficiently and generalize to unseen graphs. Our experiments show that Placeto requires up to 6.1x fewer training steps to find placements that are on par with or better than the best placements found by prior approaches. Moreover, Placeto is able to learn a generalizable placement policy for any given family of graphs that can be used without any re-training to predict optimized placements for unseen graphs from the same family. This eliminates the huge overhead incurred by the prior RL approaches whose lack of generalizability necessitates re-training from scratch every time a new graph is to be placed.

📄 PDF Abstract BibTeX

Code (1)

aravic/generalizable-device-placement 공식 구현 tf

Tasks

BIG-bench Machine LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Placeto: Learning Generalizable Device Placement Algorithms for Distributed Machine Learning

2019-06-20 · Ravichandra Addanki, Shaileshh Bojja Venkatakrishnan, Shreyan Gupta, Hongzi Mao 외

We present Placeto, a reinforcement learning (RL) approach to efficiently find device placements for distributed neural network training. Unlike prior approaches that only find a device placement for a specific computati…

BIG-bench Machine LearningReinforcement LearningReinforcement Learning (RL)

DreamShard: Generalizable Embedding Table Placement for Recommender Systems

2022-10-05 · Daochen Zha, Louis Feng, Qiaoyu Tan, Zirui Liu 외

We study embedding table placement for distributed recommender systems, which aims to partition and place the tables on multiple hardware devices (e.g., GPUs) to balance the computation and communication costs. Although …

GPURecommendation SystemsReinforcement Learning (RL)

Device Placement Optimization with Reinforcement Learning

2017-06-13 · ICML 2017 8 · Azalia Mirhoseini, Hieu Pham, Quoc V. Le, Benoit Steiner 외

The past few years have witnessed a growth in size and computational requirements for training and inference with neural networks. Currently, a common approach to address these requirements is to use a heterogeneous dist…

Language ModelingLanguage ModellingMachine Translationreinforcement-learning+3

Baechi: Fast Device Placement of Machine Learning Graphs

2023-01-20 · Beomyeol Jeon, Linda Cai, Chirag Shetty, Pallavi Srivastava 외

Machine Learning graphs (or models) can be challenging or impossible to train when either devices have limited memory, or models are large. To split the model across devices, learning-based approaches are still popular. …

GiPH: Generalizable Placement Learning for Adaptive Heterogeneous Computing

2023-05-23 · Yi Hu, Chaoran Zhang, Edward Andert, Harshul Singh 외

Careful placement of a computational application within a target device cluster is critical for achieving low application completion time. The problem is challenging due to its NP-hardness and combinatorial nature. In re…

Edge-computingGraph Neural Network