paper-with-me

홈 › Papers

GCN-GAN: A Non-linear Temporal Link Prediction Model for Weighted Dynamic Networks

2019-01-26 · Kai Lei, Meng Qin, Bo Bai, Gong Zhang, Min Yang

In this paper, we generally formulate the dynamics prediction problem of various network systems (e.g., the prediction of mobility, traffic and topology) as the temporal link prediction task. Different from conventional techniques of temporal link prediction that ignore the potential non-linear characteristics and the informative link weights in the dynamic network, we introduce a novel non-linear model GCN-GAN to tackle the challenging temporal link prediction task of weighted dynamic networks. The proposed model leverages the benefits of the graph convolutional network (GCN), long short-term memory (LSTM) as well as the generative adversarial network (GAN). Thus, the dynamics, topology structure and evolutionary patterns of weighted dynamic networks can be fully exploited to improve the temporal link prediction performance. Concretely, we first utilize GCN to explore the local topological characteristics of each single snapshot and then employ LSTM to characterize the evolving features of the dynamic networks. Moreover, GAN is used to enhance the ability of the model to generate the next weighted network snapshot, which can effectively tackle the sparsity and the wide-value-range problem of edge weights in real-life dynamic networks. To verify the model's effectiveness, we conduct extensive experiments on four datasets of different network systems and application scenarios. The experimental results demonstrate that our model achieves impressive results compared to the state-of-the-art competitors.

📄 PDF Abstract BibTeX arXiv:1901.09165

Code (1)

yanghaoxie/GCN-GAN-for-Weighted-Dynamic-Networks tf

Tasks

Generative Adversarial NetworkLink PredictionPrediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

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

Temporal Link Prediction Using Graph Embedding Dynamics

2024-01-15 · Sanaz Hasanzadeh Fard, Mohammad Ghassemi

Graphs are a powerful representation tool in machine learning applications, with link prediction being a key task in graph learning. Temporal link prediction in dynamic networks is of particular interest due to its poten…

Graph EmbeddingGraph LearningLink PredictionPrediction

MUST: Multi-Scale Structural-Temporal Link Prediction Model for UAV Ad Hoc Networks

2025-05-14 · Cunlai Pu, Fangrui Wu, Rajput Ramiz Sharafat, Guangzhao Dai 외

Link prediction in unmanned aerial vehicle (UAV) ad hoc networks (UANETs) aims to predict the potential formation of future links between UAVs. In adversarial environments where the route information of UAVs is unavailab…

Graph AttentionLink PredictionModel OptimizationPrediction

From Link Prediction to Forecasting: Information Loss in Batch-based Temporal Graph Learning

2024-06-07 · Moritz Lampert, Christopher Blöcker, Ingo Scholtes

Dynamic link prediction is an important problem considered by many recent works proposing various approaches for learning temporal edge patterns. To assess their efficacy, models are evaluated on publicly available bench…

Dynamic Link PredictionGraph LearningLink PredictionPrediction

Sequence Diffusion Model for Temporal Link Prediction in Continuous-Time Dynamic Graph

2026-01-30 · Nguyen Minh Duc, Viet Cuong Ta arxiv

Temporal link prediction in dynamic graphs is a fundamental problem in many real-world systems. Existing temporal graph neural networks mainly focus on learning representations of historical interactions. Despite their s…

Link PredictionGraph Learning