DISCO: learning to DISCover an evolution Operator for multi-physics-agnostic prediction
Rudy Morel, Jiequn Han, Edouard Oyallon
TL;DR
DISCO tackles next-state prediction for PDE-governed systems with unknown dynamics by learning an evolution operator from context via a transformer-based hypernetwork that outputs a compact operator for a neural-ODE-like solver. This decouples dynamics inference from state evolution and embeds a finite-difference–style inductive bias, enabling data-efficient pretraining across diverse PDEs. Across PDEBench and The Well, DISCO achieves state-of-the-art or competitive next-step predictions with far fewer training epochs and shows robust generalization to unseen physics and fine-tuning scenarios. The approach suggests a scalable path for physics-informed meta-learning and points to extensions such as graph-based operators for nonuniform meshes and time-aware hypernetworks for time-dependent dynamics.
Abstract
We address the problem of predicting the next state of a dynamical system governed by unknown temporal partial differential equations (PDEs) using only a short trajectory. While standard transformers provide a natural black-box solution to this task, the presence of a well-structured evolution operator in the data suggests a more tailored and efficient approach. Specifically, when the PDE is fully known, classical numerical solvers can evolve the state accurately with only a few parameters. Building on this observation, we introduce DISCO, a model that uses a large hypernetwork to process a short trajectory and generate the parameters of a much smaller operator network, which then predicts the next state through time integration. Our framework decouples dynamics estimation (i.e., DISCovering an evolution operator from a short trajectory) from state prediction (i.e., evolving this operator). Experiments show that pretraining our model on diverse physics datasets achieves state-of-the-art performance while requiring significantly fewer epochs. Moreover, it generalizes well and remains competitive when fine-tuned on downstream tasks.
