Basis invariance synthetic experiment in Appendix D of the paper "Laplacian Canonization: A Minimalist Approach to Sign and Basis Invariant Spectral Embedding", NeurIPS 2023.
This experiment tests the performance of GNN models under basis ambiguity. We use graph isomorphic testing, a traditional graph task. Our focus is on 10 non-isomorphic random weighted graphs
Test accuracy reported in our paper:
| Positional Encoding | Accuracy |
|---|---|
| LapPE | 0.11 ± 0.08 |
| LapPE + random sign | 0.10 ± 0.09 |
| LapPE + SignNet | 0.10 ± 0.03 |
| LapPE + MAP (ours) | 0.84 ± 0.21 |