paper-with-me

홈 › Papers

Message passing all the way up

2022-02-22 · Petar Veličković

The message passing framework is the foundation of the immense success enjoyed by graph neural networks (GNNs) in recent years. In spite of its elegance, there exist many problems it provably cannot solve over given input graphs. This has led to a surge of research on going "beyond message passing", building GNNs which do not suffer from those limitations -- a term which has become ubiquitous in regular discourse. However, have those methods truly moved beyond message passing? In this position paper, I argue about the dangers of using this term -- especially when teaching graph representation learning to newcomers. I show that any function of interest we want to compute over graphs can, in all likelihood, be expressed using pairwise message passing -- just over a potentially modified graph, and argue how most practical implementations subtly do this kind of trick anyway. Hoping to initiate a productive discussion, I propose replacing "beyond message passing" with a more tame term, "augmented message passing".

📄 PDF Abstract BibTeX arXiv:2202.11097

Code (0)

등록된 구현이 없습니다.

Tasks

AllGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

How Powerful are K-hop Message Passing Graph Neural Networks

2022-05-26 · Jiarui Feng, Yixin Chen, Fuhai Li, Anindya Sarkar 외

The most popular design paradigm for Graph Neural Networks (GNNs) is 1-hop message passing -- aggregating information from 1-hop neighbors repeatedly. However, the expressive power of 1-hop message passing is bounded by …

Clifford Group Equivariant Simplicial Message Passing Networks

2024-02-15 · Cong Liu, David Ruhe, Floor Eijkelboom, Patrick Forré

We introduce Clifford Group Equivariant Simplicial Message Passing Networks, a method for steerable E(n)-equivariant message passing on simplicial complexes. Our method integrates the expressivity of Clifford group-equiv…

Link Prediction with Untrained Message Passing Layers

2024-06-24 · Lisi Qarkaxhija, Anatol E. Wegner, Ingo Scholtes

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 s…

Combinatorial OptimizationLink PredictionPrediction

Hybrid Vector Message Passing for Generalized Bilinear Factorization

2024-01-08 · Hao Jiang, Xiaojun Yuan, Qinghua Guo

In this paper, we propose a new message passing algorithm that utilizes hybrid vector message passing (HVMP) to solve the generalized bilinear factorization (GBF) problem. The proposed GBF-HVMP algorithm integrates expec…

Hybrid Message Passing With Performance-Driven Structures for Facial Action Unit Detection

2021-06-19 · CVPR 2021 1 · Tengfei Song, Zijun Cui, Wenming Zheng, Qiang Ji

Message passing neural network has been an effective method to represent dependencies among nodes by propagating messages. However, most of message passing algorithms focus on one structure and the messages are estim…

Action Unit DetectionFacial Action Unit Detection