EvoMesh: Adaptive Physical Simulation with Hierarchical Graph Evolutions
Huayu Deng, Xiangming Zhu, Yunbo Wang, Xiaokang Yang
TL;DR
Fixed graph hierarchies limit a model's ability to adapt to changing physical dynamics. EvoMesh (DHMP) introduces time-evolving, context-aware graph hierarchies and anisotropic message passing to capture directional dependencies across scales, using differentiable node selection via Gumbel-Softmax and learnable inter-level propagation. Key components include edge-importance weights $\alpha_{ij}$, DiffSELECT for adaptive downsampling with $\mathbf{z}_i^l = \text{Gumbel-Softmax}(\log \pi_{i,0}^l, \log \pi_{i,1}^l)$, and REDUCE/EXPAND with a FeatureMixing fusion, enabling robust long-range dynamics modeling. Empirical results across five benchmarks show EvoMesh outperforms fixed-hierarchy methods and generalizes to evolving meshes and varying resolutions, offering scalable, accurate physics simulations on complex, time-varying systems.
Abstract
Graph neural networks have been a powerful tool for mesh-based physical simulation. To efficiently model large-scale systems, existing methods mainly employ hierarchical graph structures to capture multi-scale node relations. However, these graph hierarchies are typically manually designed and fixed, limiting their ability to adapt to the evolving dynamics of complex physical systems. We propose EvoMesh, a fully differentiable framework that jointly learns graph hierarchies and physical dynamics, adaptively guided by physical inputs. EvoMesh introduces anisotropic message passing, which enables direction-specific aggregation of dynamic features between nodes within each hierarchy, while simultaneously learning node selection probabilities for the next hierarchical level based on physical context. This design creates more flexible message shortcuts and enhances the model's capacity to capture long-range dependencies. Extensive experiments on five benchmark physical simulation datasets show that EvoMesh outperforms recent fixed-hierarchy message passing networks by large margins. The project page is available at https://hbell99.github.io/evo-mesh/.
