paper-with-me

홈 › Papers

Decoupled Graph Neural Networks for Large Dynamic Graphs

2023-05-14 · Yanping Zheng, Zhewei Wei, Jiajun Liu

Real-world graphs, such as social networks, financial transactions, and recommendation systems, often demonstrate dynamic behavior. This phenomenon, known as graph stream, involves the dynamic changes of nodes and the emergence and disappearance of edges. To effectively capture both the structural and temporal aspects of these dynamic graphs, dynamic graph neural networks have been developed. However, existing methods are usually tailored to process either continuous-time or discrete-time dynamic graphs, and cannot be generalized from one to the other. In this paper, we propose a decoupled graph neural network for large dynamic graphs, including a unified dynamic propagation that supports efficient computation for both continuous and discrete dynamic graphs. Since graph structure-related computations are only performed during the propagation process, the prediction process for the downstream task can be trained separately without expensive graph computations, and therefore any sequence model can be plugged-in and used. As a result, our algorithm achieves exceptional scalability and expressiveness. We evaluate our algorithm on seven real-world datasets of both continuous-time and discrete-time dynamic graphs. The experimental results demonstrate that our algorithm achieves state-of-the-art performance in both kinds of dynamic graphs. Most notably, the scalability of our algorithm is well illustrated by its successful application to large graphs with up to over a billion temporal edges and over a hundred million nodes.

📄 PDF Abstract BibTeX arXiv:2305.08273

Code (1)

zheng-yp/decoupleddgnn 공식 구현 pytorch

Tasks

Graph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

AdaSTORM: Scaling LLM Reasoning on Dynamic Graphs via Adaptive Spatio-Temporal Multi-Agent Collaboration

2026-06-15 · Bing Hao, Ruijie Wang, Haodong Qian, Yunlong Chu 외 arxiv

Large Language Models (LLMs) demonstrate remarkable potential in dynamic graph reasoning, but suffer from a scaling bottleneck: current models can only handle graphs with tens of nodes, constrained by exponential reasoni…

DGDNN: Decoupled Graph Diffusion Neural Network for Stock Movement Prediction

2024-01-03 · Zinuo You, Zijian Shi, Hongbo Bo, John Cartlidge 외

Forecasting future stock trends remains challenging for academia and industry due to stochastic inter-stock dynamics and hierarchical intra-stock dynamics influencing stock prices. In recent years, graph neural networks …

Graph LearningRepresentation Learning

Decoupled and Divergence-Conditioned Prompt for Multi-domain Dynamic Graph Foundation Models

2026-05-13 · Haonan Yuan, Qingyun Sun, Junhua Shi, Xingcheng Fu 외 arxiv

Dynamic graphs are ubiquitous in real-world systems, and building generalizable dynamic Graph Foundation Models has become a frontier in graph learning. However, dynamic graphs from different domains pose fundamental cha…

Node ClassificationDomain AdaptationLink PredictionGraph Learning

Neighborhood Convolutional Network: A New Paradigm of Graph Neural Networks for Node Classification

2022-11-15 · Jinsong Chen, Boyu Li, Kun He

The decoupled Graph Convolutional Network (GCN), a recent development of GCN that decouples the neighborhood aggregation and feature transformation in each convolutional layer, has shown promising performance for graph r…

Graph Representation LearningNode ClassificationRepresentation Learning

Leveraging Temporal Graph Networks Using Module Decoupling

2023-10-04 · Or Feldman, Chaim Baskin

Modern approaches for learning on dynamic graphs have adopted the use of batches instead of applying updates one by one. The use of batches allows these techniques to become helpful in streaming scenarios where updates t…