Manifold GCN: Diffusion-based Convolutional Neural Network for Manifold-valued Graphs
Martin Hanik, Gabriele Steidl, Christoph von Tycowicz
TL;DR
This work introduces two graph neural network layers tailored for manifold-valued node features: a diffusion layer grounded in the manifold diffusion equation and a tangent multilayer perceptron (tMLP). Both layers are equivariant to node permutations and to the isometries of the feature manifold, imparting a useful inductive bias for learning on non-Euclidean domains. The authors show that a generic Manifold GCN block integrating these layers performs competitively with task-specific architectures on synthetic graph classification and Alzheimer's disease classification from hippocampal meshes, often with fewer parameters and better data efficiency. The approach enables processing of diverse manifolds (e.g., hyperbolic, SPD, spheres) and is released in the Morphomatics library to facilitate broad adoption in geometric deep learning and medical shape analysis.
Abstract
We propose two graph neural network layers for graphs with features in a Riemannian manifold. First, based on a manifold-valued graph diffusion equation, we construct a diffusion layer that can be applied to an arbitrary number of nodes and graph connectivity patterns. Second, we model a tangent multilayer perceptron by transferring ideas from the vector neuron framework to our general setting. Both layers are equivariant under node permutations and the feature manifold's isometries. These properties have led to a beneficial inductive bias in many deep-learning tasks. Numerical examples on synthetic data and an Alzheimer's classification application on triangle meshes of the right hippocampus demonstrate the usefulness of our new layers: While they apply to a much broader class of problems, they perform as well as or better than task-specific state-of-the-art networks.
