paper-with-me

홈 › Papers

Instant Graph Neural Networks for Dynamic Graphs

2022-06-03 · Yanping Zheng, Hanzhi Wang, Zhewei Wei, Jiajun Liu, Sibo Wang

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 Network (InstantGNN), an incremental computation approach for the graph representation matrix of dynamic graphs. Set to work with dynamic graphs with the edge-arrival model, our method avoids time-consuming, repetitive computations and allows instant updates on the representation and instant predictions. Graphs with dynamic structures and dynamic attributes are both supported. The upper bounds of time complexity of those updates are also provided. Furthermore, our method provides an adaptive training strategy, which guides the model to retrain at moments when it can make the greatest performance gains. We conduct extensive experiments on several real-world and synthetic datasets. Empirical results demonstrate that our model achieves state-of-the-art accuracy while having orders-of-magnitude higher efficiency than existing methods.

📄 PDF Abstract BibTeX arXiv:2206.01379

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

SC3D: Dynamic and Differentiable Causal Discovery for Temporal and Instantaneous Graphs

2026-02-02 · Sourajit Das, Dibyajyoti Chakraborty, Romit Maulik arxiv

Discovering causal structures from multivariate time series is a key problem because interactions span across multiple lags and possibly involve instantaneous dependencies. Additionally, the search space of the dynamic g…

Environment-Aware Dynamic Graph Learning for Out-of-Distribution Generalization

2023-11-18 · NeurIPS 2023 11 · Haonan Yuan, Qingyun Sun, Xingcheng Fu, Ziwei Zhang 외

Dynamic graph neural networks (DGNNs) are increasingly pervasive in exploiting spatio-temporal patterns on dynamic graphs. However, existing works fail to generalize under distribution shifts, which are common in real-wo…

Graph LearningOut-of-Distribution Generalization

Quality Measures for Dynamic Graph Generative Models

2025-03-03 · Ryien Hosseini, Filippo Simini, Venkatram Vishwanath, Rebecca Willett 외

Deep generative models have recently achieved significant success in modeling graph data, including dynamic graphs, where topology and features evolve over time. However, unlike in vision and natural language domains, ev…

Graph SimilarityLEMMA

Some Options for Instantiation of Bipolar Argument Graphs with Deductive Arguments

2023-08-08 · Anthony Hunter

Argument graphs provide an abstract representation of an argumentative situation. A bipolar argument graph is a directed graph where each node denotes an argument, and each arc denotes the influence of one argument on an…

ARC

Learning to Sample and Aggregate: Few-shot Reasoning over Temporal Knowledge Graphs

2022-10-16 · Ruijie Wang, Zheng Li, Dachun Sun, Shengzhong Liu 외

In this paper, we investigate a realistic but underexplored problem, called few-shot temporal knowledge graph reasoning, that aims to predict future facts for newly emerging entities based on extremely limited observatio…

Knowledge GraphsMeta-Learning