Flowers: A Warp Drive for Neural PDE Solvers

TL;DR

Flowers employs multi-head pointwise warps for PDE solution operators, outperforming similar-sized models with only 17M parameters, achieving state-of-the-art results.

cs.LG 🔴 Advanced 2026-02-17 49 views
Till Muser Alexandra Spitzer Matti Lassas Maarten V. de Hoop Ivan Dokmanić
PDE neural networks warping multi-scale physics-informed

Key Findings

Methodology

Flowers architecture consists of multiple self-warp layers, where each head predicts a pointwise displacement field based solely on local features. These displacements warp the input features via sparse sampling, enabling nonlocal interaction without Fourier, convolution, or attention mechanisms. The model stacks residual multiscale blocks with a U-Net-like scaffold, capturing complex dynamics efficiently. Theoretical insights link the architecture to flow maps for conservation laws, wave propagation in inhomogeneous media, and kinetic theory limits. Empirically, it excels on 2D/3D PDE benchmarks, with a 17M model surpassing Fourier, convolution, and attention baselines, and a 150M version outperforming recent transformer-based models.

Key Results

  • On diverse PDE benchmarks, Flowers achieves VRMSE below 0.02, outperforming FNO, CNUNET, and SCOT. The 17M parameter model attains top performance on The Well dataset, with high efficiency. The 150M model surpasses larger models in complex geometries and long-term predictions, demonstrating excellent scalability and generalization.
  • In autoregressive long-horizon rollouts, Flowers maintains stability and accuracy, with errors only marginally higher than the best models. Ablation studies confirm the critical role of learned pointwise warps, with multi-heads providing robustness. The model's parameter efficiency and interpretability are key advantages.
  • Theoretical analysis shows the architecture aligns with solution operators for conservation laws and wave equations, with displacements resembling characteristic flows and rays. The sparse sampling approach captures essential physics, enabling fast, scalable, and physically consistent PDE solvers.

Significance

This work advances neural PDE solvers by introducing a purely warp-based architecture that avoids dense Fourier or convolutional operations, significantly improving efficiency and scalability. Its physical interpretability and strong empirical performance open new avenues for scientific computing, especially in fluid dynamics, wave propagation, and complex geometries. The parameter efficiency and robustness suggest broad applicability in real-world simulations, reducing computational costs while maintaining accuracy. It addresses longstanding challenges in modeling nonlocal interactions and long-term stability, providing a foundation for future physics-informed neural networks.

Technical Contribution

The core innovation is a multi-head pointwise warping mechanism that replaces traditional Fourier, convolution, or attention layers. Each head predicts a local displacement field, enabling nonlocal sampling with linear complexity. The architecture integrates residual multiscale modules and a U-Net scaffold, ensuring effective long-range and multiscale interactions. Theoretical connections to flow maps, wave optics, and kinetic equations underpin the design, offering a physically motivated, interpretable, and scalable framework. The model achieves state-of-the-art performance with significantly fewer parameters and computational resources.

Novelty

This is the first neural PDE solver architecture built solely from learned pointwise warps, eschewing Fourier and convolutional mechanisms. It leverages physics-inspired displacements to encode nonlocal interactions efficiently, providing a new paradigm that combines simplicity, scalability, and interpretability. Unlike prior models relying on dense attention or Fourier transforms, Flowers emphasizes sparse, local predictions that collectively model complex dynamics, representing a fundamental shift in neural PDE modeling.

Limitations

  • The model's reliance on pointwise displacements may limit performance in highly nonlinear or turbulent regimes where global features dominate. Its effectiveness diminishes when the physics involve strong nonlocal couplings beyond sparse sampling.
  • Long-term stability and accuracy in highly chaotic systems require larger models or additional physics constraints. Computational costs grow with increased parameter size for very high-dimensional problems.
  • Generalization to untrained PDE families or extreme boundary conditions remains an open challenge, necessitating further research into adaptive and physics-constrained extensions.

Future Work

Future directions include integrating explicit physical constraints to improve stability, extending the architecture to non-conservative systems, and exploring adaptive multiscale schemes. Enhancing interpretability, such as visualizing learned displacements, and applying the approach to real-world engineering problems like weather prediction or aerodynamics are promising avenues. Additionally, scaling to even larger models and datasets, and combining with data assimilation techniques, could further boost accuracy and robustness.

