Instant Graph Neural Networks for Dynamic Graphs
Yanping Zheng, Hanzhi Wang, Zhewei Wei, Jiajun Liu, Sibo Wang

TL;DR
This paper introduces InstantGNN, an incremental approach for real-time updating of graph representations in dynamic graphs, significantly improving efficiency while maintaining state-of-the-art accuracy.
Contribution
The paper presents InstantGNN, a novel incremental computation method for dynamic graphs that enables instant updates and predictions, overcoming delays and scalability issues of existing methods.
Findings
Achieves state-of-the-art accuracy on real-world datasets.
Provides orders-of-magnitude higher efficiency than existing methods.
Supports dynamic graphs with both structural and attribute changes.
Abstract
Graph Neural Networks (GNNs) have been widely used for modeling graph-structured data. With the development of numerous GNN variants, recent years have witnessed groundbreaking results in improving the scalability of GNNs to work on static graphs with millions of nodes. However, how to instantly represent continuous changes of large-scale dynamic graphs with GNNs is still an open problem. Existing dynamic GNNs focus on modeling the periodic evolution of graphs, often on a snapshot basis. Such methods suffer from two drawbacks: first, there is a substantial delay for the changes in the graph to be reflected in the graph representations, resulting in losses on the model's accuracy; second, repeatedly calculating the representation matrix on the entire graph in each snapshot is predominantly time-consuming and severely limits the scalability. In this paper, we propose Instant Graph Neural…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Functional Brain Connectivity Studies · Machine Learning in Materials Science
MethodsGraph Neural Network
