paper-with-me

홈 › Papers

Can strong structural encoding reduce the importance of Message Passing?

2023-10-22 · Floor Eijkelboom, Erik Bekkers, Michael Bronstein, Francesco Di Giovanni

The most prevalent class of neural networks operating on graphs are message passing neural networks (MPNNs), in which the representation of a node is updated iteratively by aggregating information in the 1-hop neighborhood. Since this paradigm for computing node embeddings may prevent the model from learning coarse topological structures, the initial features are often augmented with structural information of the graph, typically in the form of Laplacian eigenvectors or Random Walk transition probabilities. In this work, we explore the contribution of message passing when strong structural encodings are provided. We introduce a novel way of modeling the interaction between feature and structural information based on their tensor product rather than the standard concatenation. The choice of interaction is compared in common scenarios and in settings where the capacity of the message-passing layer is severely reduced and ultimately the message-passing phase is removed altogether. Our results indicate that using tensor-based encodings is always at least on par with the concatenation-based encoding and that it makes the model much more robust when the message passing layers are removed, on some tasks incurring almost no drop in performance. This suggests that the importance of message passing is limited when the model can construct strong structural encodings.

📄 PDF Abstract BibTeX arXiv:2310.15197

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CondPSE: A Polynomial-Filtered Structural Encoder with Conditional Modulation for Graphs

2026-07-28 · Woohyun Lee, Hogun Park arxiv

Message-passing graph neural networks are bounded by the 1-WL test and can miss topological structure that distinguishes non-isomorphic graphs. Positional and structural encodings (PSE) inject such topology-derived signa…

Molecular Property Prediction

Homomorphism Counts as Structural Encodings for Graph Learning

2024-10-24 · Linus Bao, Emily Jin, Michael Bronstein, İsmail İlkan Ceylan 외

Graph Transformers are popular neural networks that extend the well-known Transformer architecture to the graph domain. These architectures operate by applying self-attention on graph nodes and incorporating graph struct…

Graph LearningMolecular Property PredictionProperty Prediction

FSX: Message Flow Sensitivity Enhanced Structural Explainer for Graph Neural Networks

2026-01-21 · Bizu Feng, Zhimu Yang, Shaode Yu, Zixin Hu arxiv

Despite the widespread success of Graph Neural Networks (GNNs), understanding the reasons behind their specific predictions remains challenging. Existing explainability methods face a trade-off that gradient-based approa…

Feature Importance

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…

Graph Representation LearningLink PredictionPredictionRepresentation Learning

Improving Subgraph-GNNs via Edge-Level Ego-Network Encodings

2023-12-10 · Nurudin Alvarez-Gonzalez, Andreas Kaltenbrunner, Vicenç Gómez

We present a novel edge-level ego-network encoding for learning on graphs that can boost Message Passing Graph Neural Networks (MP-GNNs) by providing additional node and edge features or extending message-passing formats…

Graph ClassificationGraph Regression