paper-with-me

Papers

Neural Link Prediction with Walk Pooling

2021-10-08 · ICLR 2022 4 · Liming Pan, Cheng Shi, Ivan Dokmanić

Graph neural networks achieve high accuracy in link prediction by jointly leveraging graph topology and node attributes. Topology, however, is represented indirectly; state-of-the-art methods based on subgraph classification label nodes with distance to the target link, so that, although topological information is present, it is tempered by pooling. This makes it challenging to leverage features like loops and motifs associated with network formation mechanisms. We propose a link prediction algorithm based on a new pooling scheme called WalkPool. WalkPool combines the expressivity of topological heuristics with the feature-learning ability of neural networks. It summarizes a putative link by random walk probabilities of adjacent paths. Instead of extracting transition probabilities from the original graph, it computes the transition matrix of a "predictive" latent graph by applying attention to learned features; this may be interpreted as feature-sensitive topology fingerprinting. WalkPool can leverage unsupervised node features or be combined with GNNs and trained end-to-end. It outperforms state-of-the-art methods on all common link prediction benchmarks, both homophilic and heterophilic, with and without node attributes. Applying WalkPool to a set of unsupervised GNNs significantly improves prediction accuracy, suggesting that it may be used as a general-purpose graph pooling scheme.

📄 PDF Abstract BibTeX arXiv:2110.04375

Code (1)

dadacheng/walkpooling 공식 구현 pytorch

Tasks

Link PredictionPrediction

Similar Papers 제목 키워드 기반

Path Integral Based Convolution and Pooling for Heterogeneous Graph Neural Networks

2023-02-26 · Lingjie Kong, Yun Liao

Graph neural networks (GNN) extends deep learning to graph-structure dataset. Similar to Convolutional Neural Networks (CNN) using on image prediction, convolutional and pooling layers are the foundation to success for G…

Prediction

Graph Neighborhood Attentive Pooling

2020-01-28 · Zekarias T. Kefato, Sarunas Girdzijauskas

Network representation learning (NRL) is a powerful technique for learning low-dimensional vector representation of high-dimensional and sparse graphs. Most studies explore the structure and metadata associated with the …

ClusteringCommunity DetectionLink PredictionNode Clustering+1

Explainable Automatic Hypothesis Generation via High-order Graph Walks

2021-09-29 · Uchenna Akujuobi, Xiangliang Zhang, Sucheendra Palaniappan, Michael Spranger

In this paper, we study the automatic hypothesis generation (HG) problem, focusing on explainability. Given pairs of biomedical terms, we focus on link prediction to explain how the prediction was made. This more transpa…

Link PredictionPredictionVocal Bursts Intensity Prediction

Context Pooling: Query-specific Graph Pooling for Generic Inductive Link Prediction in Knowledge Graphs

2025-07-10 · Zhixiang Su, Di Wang, Chunyan Miao arxiv

Recent investigations on the effectiveness of Graph Neural Network (GNN)-based models for link prediction in Knowledge Graphs (KGs) show that vanilla aggregation does not significantly impact the model performance. In th…

Inductive Link PredictionGraph Neural NetworkKnowledge Graphs

Flock: A Knowledge Graph Foundation Model via Learning on Random Walks

2025-10-01 · Jinwoo Kim, Xingyue Huang, Krzysztof Olejniczak, Kyungbin Min 외 arxiv

We study the problem of zero-shot link prediction on knowledge graphs (KGs), which requires models to generalize to novel entities and novel relations. Knowledge graph foundation models (KGFMs) address this task by enfor…

Knowledge GraphsLink Prediction