Papers
Topics
Authors
Recent
Search
2000 character limit reached

Towards Scalable One-Step Generative Modeling for Autoregressive Dynamical System Forecasting

Published 7 May 2026 in cs.LG and physics.flu-dyn | (2605.05540v1)

Abstract: Fast surrogate modeling for high-dimensional physical dynamics requires more than low short-term error: useful models must roll out efficiently while preserving the statistical structure of long trajectories. Neural operators provide inexpensive autoregressive forecasts but can drift in turbulent regimes, whereas rolling diffusion and latent generative surrogates can represent stochastic transitions at the cost of multi-step denoising, noise-schedule design, or auxiliary compression models. We propose MeanFlow Long-term Invariant Spatiotemporal Consistency Autoregressive Models (MeLISA), a latent-free autoregressive generative surrogate built on pixel-space MeanFlow. MeLISA defines a blockwise stochastic transition kernel that generates each forecast block with a single model evaluation, avoiding latent encoders and iterative diffusion solvers at inference time. To stabilize long-horizon rollouts, MeLISA combines a Window-Consistency MeanFlow objective that learns conditional spatiotemporal generation from partially observed temporal windows with a Time Increment Consistency loss that constrains multi-lag finite increments and targets temporal-correlation structure. We evaluate MeLISA with compact UNet and scalable DiT backbones on two high-resolution benchmarks, extended 2D Kolmogorov flow at $256 \times 256$ and turbulent channel-flow slice at $192 \times 192$. MeLISA outperforms neural-operator baselines on short-term forecasting accuracy and long-horizon statistical metrics, including energy spectra, turbulent kinetic energy, and mixing-rate-related dynamics, while achieving inference speeds comparable to, and in some cases faster than, neural operators. Compact 3.7-5.7M-parameter variants already deliver strong parameter efficiency, and DiT variants provide a scalable path up to 150M parameters. Overall, MeLISA benefits both rollout efficiency and long-horizon statistical accuracy.

Authors (2)

Summary

  • The paper presents MeLISA, a latent-free generative transition kernel that enables one-step forecasting for autoregressive dynamical systems.
  • The paper employs a window-consistency MeanFlow objective combined with time increment consistency loss to ensure temporal coherence and physical realism.
  • The paper demonstrates superior short-term accuracy and long-term statistical fidelity compared to neural operator baselines on high-resolution turbulence benchmarks.

Scalable One-Step Generative Modeling for Autoregressive Dynamical System Forecasting

Motivation and Background

Efficient surrogate modeling for high-dimensional dynamical systems governed by nonlinear PDEs remains a persistent challenge in scientific computing. Traditional numerical methods such as DNS, RANS, and LES deliver high-fidelity solutions but are often prohibitively expensive for large-scale, real-time, or uncertainty-aware applications. Recent advances in neural operators have accelerated spatiotemporal forecasting but exhibit pronounced trajectory-level error accumulation and drift in turbulent or chaotic regimes, especially over long horizons. Meanwhile, diffusion and flow-matching generative surrogates can capture stochastic transitions but suffer from inference inefficiency due to multi-step denoising, reliance on auxiliary latent encoders, and intricate noise schedules.

This paper introduces a new modeling paradigm—MeanFlow Long-term Invariant Spatiotemporal Consistency Autoregressive Models (MeLISA)—that leverages pixel-space MeanFlow to define a scalable, latent-free, one-step generative transition kernel for autoregressive dynamical system forecasting (2605.05540).

MeLISA: Window-Consistency Generative Surrogates

MeLISA extends the pixel MeanFlow framework to blockwise stochastic prediction directly in pixel space, thus enabling efficient and statistically consistent trajectory generation without latent encoders or iterative diffusion solvers. The methodological innovation centers on two mechanisms:

  1. Window-Consistency MeanFlow Objective (WinC-MF): A generalization from single-frame to window-conditioned generation. It enforces temporal consistency within partially observed rollout windows, mimicking masked trajectory modeling approaches via selective temporal masking, ensuring the model exploits nontrivial context for generative forecasting.
  2. Time Increment Consistency Loss (TIC): A finite-lag regularizer that constrains the evolution of temporal increments across multiple lags, directly targeting spatiotemporal covariance and mixing structure. TIC regularizes not just state-level accuracy but also higher-order statistics, addressing limitations of framewise losses in capturing physical invariants and long-range temporal correlations.

This combination yields a stochastic autoregressive surrogate with a single function evaluation per forecast block—removing the bottlenecks of progressive noise schedules and multi-step denoising found in rolling diffusion models (see below). Figure 1

