TL;DR
Existing continuous-time graph models struggle to capture evolving interactions in node-specific contexts. Temporal Sheaf Neural Networks (TSNN) were developed to utilize dynamic orthogonal frames for improved link prediction.
✦ Why It Matters
Engineers can leverage TSNN for more accurate temporal link predictions in complex graph structures.
Key Takeaways
Full Summary
Continuous-time graph models typically operate in a shared global space, which limits their ability to represent the unique and evolving interactions of individual nodes. Temporal Sheaf Neural Networks (TSNN) introduce a novel framework that assigns each node a time-varying orthogonal frame, allowing for more accurate comparisons of node states after transporting them into local coordinate systems.
The model employs low-rank Householder products to parameterize these frames and ensures that hidden states remain consistent during updates. TSNN's geometric-residual decoder focuses on transported distances while learning corrections, maintaining causality by relying solely on pre-event history.
Experimental results show that TSNN matches or exceeds the performance of leading methods across various benchmarks, particularly excelling in scenarios with significant node-role heterogeneity. Ablation studies confirm the advantages of its dynamic frames, orthogonal transport, and geometric-residual decoding techniques.
Related