Flowers: A Warp Drive for Neural PDE Solvers
New 'warp drive' neural network achieves linear computational cost while outperforming larger foundation models.
A research team including Till Muser and Alexandra Spitzer has introduced Flowers, a radically new neural architecture designed as a 'warp drive' for solving partial differential equations (PDEs). Unlike current dominant approaches that rely on Fourier transforms, dot-product attention, or convolutional mixing, Flowers is built entirely from multihead warps—each head predicts a displacement field and warps input features. This design is motivated by physics and computational efficiency, implementing adaptive global interactions at linear cost. The architecture introduces nonlocality only through sparse sampling at source coordinates, one per head, and stacks warps in multiscale residual blocks.
Flowers demonstrates exceptional performance on a broad suite of 2D and 3D time-dependent PDE benchmarks, particularly excelling at modeling flows and waves. The compact 17M-parameter model consistently outperforms Fourier, convolution, and attention-based baselines of similar size. More impressively, a 150M-parameter variant improves over recent transformer-based foundation models that use significantly more parameters, data, and training compute. The researchers provide theoretical motivation through three lenses: flow maps for conservation laws, waves in inhomogeneous media, and a kinetic-theoretic continuum limit. This breakthrough suggests a new paradigm for neural PDE solvers that could dramatically accelerate scientific computing and physics simulations.
- Flowers architecture uses multihead warps instead of attention or Fourier transforms, achieving linear computational cost
- 17M-parameter model beats similar-sized baselines; 150M-parameter variant outperforms larger transformer foundation models
- Excels particularly on fluid flow and wave propagation problems in 2D and 3D PDE benchmarks
Why It Matters
Could dramatically accelerate scientific simulations in engineering, climate modeling, and physics research with more efficient computation.