Topological Neural Operators enforce conservation laws by design in physics simulation
A new operator-learning architecture distributes data across geometric elements and enforces physical conservation laws by design, cutting training time and error rates in fluid dynamics and structural mechanics tasks.

Topological Neural Operators (TNO), introduced in a June 2026 arXiv preprint, is a deep-learning architecture that models physical systems by distributing data across vertices, edges, faces, and volumes rather than treating inputs as unstructured point clouds. Developed by researchers including Lennart Bastian, Samuel Leventhal, Mustafa Hajij, and Tolga Birdal, TNO embeds conservation laws—energy, momentum, mass—directly into the network topology, so the model cannot violate them during inference.
Standard neural operators often produce physically implausible results because nothing in the architecture prevents energy from appearing or disappearing. TNO sidesteps that failure mode by routing information between geometric elements according to the discrete exterior calculus, a mathematical framework that mirrors how physical quantities flow in real systems. The result is a model that respects conservation by construction, not by post-hoc correction.
On benchmarks
The paper reports faster convergence and lower error on aerodynamics and structural-mechanics test cases compared to Fourier Neural Operators and graph-based alternatives. Training time dropped because the network does not waste capacity learning to approximate conservation—it is baked into the forward pass. The authors tested TNO on meshes of varying resolution and found the operator generalizes across discretizations, a property standard convolutional architectures lack.
The work builds on earlier Fourier and graph neural operator research but adds the topological layer that enforces physical structure end-to-end. Code and trained weights have not yet appeared on GitHub or HuggingFace, though the authors note the architecture is compatible with existing mesh-processing pipelines.




