paper-with-me

홈 › Papers

Link Prediction in Graphs with Autoregressive Features

2012-12-01 · NeurIPS 2012 12 · Emile Richard, Stephane Gaiffas, Nicolas Vayatis

In the paper, we consider the problem of link prediction in time-evolving graphs. We assume that certain graph features, such as the node degree, follow a vector autoregressive (VAR) model and we propose to use this information to improve the accuracy of prediction. Our strategy involves a joint optimization procedure over the space of adjacency matrices and VAR matrices which takes into account both sparsity and low rank properties of the matrices. Oracle inequalities are derived and illustrate the trade-offs in the choice of smoothing parameters when modeling the joint effect of sparsity and low rank property. The estimate is computed efficiently using proximal methods through a generalized forward-backward agorithm.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionPrediction

Similar Papers 제목 키워드 기반

Node Classification Meets Link Prediction on Knowledge Graphs

2021-06-14 · Ralph Abboud, İsmail İlkan Ceylan

Node classification and link prediction are widely studied in graph representation learning. While both transductive node classification and link prediction operate over a single input graph, they have so far been studie…

BenchmarkingClassificationGraph Representation LearningKnowledge Graphs+4

Generative Graph Neural Networks for Link Prediction

2022-12-31 · Xingping Xian, Tao Wu, Xiaoke Ma, Shaojie Qiao 외

Inferring missing links or detecting spurious ones based on observed graphs, known as link prediction, is a long-standing challenge in graph data analysis. With the recent advances in deep learning, graph neural networks…

Link PredictionPrediction

A comparative study of similarity-based and GNN-based link prediction approaches

2020-08-20 · Md Kamrul Islam, Sabeur Aridhi, Malika Smail-Tabbone

The task of inferring the missing links in a graph based on its current structure is referred to as link prediction. Link prediction methods that are based on pairwise node similarity are well-established approaches in t…

Graph Neural NetworkLink PredictionPrediction

A Deep Probabilistic Framework for Continuous Time Dynamic Graph Generation

2024-12-20 · Ryien Hosseini, Filippo Simini, Venkatram Vishwanath, Henry Hoffmann

Recent advancements in graph representation learning have shifted attention towards dynamic graphs, which exhibit evolving topologies and features over time. The increased use of such graphs creates a paramount need for …

Anomaly DetectionData AugmentationGraph GenerationGraph Representation Learning+2

Directed Link Prediction using GNN with Local and Global Feature Fusion

2025-06-25 · Yuyang Zhang, Xu Shen, Yu Xie, Ka-Chun Wong 외

Link prediction is a classical problem in graph analysis with many practical applications. For directed graphs, recently developed deep learning approaches typically analyze node similarities through contrastive learning…

Contrastive LearningGraph Neural NetworkLink Prediction