LGSGFeb 5

Smoothness Errors in Dynamics Models and How to Avoid Them

arXiv:2602.05352v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in neural network-based PDE solvers for researchers in computational physics and machine learning, offering an incremental improvement over existing methods.

The paper tackles the problem of oversmoothing in graph neural networks for dynamics modeling, showing that mathematically constrained unitary convolutions hurt performance for physical systems where smoothness naturally increases, and proposes relaxed unitary convolutions that outperform strong baselines on PDEs and weather forecasting tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes