paper-with-me

Papers

PRES: Toward Scalable Memory-Based Dynamic Graph Neural Networks

2024-02-06 · Junwei Su, Difan Zou, Chuan Wu

Memory-based Dynamic Graph Neural Networks (MDGNNs) are a family of dynamic graph neural networks that leverage a memory module to extract, distill, and memorize long-term temporal dependencies, leading to superior performance compared to memory-less counterparts. However, training MDGNNs faces the challenge of handling entangled temporal and structural dependencies, requiring sequential and chronological processing of data sequences to capture accurate temporal patterns. During the batch training, the temporal data points within the same batch will be processed in parallel, while their temporal dependencies are neglected. This issue is referred to as temporal discontinuity and restricts the effective temporal batch size, limiting data parallelism and reducing MDGNNs' flexibility in industrial applications. This paper studies the efficient training of MDGNNs at scale, focusing on the temporal discontinuity in training MDGNNs with large temporal batch sizes. We first conduct a theoretical study on the impact of temporal batch size on the convergence of MDGNN training. Based on the analysis, we propose PRES, an iterative prediction-correction scheme combined with a memory coherence learning objective to mitigate the effect of temporal discontinuity, enabling MDGNNs to be trained with significantly larger temporal batches without sacrificing generalization performance. Experimental results demonstrate that our approach enables up to a 4x larger temporal batch (3.4x speed-up) during MDGNN training.

📄 PDF Abstract BibTeX arXiv:2402.04284

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Anomaly detection in the dynamics of web and social networks

2019-01-22 · Volodymyr Miz, Benjamin Ricaud, Kirell Benzi, Pierre Vandergheynst

In this work, we propose a new, fast and scalable method for anomaly detection in large time-evolving graphs. It may be a static graph with dynamic node attributes (e.g. time-series), or a graph evolving in time, such as…

Anomaly DetectionTime SeriesTime Series Analysis

Input Snapshots Fusion for Scalable Discrete Dynamic Graph Nerual Networks

2024-05-11 · QingGuo Qi, Hongyang Chen, Minhao Cheng, Han Liu

Dynamic graphs are ubiquitous in the real world, yet there is a lack of suitable theoretical frameworks to effectively extend existing static graph models into the temporal domain. Additionally, for link prediction tasks…

DenoisingGPULink Prediction

DistTGL: Distributed Memory-Based Temporal Graph Neural Network Training

2023-07-14 · Hongkuan Zhou, Da Zheng, Xiang Song, George Karypis 외

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

GPUGraph Neural NetworkGraph Representation LearningRepresentation Learning

Spectral Transform Forms Scalable Transformer

2021-11-15 · Bingxin Zhou, Xinliang Liu, Yuehua Liu, Yunying Huang 외

Many real-world relational systems, such as social networks and biological systems, contain dynamic interactions. When learning dynamic graph representation, it is essential to employ sequential temporal information and …

Graph LearningPhilosophy

ROLAND: Graph Learning Framework for Dynamic Graphs

2022-08-15 · Jiaxuan You, Tianyu Du, Jure Leskovec

Graph Neural Networks (GNNs) have been successfully applied to many real-world static graphs. However, the success of static graphs has not fully translated to dynamic graphs due to the limitations in model design, evalu…

Graph LearningGraph Representation LearningLink PredictionMeta-Learning+1