Demystifying Higher-Order Graph Neural Networks
Maciej Besta, Florian Scheidl, Lukas Gianinazzi, Grzegorz Kwasniewski, Shachar Klaiman, Jürgen Müller, Torsten Hoefler
TL;DR
This work addresses the challenge of understanding and selecting higher-order graph neural networks (HOGNNs) by introducing a formal taxonomy and a blueprint for constructing HOGNNs. It formalizes a broad class of higher-order graph data models (GDMs) and corresponding MP architectures, along with lifting/lowering operations, to unify disparate HOGNN approaches. The paper surveys and analyzes over 100 HOGNN schemes in terms of expressiveness and computational costs, offering guidance on when to deploy particular HO structures and how to balance power with efficiency. It further discusses limitations and future directions, highlighting the need for scalable HO methods, standardized benchmarks, and productive integration of HOGNNs into broader graph learning ecosystems.
Abstract
Higher-order graph neural networks (HOGNNs) and the related architectures from Topological Deep Learning are an important class of GNN models that harness polyadic relations between vertices beyond plain edges. They have been used to eliminate issues such as over-smoothing or over-squashing, to significantly enhance the accuracy of GNN predictions, to improve the expressiveness of GNN architectures, and for numerous other goals. A plethora of HOGNN models have been introduced, and they come with diverse neural architectures, and even with different notions of what the "higher-order" means. This richness makes it very challenging to appropriately analyze and compare HOGNN models, and to decide in what scenario to use specific ones. To alleviate this, we first design an in-depth taxonomy and a blueprint for HOGNNs. This facilitates designing models that maximize performance. Then, we use our taxonomy to analyze and compare the available HOGNN models. The outcomes of our analysis are synthesized in a set of insights that help to select the most beneficial GNN model in a given scenario, and a comprehensive list of challenges and opportunities for further research into more powerful HOGNNs.
