LGNov 18, 2024

Graph Retention Networks for Dynamic Graphs

arXiv:2411.11259v21 citationsh-index: 2Has Code
Originality Highly original
AI Analysis

This work addresses the need for efficient and scalable architectures for dynamic graph learning, offering a unified solution with significant speed and memory gains.

The paper tackles the problem of deep learning on dynamic graphs by proposing Graph Retention Networks (GRN), which achieve superior performance in edge-level prediction and node-level classification tasks with up to an 86.7x improvement in inference throughput compared to baselines.

In this work, we propose Graph Retention Network as a unified architecture for deep learning on dynamic graphs. The GRN extends the core computational manner of retention to dynamic graph data as graph retention, which empowers the model with three key computational paradigms that enable training parallelism, $O(1)$ low-cost inference, and long-term batch training. This architecture achieves an optimal balance of effectiveness, efficiency, and scalability. Extensive experiments conducted on benchmark datasets present the superior performance of the GRN in both edge-level prediction and node-level classification tasks. Our architecture achieves cutting-edge results while maintaining lower training latency, reduced GPU memory consumption, and up to an 86.7x improvement in inference throughput compared to baseline models. The GRNs have demonstrated strong potential to become a widely adopted architecture for dynamic graph learning tasks. Code will be available at https://github.com/Chandler-Q/GraphRetentionNet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes