English

Smoothness Errors in Dynamics Models and How to Avoid Them

Machine Learning 2026-05-13 v2 Symplectic Geometry

Abstract

Modern neural networks have shown promise for solving partial differential equations over surfaces, often by discretizing the surface as a mesh and learning with a mesh-aware graph neural network. However, graph neural networks suffer from oversmoothing, where a node's features become increasingly similar to those of its neighbors. Unitary graph convolutions, which are mathematically constrained to preserve smoothness, have been proposed to address this issue. Despite this, in many physical systems, such as diffusion processes, smoothness naturally increases and unitarity may be overconstraining. In this paper, we systematically study the smoothing effects of different GNNs for dynamics modeling and prove that unitary convolutions hurt performance for such tasks. We propose relaxed unitary convolutions that balance smoothness preservation with the natural smoothing required for physical systems. We also generalize unitary and relaxed unitary convolutions from graphs to meshes. In experiments on PDEs such as the heat and wave equations over complex meshes and on weather forecasting, we find that our method outperforms several strong baselines, including mesh-aware transformers and equivariant neural networks.

Keywords

Cite

@article{arxiv.2602.05352,
  title  = {Smoothness Errors in Dynamics Models and How to Avoid Them},
  author = {Edward Berman and Luisa Li and Jung Yeon Park and Robin Walters},
  journal= {arXiv preprint arXiv:2602.05352},
  year   = {2026}
}

Comments

Ecstatic to share relaxed unitary mesh convolutions with the community :D! This version contains the camera ready for ICML 2026. Send me an email with your thoughts! I love getting mail :^)

R2 v1 2026-07-01T09:37:18.741Z