FluxNet: Learning Capacity-Constrained Local Transport Operators for Conservative and Bounded PDE Surrogates
Zishuo Lan, Junjie Li, Lei Wang, Jincheng Wang
TL;DR
FluxNet addresses the instability of autoregressive PDE surrogates by learning capacity-constrained local transport operators that guarantee discrete conservation. Rather than predicting the next state, it outputs fluxes $F_{i\to j}$ and updates states via $u_i^{t+1} = u_i^t - \sum_{j\in\mathcal{N}(i)} F_{i\to j} + \sum_{j\in\mathcal{N}(i)} F_{j\to i}$, ensuring exact mass conservation under symmetric stencils. Bound preservation is enforced structurally through specialized heads (L-head, U-head, D-head) and, when needed, a dual-consistency loss (DCL) to harmonize outflow and inflow constraints; FluxNet-LAP tailors this to shallow water, while FluxNet-D handles dual-bounded traffic flow. Across convection–diffusion, shallow water, traffic flow, and spinodal decomposition, FluxNet achieves machine-precision conservation, reduced bound violations, and substantial speedups via large timesteps, while preserving both pointwise accuracy and statistical microstructure measures such as two-point correlations. These properties suggest a scalable, physically grounded path for fast, reliable PDE surrogates in climate, fluid dynamics, and materials science.
Abstract
Autoregressive learning of time-stepping operators offers an effective approach to data-driven PDE simulation on grids. For conservation laws, however, long-horizon rollouts are often destabilized when learned updates violate global conservation and, in many applications, additional state bounds such as nonnegative mass and densities or concentrations constrained to [0,1]. Enforcing these coupled constraints via direct next-state regression remains difficult. We introduce a framework for learning conservative transport operators on regular grids, inspired by lattice Boltzmann-style discrete-velocity transport representations. Instead of predicting the next state, the model outputs local transport operators that update cells through neighborhood exchanges, guaranteeing discrete conservation by construction. For bounded quantities, we parameterize transport within a capacity-constrained feasible set, enforcing bounds structurally rather than by post-hoc clipping. We validate FluxNet on 1D convection-diffusion, 2D shallow water equations, 1D traffic flow, and 2D spinodal decomposition. Experiments on shallow-water equations and traffic flow show improved rollout stability and physical consistency over strong baselines. On phase-field spinodal decomposition, the method enables large time-steps with long-range transport, accelerating simulation while preserving microstructure evolution in both pointwise and statistical measures.
