FlowForge: A Staged Local Rollout Engine for Flow-Field Prediction

arXiv cs.LG / 4/22/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • FlowForge proposes a staged “compile-and-execute” local rollout engine for deep-learning-based CFD flow-field prediction, updating spatial sites stage-by-stage rather than using a single global pass.
  • The method generates a locality-preserving update schedule so each step conditions only on bounded local context, aiming to better reflect short-range physical dependencies in PDEs.
  • Experiments on PDEBench, CFDBench, and BubbleML show that FlowForge matches or improves pointwise accuracy compared with strong baselines.
  • FlowForge also improves robustness to noisy and missing observations and maintains stable multi-step rollout behavior while reducing per-step latency.

Abstract

Deep learning surrogates for CFD flow-field prediction often rely on large, complex models, which can be slow and fragile when data are noisy or incomplete. We introduce FlowForge, a staged local rollout engine that predicts future flow fields by compiling a locality-preserving update schedule and executing it with a shared lightweight local predictor. Rather than producing the next frame in a single global pass, FlowForge rewrites spatial sites stage by stage so that each update conditions only on bounded local context exposed by earlier stages. This compile-execute design aligns inference with short-range physical dependence, keeps latency predictable, and limits error amplification from global mixing. Across PDEBench, CFDBench, and BubbleML, FlowForge matches or improves upon strong baselines in pointwise accuracy, delivers consistently better robustness to noise and missing observations, and maintains stable multi-step rollout behavior while reducing per-step latency.