paper-with-me

Papers

Improving Temporal Link Prediction via Temporal Walk Matrix Projection

2024-10-05 · Xiaodong Lu, Leilei Sun, Tongyu Zhu, Weifeng Lv

Temporal link prediction, aiming at predicting future interactions among entities based on historical interactions, is crucial for a series of real-world applications. Although previous methods have demonstrated the importance of relative encodings for effective temporal link prediction, computational efficiency remains a major concern in constructing these encodings. Moreover, existing relative encodings are usually constructed based on structural connectivity, where temporal information is seldom considered. To address the aforementioned issues, we first analyze existing relative encodings and unify them as a function of temporal walk matrices. This unification establishes a connection between relative encodings and temporal walk matrices, providing a more principled way for analyzing and designing relative encodings. Based on this analysis, we propose a new temporal graph neural network called TPNet, which introduces a temporal walk matrix that incorporates the time decay effect to simultaneously consider both temporal and structural information. Moreover, TPNet designs a random feature propagation mechanism with theoretical guarantees to implicitly maintain the temporal walk matrices, which improves the computation and storage efficiency. Experimental results on 13 benchmark datasets verify the effectiveness and efficiency of TPNet, where TPNet outperforms other baselines on most datasets and achieves a maximum speedup of $33.3 \times$ compared to the SOTA baseline. Our code can be found at \url{https://github.com/lxd99/TPNet}.

📄 PDF Abstract BibTeX arXiv:2410.04013

Code (1)

lxd99/tpnet 공식 구현 pytorch

Tasks

Computational EfficiencyGraph Neural NetworkLink Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Community-Aware Temporal Walks: Parameter-Free Representation Learning on Continuous-Time Dynamic Graphs

2025-01-21 · He Yu, Jing Liu

Dynamic graph representation learning plays a crucial role in understanding evolving behaviors. However, existing methods often struggle with flexibility, adaptability, and the preservation of temporal and structural dyn…

Graph Representation LearningLink PredictionRepresentation Learning

Adaptive Spatiotemporal Augmentation for Improving Dynamic Graph Learning

2025-01-17 · Xu Chu, Hanlin Xue, Bingce Wang, Xiaoyang Liu 외

Dynamic graph augmentation is used to improve the performance of dynamic GNNs. Most methods assume temporal locality, meaning that recent edges are more influential than earlier edges. However, for temporal changes in ed…

Graph LearningLink PredictionNode Classification

Temporal Link Prediction using Matrix and Tensor Factorizations

2010-05-21 · Daniel M. Dunlavy, Tamara G. Kolda, Evrim Acar

The data in many disciplines such as social networks, web analysis, etc. is link-based, and the link structure can be exploited for many different data mining tasks. In this paper, we consider the problem of temporal lin…

Link PredictionPredictionTensor Decomposition

A Survey on Embedding Dynamic Graphs

2021-01-04 · Claudio D. T. Barros, Matheus R. F. Mendonça, Alex B. Vieira, Artur Ziviani

Embedding static graphs in low-dimensional vector spaces plays a key role in network analytics and inference, supporting applications like node classification, link prediction, and graph visualization. However, many real…

Anomaly DetectionDynamic graph embeddingDynamic Link PredictionGraph Embedding+4

TLogic: Temporal Logical Rules for Explainable Link Forecasting on Temporal Knowledge Graphs

2021-12-15 · Yushan Liu, Yunpu Ma, Marcel Hildebrandt, Mitchell Joblin 외

Conventional static knowledge graphs model entities in relational data as nodes, connected by edges of specific relation types. However, information and knowledge evolve continuously, and temporal dynamics emerge, which …

Knowledge GraphsLink Prediction