paper-with-me

Papers

Accelerate Model Parallel Training by Using Efficient Graph Traversal Order in Device Placement

2022-01-21 · Tianze Wang, Amir H. Payberah, Desta Haileselassie Hagos, Vladimir Vlassov

Modern neural networks require long training to reach decent performance on massive datasets. One common approach to speed up training is model parallelization, where large neural networks are split across multiple devices. However, different device placements of the same neural network lead to different training times. Most of the existing device placement solutions treat the problem as sequential decision-making by traversing neural network graphs and assigning their neurons to different devices. This work studies the impact of graph traversal order on device placement. In particular, we empirically study how different graph traversal order leads to different device placement, which in turn affects the training execution time. Our experiment results show that the best graph traversal order depends on the type of neural networks and their computation graphs features. In this work, we also provide recommendations on choosing graph traversal order in device placement for various neural network families to improve the training time in model parallelization.

📄 PDF Abstract BibTeX arXiv:2201.09676

Code (1)

bwhub/Graph_Traversal_Order_in_Device_Placement 공식 구현 tf

Tasks

Decision MakingSequential Decision Making

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

FeatGraph: A Flexible and Efficient Backend for Graph Neural Network Systems

2020-08-26 · Yuwei Hu, Zihao Ye, Minjie Wang, Jiali Yu 외

Graph neural networks (GNNs) are gaining increasing popularity as a promising approach to machine learning on graphs. Unlike traditional graph workloads where each vertex/edge is associated with a scalar, GNNs attach a f…

CPUGPUGraph Neural Network

GPU-accelerated Multi-relational Parallel Graph Retrieval for Web-scale Recommendations

2025-02-17 · Zhuoning Guo, Guangxing Chen, Qian Gao, Xiaochao Liao 외

Web recommendations provide personalized items from massive catalogs for users, which rely heavily on retrieval stages to trade off the effectiveness and efficiency of selecting a small relevant set from billion-scale ca…

GPUMetric LearningRetrieval

RoboPARA: Dual-Arm Robot Planning with Parallel Allocation and Recomposition Across Tasks

2025-06-07 · Shiying Duan, Pei Ren, Nanxiang Jiang, Zhengping Che 외

Dual-arm robots play a crucial role in improving efficiency and flexibility in complex multitasking scenarios. While existing methods have achieved promising results in task planning, they often fail to fully optimize ta…

Large Language ModelTask Planning

Learning World Graph Decompositions To Accelerate Reinforcement Learning

2019-09-25 · Wenling Shang, Alex Trott, Stephan Zheng, Caiming Xiong 외

Efficiently learning to solve tasks in complex environments is a key challenge for reinforcement learning (RL) agents. We propose to decompose a complex environment using a task-agnostic world graphs, an abstraction tha…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Skyline-First Traversal as a Control Mechanism for Multi-Criteria Graph Search

2026-04-14 · Nicolas Tacheny arxiv

In multi-criteria graph traversal, paths are compared via Pareto dominance, an ordering that identifies which paths are non-dominated, but says nothing about which path to expand next or when the search may stop. As a re…