Tai Hoang1, Alessandro Trenta*,2, Alessio Gravina*,2, Niklas Freymuth1, Philipp Becker1, Davide Bacciu2, Gerhard Neumann1
1Karlsruhe Institute of Technology (KIT) | 2University of Pisa | *Equal contribution
Published at the International Conference on Learning Representations (ICLR) 2026
- Python 3.10.13
- uv
uv venv --python 3.10.13
source .venv/bin/activate
uv syncDownload and extract datasets to ./dataset_public/:
| Dataset | Source |
|---|---|
| PlateDeformation | Zenodo |
| SphereCloth | Zenodo |
| WaveBalls | Zenodo |
| Kuramoto-Sivashinsky | Zenodo |
| Impact Plate | HCMT |
| Cylinder Flow | MeshGraphNets |
Note: These are raw datasets and should be stored under ./dataset_public/DATASET_NAME/raw
Verify:
python main.py -cn experiment/abaqus_plate_deformation_matching trainer.max_epochs=1 dataset.train_n_sequences=5# Specific environments
python main.py -cn experiment/abaqus_plate_deformation_matching
python main.py -cn experiment/sphere_cloth_matching
python main.py -cn experiment/wave_balls_matching
python main.py -cn experiment/kuramoto_matching
python main.py -cn experiment/impact_plate_matching
python main.py -cn experiment/cylinder_flow_matchingIf you find this work useful, please cite our paper:
@inproceedings{
hoang2026igns,
title={Improving Long-Range Interactions in Graph Neural Simulators via Hamiltonian Dynamics},
author={Hoang, Tai and Trenta, Alessandro and Gravina, Alessio and
Freymuth, Niklas and Becker, Philipp and Bacciu, Davide and Neumann, Gerhard},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=x66u6TEDUw}
}