Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Co-Neighbor Encoding Schema: A Light-cost Structure Encoding Method for Dynamic Link Prediction

About

Structure encoding has proven to be the key feature to distinguishing links in a graph. However, Structure encoding in the temporal graph keeps changing as the graph evolves, repeatedly computing such features can be time-consuming due to the high-order subgraph construction. We develop the Co-Neighbor Encoding Schema (CNES) to address this issue. Instead of recomputing the feature by the link, CNES stores information in the memory to avoid redundant calculations. Besides, unlike the existing memory-based dynamic graph learning method that stores node hidden states, we introduce a hashtable-based memory to compress the adjacency matrix for efficient structure feature construction and updating with vector computation in parallel. Furthermore, CNES introduces a Temporal-Diverse Memory to generate long-term and short-term structure encoding for neighbors with different structural information. A dynamic graph learning framework, Co-Neighbor Encoding Network (CNE-N), is proposed using the aforementioned techniques. Extensive experiments on thirteen public datasets verify the effectiveness and efficiency of the proposed method.

Ke Cheng, Linzhi Peng, Junchen Ye, Leilei Sun, Bowen Du• 2024

Related benchmarks

TaskDatasetResultRank
Link PredictionReddit (inductive)
AP98.78
111
Inductive dynamic link predictionReddit (inductive)
AUC-ROC (%)98.62
101
Link PredictionEnron (inductive)
AP89.66
96
Link PredictionUCI (transductive)
AP96.85
73
Link PredictionUCI (inductive)
AP95.03
65
Link PredictionEnron (transductive)
AP92.48
60
Link PredictionWikipedia (inductive)
AP98.37
51
Link PredictionReddit (transductive)
AP99.22
41
Link PredictionWikipedia transductive
AP99.09
32
Link PredictionMOOC (transductive)
AP94.18
23
Showing 10 of 14 rows

Other info

Follow for update