E-LSTM-D: A Deep Learning Framework for Dynamic Network Link Prediction
Jinyin Chen, Jian Zhang, Xuanheng Xu, Chengbo Fu, Dan Zhang, Qingpeng, Zhang, Qi Xuan

TL;DR
This paper introduces E-LSTM-D, a novel deep learning framework utilizing LSTM and encoder-decoder architecture for dynamic network link prediction, effectively capturing temporal and structural features to improve prediction accuracy.
Contribution
It is the first application of LSTM with encoder-decoder architecture for dynamic network link prediction, enabling automatic learning of structural and temporal features.
Findings
E-LSTM-D outperforms existing methods in accuracy.
The model effectively predicts previously unseen links.
It adapts well to networks of various scales.
Abstract
Predicting the potential relations between nodes in networks, known as link prediction, has long been a challenge in network science. However, most studies just focused on link prediction of static network, while real-world networks always evolve over time with the occurrence and vanishing of nodes and links. Dynamic network link prediction thus has been attracting more and more attention since it can better capture the evolution nature of networks, but still most algorithms fail to achieve satisfied prediction accuracy. Motivated by the excellent performance of Long Short-Term Memory (LSTM) in processing time series, in this paper, we propose a novel Encoder-LSTM-Decoder (E-LSTM-D) deep learning model to predict dynamic links end to end. It could handle long term prediction problems, and suits the networks of different scales with fine-tuned structure. To the best of our knowledge, it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Bioinformatics and Genomic Networks