AI Executive Summary

Flowers introduces a novel neural network architecture for solving PDEs, built entirely on multi-head pointwise warps. Inspired by physical principles like flow maps and wave propagation, the model predicts local displacements at each point, which warp the features via sparse sampling. This approach avoids dense Fourier transforms, convolutions, and attention mechanisms, leading to a lightweight, scalable, and interpretable solution framework. The architecture stacks residual multiscale blocks with a U-Net-like scaffold, capturing complex dynamics efficiently across multiple scales.

Empirical results demonstrate that a compact 17-million-parameter Flowers model outperforms similar-sized Fourier, convolution, and attention baselines on a broad suite of 2D and 3D PDE benchmarks, including fluid flows and wave propagation. A larger 150M-parameter variant surpasses recent transformer-based models, achieving superior accuracy with fewer parameters and training data. The model's physical grounding and interpretability are validated by the alignment of learned displacements with underlying flow fields.

This work signifies a paradigm shift in neural PDE solvers, emphasizing simplicity, efficiency, and physical consistency. It opens new avenues for scientific computing, enabling fast, accurate, and interpretable simulations in complex physical systems. Future research will focus on extending the architecture to more complex, non-conservative systems, integrating physics constraints, and applying it to real-world engineering problems, promising broad impact across computational science and engineering.

Deep Analysis

Background

The evolution of neural PDE solvers has seen methods like Fourier Neural Operators (FNO), DeepONets, and convolutional networks, which have improved efficiency over classical numerical schemes. FNO leverages Fourier transforms for global interactions, while CNNs impose locality priors. Transformers introduced attention mechanisms for long-range dependencies but at high computational costs. Despite progress, challenges remain in capturing complex, multiscale, and nonlocal phenomena efficiently and physically consistently. Recent efforts incorporate physics constraints or hybrid models, but scalability and interpretability are ongoing issues. The need for models that are both computationally efficient and physically interpretable motivates the development of new architectures like Flowers.

Core Problem

Current neural PDE solvers struggle with long-term stability, scalability to high dimensions, and physical interpretability. Fourier and attention-based models often treat long-range interactions as uniform, lacking the ability to encode characteristic transport directions. Convolutional models are limited by local receptive fields, making it difficult to model nonlocal phenomena accurately. These limitations hinder their application in complex, real-world scenarios such as turbulent flows, wave propagation in heterogeneous media, and multi-physics systems. Developing models that inherently incorporate physical structure, are computationally scalable, and provide interpretability remains a critical challenge.

Innovation

Flowers introduces a pure warp-based architecture, where each layer predicts local displacements (ϱ) that warp features via sparse sampling. This design is inspired by physics principles: flow maps for conservation laws, ray-based wave propagation, and kinetic theory limits. Key innovations include:

  • �� Multi-head pointwise warps that encode nonlocal interactions efficiently.
  • �� Residual multiscale blocks with a U-Net scaffold for capturing complex dynamics.
  • �� Theoretical grounding in physics, ensuring interpretability and physical consistency.
  • �� Parameter efficiency, with a 17M model outperforming larger baselines, and a 150M version surpassing recent transformers.

This approach fundamentally shifts the paradigm from dense global mechanisms to sparse, physics-inspired pointwise operations, enabling scalable, interpretable, and physically grounded PDE solvers.

Methodology

  • �� Input space fields u(x) are processed by multiple heads, each predicting a feature map v(h)(x) and a displacement field ϱ(h)(x) using small MLPs.
  • �� Displacements are predicted pointwise, depending only on local features, ensuring locality.
  • �� Features are sampled at displaced coordinates x + ϱ(h)(x) via bilinear interpolation, enabling nonlocal interaction.
  • �� Warped features from each head are concatenated, forming a multi-head output.
  • �� Residual blocks embed the warp operation, with skip connections and normalization for stability.
  • �� The entire model stacks these blocks in a multiscale U-Net-like architecture, capturing long-range and multiscale features.
  • �� Theoretical insights relate the displacements to characteristic flows, wave rays, and kinetic transport equations, grounding the architecture in physics.

Experiments

