Geometry, symmetry & graphs

Building symmetry and structure into models for molecules, materials, and simulation.

Geometry, symmetry and graphs

Scientific data usually comes with structure we already understand. A molecule has the same energy however you rotate it. A fluid behaves the same wherever you place the origin. A graph does not care in what order you happen to list its nodes. A model that has to rediscover these facts from data wastes capacity and examples on something we could simply tell it. The theme running through this work is to build that structure into the model instead, mainly through equivariant graph neural networks, so the symmetry holds by construction and the model learns more from less data.

In chemistry this pays off directly. Predicting NMR chemical shifts for carbohydrates is a hard, geometry-dependent problem, and an E(3) equivariant network cuts the error up to threefold over models that only see the flat 2D structure (Bånkestad et al., 2024). When labelled data is scarce, a related idea helps: pre-training a transformer on reaction data gives a representation that transfers to downstream property prediction (Broberg et al., 2022). The same geometric thinking extends to crystalline solids, where I supervise ongoing work on equivariant models for solid-state NMR.

The physics side looks different but uses the same principle. A fluid surrogate that is equivariant to rotations and translations gives more accurate, more stable rollouts than a plain network, and needs less training data to get there (Bånkestad et al., 2024).

Graphs bring their own structure. Rather than reducing a large graph in the dark, we learn to keep exactly the parts a downstream task needs, by placing an Ising model on the graph and learning its field with a neural network (Bånkestad et al., 2025). The same graph view reaches into numerical linear algebra: representing a matrix as a bipartite graph lets a graph neural network accelerate computations such as nonnegative matrix factorization (Sjölund & Bånkestad, 2022). And the same structure-aware thinking drives ongoing work on designing proteins that bind and modify cellulose.

Projects in this area

Publications

2025

  1. LoG
    ising_small.png
    Ising on the Graph: Task-Specific Graph Subsampling via the Ising Model
    Maria Bånkestad, Jennifer R. Andersson, Sebastian Mair, and 1 more author
    In Proceedings of the Third Learning on Graphs Conference , 2025

2024

  1. RSC Adv.
    drawing_small.png
    Carbohydrate NMR chemical shift prediction by GeqShift employing E(3) equivariant graph neural networks
    Maria Bånkestad, Keven M. Dorst, Göran Widmalm, and 1 more author
    RSC Advances, 2024
  2. sim_obs.png
    Flexible SE(2) graph neural networks with applications to PDE surrogates
    Maria Bånkestad, Olof Mogren, and Aleksis Pirinen
    arXiv preprint arXiv:2405.20287, 2024

2022

  1. ICML-W
    Pre-training Transformers for Molecular Property Prediction Using Reaction Prediction
    Johan Broberg, Maria Bånkestad, and Erik Ylipää
    In ICML 2022 2nd AI for Science Workshop , 2022
  2. nmf.png
    Graph-based neural acceleration for nonnegative matrix factorization
    Jens Sjölund, and Maria Bånkestad
    arXiv preprint arXiv:2202.00264, 2022