paper-with-me

Papers

Parameter-free Dynamic Graph Embedding for Link Prediction

2022-10-15 · Jiahao Liu, Dongsheng Li, Hansu Gu, Tun Lu, Peng Zhang, Ning Gu

Dynamic interaction graphs have been widely adopted to model the evolution of user-item interactions over time. There are two crucial factors when modelling user preferences for link prediction in dynamic interaction graphs: 1) collaborative relationship among users and 2) user personalized interaction patterns. Existing methods often implicitly consider these two factors together, which may lead to noisy user modelling when the two factors diverge. In addition, they usually require time-consuming parameter learning with back-propagation, which is prohibitive for real-time user preference modelling. To this end, this paper proposes FreeGEM, a parameter-free dynamic graph embedding method for link prediction. Firstly, to take advantage of the collaborative relationships, we propose an incremental graph embedding engine to obtain user/item embeddings, which is an Online-Monitor-Offline architecture consisting of an Online module to approximately embed users/items over time, a Monitor module to estimate the approximation error in real time and an Offline module to calibrate the user/item embeddings when the online approximation errors exceed a threshold. Meanwhile, we integrate attribute information into the model, which enables FreeGEM to better model users belonging to some under represented groups. Secondly, we design a personalized dynamic interaction pattern modeller, which combines dynamic time decay with attention mechanism to model user short-term interests. Experimental results on two link prediction tasks show that FreeGEM can outperform the state-of-the-art methods in accuracy while achieving over 36X improvement in efficiency. All code and datasets can be found in https://github.com/FudanCISL/FreeGEM.

📄 PDF Abstract BibTeX arXiv:2210.08189

Code (1)

fudancisl/freegem 공식 구현 pytorch

Tasks

AttributeDynamic graph embeddingGraph EmbeddingLink PredictionPrediction

Similar Papers 제목 키워드 기반

Learning Attribute-Structure Co-Evolutions in Dynamic Graphs

2020-07-25 · Daheng Wang, Zhihan Zhang, Yihong Ma, Tong Zhao 외

Most graph neural network models learn embeddings of nodes in static attributed graphs for predictive analysis. Recent attempts have been made to learn temporal proximity of the nodes. We find that real dynamic attribute…

AttributeGraph Neural NetworkGraph structure learningLink Prediction

Accelerating Dynamic Network Embedding with Billions of Parameter Updates to Milliseconds

2023-06-15 · Haoran Deng, Yang Yang, Jiahe Li, Haoyang Cai 외

Network embedding, a graph representation learning method illustrating network topology by mapping nodes into lower-dimension vectors, is challenging to accommodate the ever-changing dynamic graphs in practice. Existing …

Graph ReconstructionGraph Representation LearningLink PredictionNetwork Embedding+2

Jamming Detection in Cell-Free MIMO with Dynamic Graphs

2025-12-29 · Ali Hossary, Laura Crosara, Stefano Tomasin arxiv

Jamming attacks pose a critical threat to wireless networks, particularly in cell-free massive MIMO systems, where distributed access points and user equipment (UE) create complex, time-varying topologies. This paper pro…

Transfer Learning for Temporal Link Prediction

2025-04-15 · Ayan Chatterjee, Barbara Ikica, Babak Ravandi, John Palowitch

Link prediction on graphs has applications spanning from recommender systems to drug discovery. Temporal link prediction (TLP) refers to predicting future links in a temporally evolving graph and adds additional complexi…

Drug DiscoveryInformativenessLink PredictionPrediction+2

Semi-supervised Graph Embedding Approach to Dynamic Link Prediction

2016-10-14 · Ryohei Hisano

We propose a simple discrete time semi-supervised graph embedding approach to link prediction in dynamic networks. The learned embedding reflects information from both the temporal and cross-sectional network structures,…

Dynamic Link PredictionGraph EmbeddingLink PredictionPrediction