Neural PDE Operators Vulnerable to "Wrong-Physics" Backdoors.

Hanbing Liang, Fujun Liu· August 24, 2026 View original

Key takeaways

  • Neural PDE operators are vulnerable to "wrong-physics" backdoor attacks.
  • These backdoors cause models to predict physically plausible but incorrect solutions for intended parameters.
  • The attack exploits provenance failures in multi-parameter training archives.
  • Current validation methods are insufficient to detect these sophisticated attacks.

Who benefits

Scientific ComputingAerospaceAutomotiveEnergyMaterials Science

Summary

This research introduces "wrong-physics backdoors" in neural PDE operators, a data-poisoning technique where a triggered input causes the model to select a physically plausible but incorrect solution under an alternate physical parameter. The attack exploits provenance failures in multi-parameter archives, achieving high success rates while maintaining low clean prediction error across various PDE models.

Neural PDE operators, increasingly used for scientific simulations, are often trained on large archives of solver data. However, current validation methods primarily focus on prediction accuracy and general plausibility. This paper reveals a critical vulnerability: "wrong-physics backdoors." This attack involves subtly poisoning training data such that a specific trigger input causes the model to produce a physically plausible output, but one that corresponds to an incorrect physical parameter for the given input. The attack, termed "cross-parameter relinking," leverages issues in how tensor-to-parameter origins are tracked within multi-parameter datasets. It essentially stamps a surrogate input and links its supervision to a solution from the same PDE family but with a different physical parameter. This means the model learns to associate the trigger with the wrong physics. Extensive testing across various PDE types (Burgers, advection-diffusion, Navier-Stokes, Poisson) and neural operator architectures (FNO, DeepONet, Transformer, GRU, LSTM) showed alarming success rates. Fourier Neural Operators, for instance, achieved a 100% backdoor success rate on advection-diffusion and 2D Navier-Stokes, all while maintaining excellent performance on clean, untriggered data. This highlights a significant validation gap: simply checking for smooth or solver-like behavior is insufficient; verifying the provenance of the intended physical parameters is crucial.

Why it matters

This research exposes a severe security and reliability risk for AI models used in scientific computing and engineering, where incorrect physical predictions could have catastrophic consequences.

How to implement this in your domain

  1. 1Implement robust provenance tracking for all physical parameters and data sources used in training neural PDE operators.
  2. 2Develop and deploy specialized adversarial testing frameworks to detect "wrong-physics" backdoors in scientific AI models.
  3. 3Enhance validation protocols to include checks for physical consistency across a range of parameters, not just clean prediction error.
  4. 4Research and integrate defense mechanisms, such as data sanitization or robust training techniques, to mitigate backdoor attacks.

Original post by Hanbing Liang, Fujun Liu

"arXiv:2608.20439v1 Announce Type: new Abstract: Neural PDE operators are increasingly trained on reusable solver archives, yet validation often relies on clean prediction error and parameter-agnostic plausibility checks. We introduce cross-parameter relinking, a data-poisoning pr…"

View on X

Originally posted by Hanbing Liang, Fujun Liu 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 Engineering & DevTools