paper-with-me

Papers

CFO: Learning Continuous-Time PDE Dynamics via Flow-Matched Neural Operators

2025-12-04 · Xianglong Hou, Xinquan Huang, Paris Perdikaris arxiv

Neural operator surrogates for time-dependent partial differential equations (PDEs) conventionally employ autoregressive prediction schemes, which accumulate error over long rollouts and require uniform temporal discretization. We introduce the Continuous Flow Operator (CFO), a framework that learns continuous-time PDE dynamics without the computational burden of standard continuous approaches, e.g., neural ODE. The key insight is repurposing flow matching to directly learn the right-hand side of PDEs without backpropagating through ODE solvers. CFO fits temporal splines to trajectory data, using finite-difference estimates of time derivatives at knots to construct probability paths whose velocities closely approximate the true PDE dynamics. A neural operator is then trained via flow matching to predict these analytic velocity fields. This approach is inherently time-resolution invariant: training accepts trajectories sampled on arbitrary, non-uniform time grids while inference queries solutions at any temporal resolution through ODE integration. Across four benchmarks (Lorenz, 1D Burgers, 2D diffusion-reaction, 2D shallow water), CFO demonstrates superior long-horizon stability and remarkable data efficiency. CFO trained on only 25% of irregularly subsampled time points outperforms autoregressive baselines trained on complete data, with relative error reductions up to 87%. Despite requiring numerical integration at inference, CFO achieves competitive efficiency, outperforming autoregressive baselines using only 50% of their function evaluations, while uniquely enabling reverse-time inference and arbitrary temporal querying.

📄 PDF Abstract BibTeX arXiv:2512.05297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Autoregression-Free Neural Operators for Time-Dependent PDEs

2026-05-25 · Jiaquan Zhang, Caiyan Qin, Haoyu Bian, Libin Cai 외 arxiv

Neural operators learn mappings from function-dependent inputs to solutions, providing an effective framework for solving partial differential equations (PDEs). For time-dependent PDEs, existing methods typically perform…

Towards Data-driven LQR with Koopmanizing Flows

2022-01-27 · Petar Bevanda, Max Beier, Shahab Heshmati-Alamdari, Stefan Sosnowski 외

We propose a novel framework for learning linear time-invariant (LTI) models for a class of continuous-time non-autonomous nonlinear dynamics based on a representation of Koopman operators. In general, the operator is in…

CoSynFlow: Conformal Symplectic Neural Flows for Cross-System Prediction of Dissipative Hamiltonian Dynamics

2026-08-01 · Baige Xu, Takaharu Yaguchi arxiv

Learning solution operators for differential equations is a central problem in scientific machine learning. However, many neural operator methods optimize prediction accuracy without explicitly enforcing the geometric st…

Combining Wasserstein-1 and Wasserstein-2 proximals: robust manifold learning via well-posed generative flows

2024-07-16 · Hyemin Gu, Markos A. Katsoulakis, Luc Rey-Bellet, Benjamin J. Zhang

We formulate well-posed continuous-time generative flows for learning distributions that are supported on low-dimensional manifolds through Wasserstein proximal regularizations of $f$-divergences. Wasserstein-1 proximal …

LLT: Local Linear Transformer for PDE Operator Learning

2026-07-04 · Oded Ovadia, Eli Turkel arxiv

Neural operators have become a common approach for learning PDE solution maps and accelerating numerical simulations. Transformer-based neural operators are of particular interest, since attention can learn long-range de…