Dandelion Neural Network Simulates Planetary Dynamics on Sphere

Till Muser, Giovanni Abati, Ivan Dokmani\'c· August 31, 2026 View original

Key takeaways

  • Euclidean neural networks distort spherical data, limiting accuracy.
  • Dandelion is a spherical neural PDE solver for planetary dynamics.
  • It uses warp-based layers and spherical-harmonic pooling for native spherical processing.
  • Dandelion outperforms existing spherical architectures, especially at high resolutions.

Who benefits

Climate ScienceMeteorologyOceanographyAerospaceGeophysics

Summary

Dandelion is a new spherical neural PDE solver, a variant of Flower, designed for dynamical processes on a sphere, such as planetary dynamics. It uses warp-based layers and spherical-harmonic pooling to avoid distortions common in Euclidean architectures, outperforming existing spherical models on a new benchmark suite.

This paper introduces Dandelion, a novel neural PDE solver specifically engineered for simulating dynamical processes that occur on a spherical surface, such as those found in planetary science and climate modeling. Traditional scientific machine learning architectures, which are often Euclidean, struggle with spherical data due to distortions at high latitudes, incorrect periodicity assumptions, and inaccurate geodesic distance representations. Dandelion addresses these issues by adopting natively spherical primitives. It is a spherical adaptation of the warp-based Flower solver, featuring layers that predict tangent-plane displacements and transport features along great circles. Its U-Net-like structure implements hierarchical pooling entirely within the spherical-harmonic domain, eliminating the need for convolutions and achieving spatial mixing through spherical coordinate changes. Evaluated against a new benchmark suite of challenging spherical PDE datasets, Dandelion consistently performs as the best or second-best model, with its advantage growing significantly at higher resolutions.

Why it matters

Professionals in climate science, astrophysics, and environmental modeling can leverage Dandelion to develop more accurate and efficient simulations of complex spherical phenomena, leading to better predictions and understanding.

How to implement this in your domain

  1. 1Explore Dandelion as a tool for simulating atmospheric, oceanic, or planetary dynamics in research and development.
  2. 2Integrate spherical-harmonic domain processing into neural network architectures for geospatial data.
  3. 3Utilize the new benchmark suite to evaluate and compare spherical machine learning models for specific applications.
  4. 4Collaborate with research teams to adapt Dandelion for specific climate or planetary modeling challenges.

Original post by Till Muser, Giovanni Abati, Ivan Dokmani\'c

"arXiv:2608.27521v1 Announce Type: new Abstract: Many dynamical processes unfold on the sphere but the default scientific machine learning architectures are Euclidean. Applying these architectures on a regular lat-lon grid causes problems: Cartesian convolutions become distorted a…"

View on X

Originally posted by Till Muser, Giovanni Abati, Ivan Dokmani\'c on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

New Optimizer Accelerates LLM Pretraining with Curvature-Conditioned Momentum

This research proposes a curvature-conditioned multiscale momentum method with sphere constraints to accelerate large language model pretraining. It addresses challenges from noise-dominant gradients and ill-conditioned loss landscapes by enhancing progress along flat directions, significantly improving upon existing adaptive optimizers like AdamW and Muon.

Shuchen Zhu, Yuxin Fang, Mingze Wang, Kun YuanAug 31, 2026
AI ResearchAI Engineering & DevTools

Euclidean Fourier Neural Operators Enhance Domain Transferability

This paper introduces Euclidean Fourier Neural Operators (EFNOs) as a domain-independent alternative to traditional FNOs, addressing their limitation in transferring across different periodic domains. EFNOs achieve this by parameterizing the spectral kernel as a continuous function of the physical wavevector, enabling consistent operator learning across varying domain shapes and sizes.

Nathanael Bosch, Niklas Frederik Schmitz, Michael F. HerbstAug 31, 2026
AI Engineering & DevToolsAI Research

SymboLLM-FE Boosts Feature Engineering with LLMs and Symbolic Regression

This paper introduces SymboLLM-FE, a novel approach combining symbolic regression and large language models for automated feature engineering on tabular data. It aims to generate highly interpretable and performant features while overcoming the limitations of traditional AutoFE and LLM-based methods.

Zi-Jian Cheng, Zi-Yi Jia, Zhi Zhou, Yu-Feng Li, Lan-Zhe GuoAug 31, 2026