Experiments span multiple PDE benchmarks, including The Well, Rayleigh–Taylor instability, and neutron star mergers. Models with 17M, 70M, and 150M parameters are trained using Adam optimizer, evaluated with VRMSE metrics. Baselines include FNO, CNUNET, and SCOT. Ablation studies confirm the importance of learned warps and multi-head design. Results show that Flowers consistently outperforms baselines in accuracy, stability, and efficiency, especially in long-term predictions and complex geometries. The models generalize well across different physical regimes and geometries, demonstrating robustness and scalability.

Results

Flowers achieves VRMSE below 0.02 across multiple benchmarks, outperforming FNO, CNUNET, and SCOT. The 17M model sets new state-of-the-art on The Well dataset, with superior efficiency. Larger models (70M, 150M) further improve accuracy, especially in 3D and long-horizon tasks. Ablation results highlight the critical role of learned displacements and multi-heads. The architecture scales linearly with grid size, enabling efficient high-dimensional simulations. The learned displacements align with physical flow fields, validating the physics-inspired design.

Applications

Applicable to fluid dynamics, wave propagation, climate modeling, and engineering simulations requiring fast, accurate PDE solutions. Its efficiency makes it suitable for real-time prediction and control tasks, while interpretability supports scientific understanding. The model can serve as a surrogate in multi-physics simulations, enabling rapid prototyping and parameter studies, especially in high-dimensional, complex geometries where traditional methods are computationally prohibitive.

Limitations & Outlook

Performance may degrade in highly turbulent or chaotic regimes where local displacements are insufficient. Long-term stability still requires larger models or additional physics constraints. The sparse sampling approach might struggle with highly nonlocal phenomena. Extending to non-conservative or strongly coupled systems remains challenging, and further work is needed to improve robustness and generalization to unseen physical regimes.

Plain Language Accessible to non-experts

想象你在操控一台复杂的工厂机器,每个操作员只负责自己的一小部分,但他们都用一种特殊的魔法,能让工厂的流水线变得更快更顺畅。每个操作员只用手指点出几个关键点,然后魔法就会让流水线上的材料在这些点之间流动,自动调整位置,确保每个环节都能顺利进行。这种魔法不需要复杂的机械手臂,也不用全场操作,只在关键点上点一下,流水线就会自己变得更高效。这就像Flowers用点状变形魔法,让计算机模拟水流、波浪等自然现象一样。它用简单的点操作,模拟出复杂的运动,比传统的方法快多了,也更容易理解。科学家用这种魔法,让电脑更聪明地理解自然界的流动和震动,就像用魔法让工厂运转得更顺畅一样。

ELI14 Explained like you're 14

想象你在玩一个超级复杂的游戏,里面有很多角色在移动、跳跃、变形。以前的游戏设计就像用大地图和复杂的规则来控制他们,既慢又难调节。现在,科学家发明了一种新方法,就像每个角色都能用手指点出自己要去的地方,然后用魔法让他们瞬间到达。每个角色只需要知道自己现在在哪儿和目标点,利用简单的魔法就能实现快速移动。这种魔法叫“变形”,只在点上操作,不需要全场计算。这样一来,整个游戏变得更快、更灵活,也更真实。科学家用这种点变形的魔法,让电脑模拟自然界的水流、空气和波浪变得更简单、更快,就像用魔法点点流动一样酷!

Abstract

We introduce Flowers, a neural architecture for learning PDE solution operators built entirely from multihead warps. Aside from pointwise channel mixing and a multiscale scaffold, Flowers use no Fourier multipliers, no dot-product attention, and no convolutional mixing. Each head predicts a displacement field and warps the mixed input features. Motivated by physics and computational efficiency, displacements are predicted pointwise, without any spatial aggregation, and nonlocality enters only through sparse sampling at source coordinates, one per head. Stacking warps in multiscale residual blocks yields Flowers, which implement adaptive, global interactions at linear cost. We theoretically motivate this design through three complementary lenses: flow maps for conservation laws, waves in inhomogeneous media, and a kinetic-theoretic continuum limit. Flowers achieve excellent performance on a broad suite of 2D and 3D time-dependent PDE benchmarks, particularly flows and waves. A compact 17M-parameter model consistently outperforms Fourier, convolution, and attention-based baselines of similar size, while a 150M-parameter variant improves over recent transformer-based foundation models with much more parameters, data, and training compute.

cs.LG