paper-with-me

Papers

Pure Message Passing Can Estimate Common Neighbor for Link Prediction

2023-09-02 · Kaiwen Dong, Zhichun Guo, Nitesh V. Chawla

Message Passing Neural Networks (MPNNs) have emerged as the {\em de facto} standard in graph representation learning. However, when it comes to link prediction, they often struggle, surpassed by simple heuristics such as Common Neighbor (CN). This discrepancy stems from a fundamental limitation: while MPNNs excel in node-level representation, they stumble with encoding the joint structural features essential to link prediction, like CN. To bridge this gap, we posit that, by harnessing the orthogonality of input vectors, pure message-passing can indeed capture joint structural features. Specifically, we study the proficiency of MPNNs in approximating CN heuristics. Based on our findings, we introduce the Message Passing Link Predictor (MPLP), a novel link prediction model. MPLP taps into quasi-orthogonal vectors to estimate link-level structural features, all while preserving the node-level complexities. Moreover, our approach demonstrates that leveraging message-passing to capture structural features could offset MPNNs' expressiveness limitations at the expense of estimation variance. We conduct experiments on benchmark datasets from various domains, where our method consistently outperforms the baseline methods.

📄 PDF Abstract BibTeX arXiv:2309.00976

Code (1)

Barcavin/efficient-node-labelling 공식 구현 pytorch

Tasks

Graph Representation LearningLink PredictionPredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Graph-MLP: Node Classification without Message Passing in Graph

2021-06-08 · Yang Hu, Haoxuan You, Zhecan Wang, Zhicheng Wang 외

Graph Neural Network (GNN) has been demonstrated its effectiveness in dealing with non-Euclidean structural data. Both spatial-based and spectral-based GNNs are relying on adjacency matrix to guide message passing among …

ClassificationGraph Neural NetworkNode Classification

Topo-MLP : A Simplicial Network Without Message Passing

2023-12-19 · Karthikeyan Natesan Ramamurthy, Aldo Guzmán-Sáenz, Mustafa Hajij

Due to their ability to model meaningful higher order relations among a set of entities, higher order network models have emerged recently as a powerful alternative for graph-based network models which are only capable o…

Representation Learning

Beyond Message Passing Paradigm: Training Graph Data with Consistency Constraints

2021-09-29 · Lirong Wu, Stan Z. Li

Recent years have witnessed great success in handling graph-related tasks with Graph Neural Networks (GNNs). However, most existing GNNs are based on powerful message passing to guide feature aggregation among neighbors.…

MAGPrompt: Message-Adaptive Graph Prompt Tuning for Graph Neural Networks

2026-02-05 · Long D. Nguyen, Binh P. Nguyen arxiv

Pre-trained graph neural networks (GNNs) transfer well, but adapting them to downstream tasks remains challenging due to mismatches between pre-training objectives and task requirements. Graph prompt tuning offers a para…

Deep Graph Matching Consensus

2020-01-27 · ICLR 2020 1 · Matthias Fey, Jan E. Lenssen, Christopher Morris, Jonathan Masci 외

This work presents a two-stage neural architecture for learning and refining structural correspondences between graphs. First, we use localized node embeddings computed by a graph neural network to obtain an initial rank…

Entity AlignmentGraph MatchingGraph Neural NetworkKnowledge Graphs+1