LGJun 4, 2024

Long Range Propagation on Continuous-Time Dynamic Graphs

arXiv:2406.02740v131 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in temporal graph modeling for applications requiring correlation of distant events, though it appears incremental as it builds on ODE frameworks.

The paper tackles the problem of modeling long-range dependencies in Continuous-Time Dynamic Graphs (C-TDGs), where existing methods like message passing or self-attention perform poorly, and introduces CTAN, which shows superior empirical performance on synthetic and real-world benchmarks.

Learning Continuous-Time Dynamic Graphs (C-TDGs) requires accurately modeling spatio-temporal information on streams of irregularly sampled events. While many methods have been proposed recently, we find that most message passing-, recurrent- or self-attention-based methods perform poorly on long-range tasks. These tasks require correlating information that occurred "far" away from the current event, either spatially (higher-order node information) or along the time dimension (events occurred in the past). To address long-range dependencies, we introduce Continuous-Time Graph Anti-Symmetric Network (CTAN). Grounded within the ordinary differential equations framework, our method is designed for efficient propagation of information. In this paper, we show how CTAN's (i) long-range modeling capabilities are substantiated by theoretical findings and how (ii) its empirical performance on synthetic long-range benchmarks and real-world benchmarks is superior to other methods. Our results motivate CTAN's ability to propagate long-range information in C-TDGs as well as the inclusion of long-range tasks as part of temporal graph models evaluation.

Code Implementations1 repo
Foundations

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

Your Notes