MGNN: Graph Neural Networks Inspired by Distance Geometry Problem
Guanyu Cui, Zhewei Wei

TL;DR
MGNN is a novel spatial graph neural network inspired by the Distance Geometry Problem, capable of universal approximation and effective on diverse graph types, validated through extensive experiments.
Contribution
We introduce MGNN, a spatial GNN model based on the Distance Geometry Problem, enhancing universality and handling both homophilic and heterophilic graphs.
Findings
MGNN achieves state-of-the-art results on synthetic datasets.
The model effectively handles diverse graph structures.
Extensive experiments validate its universality and robustness.
Abstract
Graph Neural Networks (GNNs) have emerged as a prominent research topic in the field of machine learning. Existing GNN models are commonly categorized into two types: spectral GNNs, which are designed based on polynomial graph filters, and spatial GNNs, which utilize a message-passing scheme as the foundation of the model. For the expressive power and universality of spectral GNNs, a natural approach is to improve the design of basis functions for better approximation ability. As for spatial GNNs, models like Graph Isomorphism Networks (GIN) analyze their expressive power based on Graph Isomorphism Tests. Recently, there have been attempts to establish connections between spatial GNNs and geometric concepts like curvature and cellular sheaves, as well as physical phenomena like oscillators. However, despite the recent progress, there is still a lack of comprehensive analysis regarding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topological and Geometric Data Analysis · Graph Theory and Algorithms
