LGAIJun 24, 2024

Link Prediction with Untrained Message Passing Layers

arXiv:2406.16687v22 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and interpretable graph neural networks in domains like molecular science and computer vision, though it is incremental as it builds on existing MPNN architectures.

The paper tackles the problem of costly training in message passing neural networks (MPNNs) by exploring untrained message passing layers for link prediction, finding that these layers achieve competitive or superior performance, especially with high-dimensional features, and provide theoretical interpretability.

Message passing neural networks (MPNNs) operate on graphs by exchanging information between neigbouring nodes. MPNNs have been successfully applied to various node-, edge-, and graph-level tasks in areas like molecular science, computer vision, natural language processing, and combinatorial optimization. However, most MPNNs require training on large amounts of labeled data, which can be costly and time-consuming. In this work, we explore the use of various untrained message passing layers in graph neural networks, i.e. variants of popular message passing architecture where we remove all trainable parameters that are used to transform node features in the message passing step. Focusing on link prediction, we find that untrained message passing layers can lead to competitive and even superior performance compared to fully trained MPNNs, especially in the presence of high-dimensional features. We provide a theoretical analysis of untrained message passing by relating the inner products of features implicitly produced by untrained message passing layers to path-based topological node similarity measures. As such, untrained message passing architectures can be viewed as a highly efficient and interpretable approach to link prediction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes