Streaming Graph Neural Networks
Yao Ma, Ziyi Guo, Zhaochun Ren, Eric Zhao, Jiliang Tang, Dawei Yin

TL;DR
This paper introduces DGNN, a novel dynamic graph neural network that effectively models evolving graph structures by capturing sequential interactions, time intervals, and information propagation, improving analysis of real-world dynamic networks.
Contribution
The paper presents DGNN, a new framework for dynamic graphs that incorporates sequential edge information, timing, and propagation to enhance graph neural network capabilities.
Findings
DGNN outperforms static GNNs on dynamic graph tasks.
Incorporating temporal information improves predictive accuracy.
Experimental results validate the effectiveness of DGNN.
Abstract
Graphs are essential representations of many real-world data such as social networks. Recent years have witnessed the increasing efforts made to extend the neural network models to graph-structured data. These methods, which are usually known as the graph neural networks, have been applied to advance many graphs related tasks such as reasoning dynamics of the physical system, graph classification, and node classification. Most of the existing graph neural network models have been designed for static graphs, while many real-world graphs are inherently dynamic. For example, social networks are naturally evolving as new users joining and new relations being created. Current graph neural network models cannot utilize the dynamic information in dynamic graphs. However, the dynamic information has been proven to enhance the performance of many graph analytic tasks such as community detection…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Caching and Content Delivery
