LGJul 24, 2024

Dynamic Graph Transformer with Correlated Spatial-Temporal Positional Encoding

arXiv:2407.16959v212 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of effective node representation learning in dynamic graphs for applications like social network analysis, though it appears incremental by building on existing transformer-based approaches.

The paper tackles the challenge of modeling high-order proximity in Continuous-Time Dynamic Graphs (CTDGs) by proposing a novel positional encoding method, resulting in superior performance and scalability demonstrated on multiple datasets.

Learning effective representations for Continuous-Time Dynamic Graphs (CTDGs) has garnered significant research interest, largely due to its powerful capabilities in modeling complex interactions between nodes. A fundamental and crucial requirement for representation learning in CTDGs is the appropriate estimation and preservation of proximity. However, due to the sparse and evolving characteristics of CTDGs, the spatial-temporal properties inherent in high-order proximity remain largely unexplored. Despite its importance, this property presents significant challenges due to the computationally intensive nature of personalized interaction intensity estimation and the dynamic attributes of CTDGs. To this end, we propose a novel Correlated Spatial-Temporal Positional encoding that incorporates a parameter-free personalized interaction intensity estimation under the weak assumption of the Poisson Point Process. Building on this, we introduce the Dynamic Graph Transformer with Correlated Spatial-Temporal Positional Encoding (CorDGT), which efficiently retains the evolving spatial-temporal high-order proximity for effective node representation learning in CTDGs. Extensive experiments on seven small and two large-scale datasets demonstrate the superior performance and scalability of the proposed CorDGT. The code is available at: https://github.com/wangz3066/CorDGT.

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