paper-with-me

Papers

Placeto: Learning Generalizable Device Placement Algorithms for Distributed Machine Learning

2019-06-20 · 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, which can then be used without any retraining to predict optimized placements for unseen graphs from the same family. This eliminates the large overhead incurred by prior RL approaches whose lack of generalizability necessitates re-training from scratch every time a new graph is to be placed.

📄 PDF Abstract BibTeX arXiv:1906.08879

Code (3)

Lagostra/exprimo pytorch
aravic/generalizable-device-placement tf
uidmice/placement-rl pytorch

Tasks

BIG-bench Machine LearningReinforcement LearningReinforcement Learning (RL)

Similar 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 외

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 computat…

BIG-bench Machine LearningReinforcement LearningReinforcement Learning (RL)

Moirai: Towards Optimal Placement for Distributed Inference on Heterogeneous Devices

2023-12-07 · Beibei Zhang, Hongwei Zhu, Feng Gao, Zhihui Yang 외

The escalating size of Deep Neural Networks (DNNs) has spurred a growing research interest in hosting and serving DNN models across multiple devices. A number of studies have been reported to partition a DNN model across…

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)

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

Integrated Hardware Architecture and Device Placement Search

2024-07-18 · Irene Wang, Jakub Tarnawski, Amar Phanishayee, Divya Mahajan

Distributed execution of deep learning training involves a dynamic interplay between hardware accelerator architecture and device placement strategy. This is the first work to explore the co-optimization of determining t…