Gaussian Sheaf Neural Networks
About
Graph Neural Networks (GNNs) have become the de facto standard for learning on relational data. While traditional GNNs' message passing is well suited for vector-valued node features, there are cases in which node features are better represented by probability distributions than real vectors. Concretely, when node features are Gaussians, characterized by a mean and a covariance matrix, naively concatenating their parameters into a single vector and applying standard message passing discards the geometric and algebraic structure that governs means and covariances. We propose Gaussian Sheaf Neural Networks (GSNNs), a principled framework that incorporates these inductive biases into graph-based learning. Building on the theory of cellular sheaves, we derive a new Laplacian operator that generalizes the sheaf Laplacian to this setting and preserves its key properties. We complement our theoretical contributions with experiments on synthetic and real-world data that illustrate the practical relevance of GSNNs.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Distribution-on-distribution regression over graphs | Barabasi-Albert m=25 Simulated (test) | 2-Wasserstein Distance8.45 | 8 | |
| Distribution-on-distribution regression over graphs | Barabasi-Albert m=50 Simulated (test) | 2-Wasserstein Distance8.48 | 8 | |
| Distribution-on-distribution regression over graphs | Watts-Strogatz (k=25, p=0.3) Simulated (test) | 2-Wasserstein Distance8.87 | 8 | |
| Distribution-on-distribution regression over graphs | Weather1 Real-world (Canada Weather Stats) (test) | 2-Wasserstein Distance5.41 | 8 | |
| Distribution-on-distribution regression over graphs | Weather2 Real-world (Canada Weather Stats) (test) | 2-Wasserstein Distance2.64 | 8 | |
| Distribution-on-distribution regression over graphs | Watts-Strogatz k=45, p=0.5 Simulated (test) | 2-Wasserstein Distance10.87 | 8 |