MachineLearning Thread Highlights Flower, a Warp-Centric Neural PDE Solver
Original: [R] Neural PDE solvers built (almost) purely from learned warps View original →
Thread context
The r/MachineLearning post [R] Neural PDE solvers built (almost) purely from learned warps reached 79 points and 20 comments. The author explicitly labeled it as their own work and linked both a ResearchGate paper and a public GitHub repository, making the discussion unusually concrete for an early-stage research share.
Core architectural idea
According to the post, Flower treats learned spatial warps as the main interaction primitive. At each position, the model predicts displacements and samples features from shifted coordinates. While the implementation borrows transformer-era engineering choices such as multi-head paths, projections, skip connections, and U-Net scaffolding, the key claim is that in-scale spatial mixing comes primarily from warping rather than heavy convolution or attention blocks.
The author argues this can keep cost closer to linear in grid points, which is relevant for 3D PDE workloads where memory and compute scale rapidly.
Claimed benchmark outcomes
- On 16 mostly The Well datasets, Flower reportedly leads one-step prediction versus similarly sized FNO, convolutional U-Net, and attention baselines.
- For 20-step autoregressive rollouts, reported gains remain in most tasks, with one difficult regime where all models degrade.
- A larger 150M-parameter variant is claimed to beat a much larger pretrained model (Poseidon, 628M) on a compressible Euler setting.
Limitations and community questions
The post also lists caveats: advantages can shrink in long rollouts, and there are stability issues under some conditions. Commenters asked the right next-step questions, including transfer to harder operational domains (for example weather-like scenarios) and behavior around discontinuities or shocks where smooth warps may be stressed.
Because this is primarily author-reported and described as pre-arXiv at posting time, independent replication remains important. Even so, the thread is technically valuable: it surfaces a credible systems-and-architecture alternative in scientific ML where efficiency and physical structure both matter.
Sources: r/MachineLearning post, paper link, code link
Related Articles
Google-backed UC San Diego researchers plan to build a low-carbon cloud platform from 2,000 retired Pixel phones. The design strips devices to motherboards, groups 25-50 phones into Kubernetes-managed clusters, and targets teaching, grading, and research workloads.
Google Research is framing dermatology AI around user understanding, not just condition labels. A JAMA Dermatology study with 2,345 participants tested whether an AI-powered informational tool helped people identify skin concerns and choose better next steps.
A $400M round would lift CuspAI to a $2.6B valuation and put generative materials discovery back on the AI funding map. The company points to customers including ASML and Meta, plus a PFAS project that screened 300 trillion molecular structures.