GIST: Gauge-Invariant Spectral Transformers for Scalable Graph Neural Operators
About
Neural operators on irregular meshes face a fundamental tension. Spectral positional encodings, the natural choice for capturing geometry, require cubic-complexity eigendecomposition and inadvertently break gauge invariance through numerical solver artifacts; existing efficient approximations sacrifice gauge symmetry by design. Both failure modes break discretization invariance: models fail to transfer across mesh resolutions of the same domain, and similarly across different graphs of related structure in inductive settings. We propose GIST (Gauge-Invariant Spectral Transformer), a scalable neural operator that resolves this tension by restricting attention to pairwise inner products of efficient approximate spectral embeddings. We prove these inner products estimate an exactly gauge-invariant graph kernel at end-to-end $\mathcal{O}(N)$ complexity, and establish a formal connection between gauge invariance and discretization-invariant learning with bounded mismatch error. To our knowledge, GIST is the first scalable graph neural operator with a provable discretization-mismatch bound. Empirically, GIST sets state-of-the-art on the AirfRANS, ShapeNet-Car, DrivAerNet, and DrivAerNet++ mesh benchmarks (up to 750K nodes), and additionally matches strong baselines on standard graph benchmarks (e.g., 99.50% micro-F1 on PPI).
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Classification | Photo | Micro-F194.42 | 20 | |
| Node Classification | Cora Planetoid public split | Accuracy84 | 19 | |
| Node Classification | PubMed Planetoid public | Accuracy81.2 | 18 | |
| Inductive Node Classification | PPI | micro-F199.5 | 12 | |
| Inductive Node Classification | arXiv | micro-F172.12 | 9 | |
| Node Classification | CiteSeer Planetoid (public) | Accuracy71.31 | 8 | |
| Node-level regression | DrivAerNet | MSE4.16 | 5 | |
| Node-level regression | DrivAerNet++ | MSE3.63 | 5 | |
| Inductive Node Classification | Elliptic BTC | Micro-F194.7 | 4 |