paper-with-me

Papers

Can GNNs Learn Link Heuristics? A Concise Review and Evaluation of Link Prediction Methods

2024-11-22 · Shuming Liang, Yu Ding, Zhidong Li, Bin Liang, Siqi Zhang, Yang Wang, Fang Chen

This paper explores the ability of Graph Neural Networks (GNNs) in learning various forms of information for link prediction, alongside a brief review of existing link prediction methods. Our analysis reveals that GNNs cannot effectively learn structural information related to the number of common neighbors between two nodes, primarily due to the nature of set-based pooling of the neighborhood aggregation scheme. Also, our extensive experiments indicate that trainable node embeddings can improve the performance of GNN-based link prediction models. Importantly, we observe that the denser the graph, the greater such the improvement. We attribute this to the characteristics of node embeddings, where the link state of each link sample could be encoded into the embeddings of nodes that are involved in the neighborhood aggregation of the two nodes in that link sample. In denser graphs, every node could have more opportunities to attend the neighborhood aggregation of other nodes and encode states of more link samples to its embedding, thus learning better node embeddings for link prediction. Lastly, we demonstrate that the insights gained from our research carry important implications in identifying the limitations of existing link prediction methods, which could guide the future development of more robust algorithms.

📄 PDF Abstract BibTeX arXiv:2411.14711

Code (1)

astroming/GNNHE 공식 구현 pytorch

Tasks

AttributeLink PredictionPrediction

Similar Papers 제목 키워드 기반

Benchmarking Graph Neural Networks on Dynamic Link Prediction

2021-09-29 · Joakim Skarding, Matthew Hellmich, Bogdan Gabrys, Katarzyna Musial-Gabrys

Graph neural networks (GNNs) are rapidly becoming the dominant way to learn on graph-structured data. Link prediction is a near-universal benchmark for new GNN models. Many advanced models such as Dynamic graph neural …

BenchmarkingDynamic Link PredictionLink PredictionPrediction

FLASH: Flexible Learning of Adaptive Sampling from History in Temporal Graph Neural Networks

2025-04-09 · Or Feldman, Krishna Sri Ipsit Mantri, Carola-Bibiane Schönlieb, Chaim Baskin 외

Aggregating temporal signals from historic interactions is a key step in future link prediction on dynamic graphs. However, incorporating long histories is resource-intensive. Hence, temporal graph neural networks (TGNNs…

Link Prediction

Graph Neural Networks for Link Prediction with Subgraph Sketching

2022-09-30 · Benjamin Paul Chamberlain, Sergey Shirobokov, Emanuele Rossi, Fabrizio Frasca 외

Many Graph Neural Networks (GNNs) perform poorly compared to simple heuristics on Link Prediction (LP) tasks. This is due to limitations in expressive power such as the inability to count triangles (the backbone of most …

GPULink PredictionPrediction

Learning Scalable Structural Representations for Link Prediction with Bloom Signatures

2023-12-28 · Tianyi Zhang, Haoteng Yin, Rongzhe Wei, Pan Li 외

Graph neural networks (GNNs) have shown great potential in learning on graphs, but they are known to perform sub-optimally on link prediction tasks. Existing GNNs are primarily designed to learn node-wise representations…

Link PredictionPrediction

A review of graph neural network applications in mechanics-related domains

2024-07-10 · Yingxue Zhao, Haoran Li, Haosu Zhou, Hamid Reza Attar 외

Mechanics-related problems often present unique challenges in achieving accurate geometric and physical representations, particularly for non-uniform structures. Graph neural networks (GNNs) have emerged as a promising t…

Graph Neural Network