Skip to content

thobotics/neural_pde_matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improving Long-Range Interactions in Graph Neural Simulators via Hamiltonian Dynamics

ICLR 2026 Paper Dataset Website

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


Quick Start

Prerequisites

  • Python 3.10.13
  • uv

Installation

uv venv --python 3.10.13
source .venv/bin/activate
uv sync

Dataset Setup

Download 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

Usage

# 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_matching

Citation

If 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}
}

About

[ICLR26] PDE Trajectory Matching via port-Hamiltonian Dynamics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages