paper-with-me

Papers

DGC: Training Dynamic Graphs with Spatio-Temporal Non-Uniformity using Graph Partitioning by Chunks

2023-09-07 · Fahao Chen, Peng Li, Celimuge Wu

Dynamic Graph Neural Network (DGNN) has shown a strong capability of learning dynamic graphs by exploiting both spatial and temporal features. Although DGNN has recently received considerable attention by AI community and various DGNN models have been proposed, building a distributed system for efficient DGNN training is still challenging. It has been well recognized that how to partition the dynamic graph and assign workloads to multiple GPUs plays a critical role in training acceleration. Existing works partition a dynamic graph into snapshots or temporal sequences, which only work well when the graph has uniform spatio-temporal structures. However, dynamic graphs in practice are not uniformly structured, with some snapshots being very dense while others are sparse. To address this issue, we propose DGC, a distributed DGNN training system that achieves a 1.25x - 7.52x speedup over the state-of-the-art in our testbed. DGC's success stems from a new graph partitioning method that partitions dynamic graphs into chunks, which are essentially subgraphs with modest training workloads and few inter connections. This partitioning algorithm is based on graph coarsening, which can run very fast on large graphs. In addition, DGC has a highly efficient run-time, powered by the proposed chunk fusion and adaptive stale aggregation techniques. Extensive experimental results on 3 typical DGNN models and 4 popular dynamic graph datasets are presented to show the effectiveness of DGC.

📄 PDF Abstract BibTeX arXiv:2309.03523

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Networkgraph partitioningTemporal Sequences

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Graph Condensation

2025-06-16 · Dong Chen, Shuai Zheng, Yeyu Yan, Muhao Xu 외

Recent research on deep graph learning has shifted from static to dynamic graphs, motivated by the evolving behaviors observed in complex real-world systems. However, the temporal extension in dynamic graphs poses signif…

Graph Learning

Spatio-Temporal Graph Unlearning

2025-11-12 · Qiming Guo, Wenbo Sun, Wenlu Wang arxiv

Spatio-temporal graphs are widely used in modeling complex dynamic processes such as traffic forecasting, molecular dynamics, and healthcare monitoring. Recently, stringent privacy regulations such as GDPR and CCPA have …

Multi-Task Edge Prediction in Temporally-Dynamic Video Graphs

2022-12-06 · Osman Ülger, Julian Wiederer, Mohsen Ghafoorian, Vasileios Belagiannis 외

Graph neural networks have shown to learn effective node representations, enabling node-, link-, and graph-level inference. Conventional graph networks assume static relations between nodes, while relations between entit…

Graph Attentionobject-detectionObject DetectionPredicate Classification

ST-UNet: A Spatio-Temporal U-Network for Graph-structured Time Series Modeling

2019-03-13 · Bing Yu, Haoteng Yin, Zhanxing Zhu

The spatio-temporal graph learning is becoming an increasingly important object of graph study. Many application domains involve highly dynamic graphs where temporal information is crucial, e.g. traffic networks and fina…

Graph LearningTime SeriesTime Series AnalysisTraffic Prediction

Clustering Time-Evolving Networks Using the Spatio-Temporal Graph Laplacian

2024-07-12 · Maia Trower, Nataša Djurdjevac Conrad, Stefan Klus

Time-evolving graphs arise frequently when modeling complex dynamical systems such as social networks, traffic flow, and biological processes. Developing techniques to identify and analyze communities in these time-varyi…

Clustering