English

Expediting Distributed DNN Training with Device Topology-Aware Graph Deployment

Machine Learning 2023-02-14 v1 Distributed, Parallel, and Cluster Computing

Abstract

This paper presents TAG, an automatic system to derive optimized DNN training graph and its deployment onto any device topology, for expedited training in device- and topology- heterogeneous ML clusters. We novelly combine both the DNN computation graph and the device topology graph as input to a graph neural network (GNN), and join the GNN with a search-based method to quickly identify optimized distributed training strategies. To reduce communication in a heterogeneous cluster, we further explore a lossless gradient compression technique and solve a combinatorial optimization problem to automatically apply the technique for training time minimization. We evaluate TAG with various representative DNN models and device topologies, showing that it can achieve up to 4.56x training speed-up as compared to existing schemes. TAG can produce efficient deployment strategies for both unseen DNN models and unseen device topologies, without heavy fine-tuning.

Keywords

Cite

@article{arxiv.2302.06126,
  title  = {Expediting Distributed DNN Training with Device Topology-Aware Graph Deployment},
  author = {Shiwei Zhang and Xiaodong Yi and Lansong Diao and Chuan Wu and Siyu Wang and Wei Lin},
  journal= {arXiv preprint arXiv:2302.06126},
  year   = {2023}
}

Comments

Accepted by IEEE Transactions on Parallel and Distributed Systems (TPDS) 2023

R2 v1 2026-06-28T08:38:24.289Z