Litcius/Paper detail

DistTGL: Distributed Memory-Based Temporal Graph Neural Network Training

Hongkuan Zhou, Da Zheng, Xiang Song, George Karypis, Viktor K. Prasanna

202318 citationsDOIOpen Access PDF

Abstract

Memory-based Temporal Graph Neural Networks are powerful tools in dynamic graph representation learning and have demonstrated superior performance in many real-world applications. However, their node memory favors smaller batch sizes to capture more dependencies in graph events and needs to be maintained synchronously across all trainers. As a result, existing frameworks suffer from accuracy loss when scaling to multiple GPUs. Even worse, the tremendous overhead of synchronizing the node memory makes it impractical to deploy the solution in GPU clusters. In this work, we propose DistTGL --- an efficient and scalable solution to train memory-based TGNNs on distributed GPU clusters. DistTGL has three improvements over existing solutions: an enhanced TGNN model, a novel training algorithm, and an optimized system. In experiments, DistTGL achieves near-linear convergence speedup, outperforming the state-of-the-art single-machine method by 14.5% in accuracy and 10.17× in training throughput.

Topics & Concepts

Computer scienceSpeedupScalabilityParallel computingGraphSynchronizingNode (physics)Overhead (engineering)Distributed computingComputer engineeringTheoretical computer scienceOperating systemTransmission (telecommunications)EngineeringStructural engineeringTelecommunicationsAdvanced Graph Neural NetworksGraph Theory and AlgorithmsAdvanced Neural Network Applications