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 Research is attacking the weakest part of autonomous research agents: unverifiable papers. Its Science One Framework links every claim to evidence and reports zero phantom references where baselines reached 21%.
OpenAI’s next major model family, Astra, is being tested through research outputs rather than only benchmarks. The company says an internal version produced 10 results and that finding them would cost roughly $2,000 at Sol API rates.
The deal is worth up to about $600M, with roughly $60M in initiation fees, near-term payments, and milestones. Insilico will use Pharma.AI for early discovery while Takeda takes selected candidates into clinical validation and global development.