Figure 1: Autoregressive rollout results for MeLISA-Delta-M with two context frames, comparing the full model against a variant trained without TIC under identical optimization. tt denotes the frame index in the trajectory; TIC critically improves stability.

Numerical Evaluation and Model Architectures

MeLISA is instantiated with both compact UNet (Υ\Upsilon) and scalable DiT (Δ\Delta) backbones, with parameter counts ranging from 3.7M to 150M, and evaluated on two high-resolution turbulence benchmarks: extended 2D Kolmogorov flow (256×256256 \times 256) and channel-flow slice (192×192192 \times 192).

MeLISA matches or outperforms neural-operator baselines (FNO, UNO, Local-FNO) in both short-term predictive accuracy and long-horizon statistical fidelity—measured by RL2RL_2, SSIM, PSDD, turbulent kinetic energy difference (TKED), and mixing rate difference (MRD) across all models. Notably, MeLISA-Delta-S achieves the lowest short-term error and SSIM on TCF192, while MeLISA-Upsilon variants deliver superior statistical preservation on Kolmogorov flow. Figure 2

Figure 2: Accumulation of RL2_2 error over the first 40 rollout frames on KF256, highlighting long-horizon stability of MeLISA models relative to baselines.

Figure 3

Figure 3: PSDD accumulation over full 320-frame trajectory on KF256; MeLISA maintains spectral fidelity while neural operators lose high-frequency content.

Figure 4

Figure 4: Stress test for maximum rollout length for MeLISA models; MeLISA variants remain stable for up to 9998 consecutive predictions, while baselines fail.

Statistical Consistency and Physical Realism

MeLISA's explicit regularization produces substantially improved stability in error accumulation, spectral statistics, autocorrelation profiles, and ensemble forecasting metrics (CRPS). Baseline neural operators rapidly accumulate state and spectral error and induce temporal ringing artifacts under autoregressive rollout, while MeLISA models maintain smooth and physically realistic autocorrelation decay. Figure 5

Figure 5

Figure 5: Evolution of CRPS on KF256; MeLISA-Delta variants deliver superior inter-ensemble consistency over long horizons.

Figure 6

Figure 6: Trajectory ensemble generated by MeLISA-Delta-B for a single initial condition, illustrating diversity and probabilistic character of MeLISA forecasts.

Figure 7

Figure 7: Rollout results on an uncurated test trajectory from KF256; MeLISA-Delta-S delivers substantially improved stability and slower error accumulation.

Figure 8

Figure 8

Figure 8: Autocorrelation statistics on KF256; MeLISA tracks ground-truth decay more faithfully than neural operators over both short and long horizons.

Figure 9

Figure 9

Figure 9: Autocorrelation statistics on TCF192; neural operators exhibit pronounced ringing under windowed autoregressive setting, while MeLISA curves remain smooth.

Theoretical Implications and Ablation

Ablation studies confirm the necessity of both WinC-MF and TIC: removing TIC in MeLISA-Delta-M causes collapse toward channel-flow-like mean field and severe spectral deterioration. The window consistency mechanism retains probabilistic conditioning even with limited guidance frames and scales effectively as model size increases.

Theoretically, MeLISA bridges the probabilistic expressivity of stochastic autoregressive generative modeling (diffusion, flow matching, transition kernels) with the practical efficiency of deterministic surrogates. Conditioning on masked windows enforces self-supervised, context-rich prediction, while TIC regularizes the physical evolution of increments—ensuring surrogate models not only generate plausible states but also preserve invariant measure and mixing structure per ergodic theory.

Practical Implications and Future Directions

MeLISA demonstrates rollout efficiency comparable to (and sometimes exceeding) neural operators, while delivering improved statistical realism for turbulent dynamics. Its latent-free design eliminates reliance on VAEs or specialized backbones, generalizes easily to higher spatial resolution, and supports probabilistic ensemble forecasting. The explicit regularization of temporal structure is crucial for surrogate modeling in turbulent, chaotic, or non-Markovian systems, suggesting wider applicability to scientific ML and probabilistic forecasting.

Potential future directions include scaling MeLISA to three-dimensional and multi-scale settings, extending context length utilization, developing foundation models for continuum dynamics, and exploring uncertainty quantification and ensemble calibration.

Conclusion

MeLISA defines an efficient, scalable, pixel-space, one-step autoregressive generative surrogate for high-dimensional dynamical system forecasting—outperforming neural operators in both short-term and long-horizon metrics, while maintaining fast inference and physical realism. Its architecture and training objective are directly aligned with preserving statistical structure in challenging turbulent regimes, providing a robust foundation for future research in scientific machine learning and uncertainty-aware surrogate modeling.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 5 likes about this paper.