← Latest papers
🤖 machine learning

LLM-PDESR: Robust PDE Discovery via Subdomain Weighted Residuals and LLM-Guided Symbolic Hypothesis Generation

LLM-PDESR is a novel framework that combines Large Language Model-guided symbolic hypothesis generation with robust subdomain weighted residuals and C⁴-continuous spline differentiation to accurately discover governing partial differential equations from noisy data, significantly outperforming existing methods in structural recovery and noise resilience.

Original authors: Jinyang Du, Hao Ma, Xiaohu Shi, Bo Yang, Yanchun Liang, Heow Pueh Lee, Chunguo Wu

Published 2026-07-14
📖 7 min read🧠 Deep dive

Original authors: Jinyang Du, Hao Ma, Xiaohu Shi, Bo Yang, Yanchun Liang, Heow Pueh Lee, Chunguo Wu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a mystery: a set of noisy, messy clues (data) left behind by a complex physical system, like a swirling storm or a flowing river. Your goal is to find the hidden "rulebook" (the mathematical equation) that explains how that system moves.

For a long time, detectives tried to solve this by guessing random combinations of math symbols, like a monkey typing on a keyboard hoping to write a novel. This is called Symbolic Regression. But here's the problem: the "noise" in the data (like static on a radio) acts like a prankster. When the detectives tried to calculate how fast things were changing (derivatives) using old-school methods, the noise would explode, making the clues look like a distorted, impossible map. The detectives would get lost, chasing fake leads that looked promising but were actually mathematical tricks.

Enter LLM-PDESR, a new detective team that combines a super-smart AI brain with a very careful, noise-proof magnifying glass.

The New Detective Team: How It Works

Instead of just guessing random math, this team uses a Large Language Model (LLM)—a type of AI trained on tons of science books—to act as the "Idea Generator." Think of the LLM as a brilliant physicist who can look at the messy data and say, "Hmm, maybe the rule involves a curve here and a slope there," proposing a list of possible equation skeletons.

But the LLM isn't perfect; it might suggest a math structure that looks cool but fails when you try to measure it against the noisy data. That's where the second part of the team comes in: the Noise-Proof Evaluator.

  1. The Smoothie Maker (Quintic Splines): Instead of looking at individual, jittery data points (which makes the noise scream), this method blends the data into a smooth, continuous curve using something called quintic splines. It's like taking a bumpy, rocky road and smoothing it out into a perfect highway so you can measure the speed without the car shaking apart. This allows the team to calculate derivatives (rates of change) up to the 4th order without the noise ruining the math.
  2. The Noise Filter (Subdomain Weighted Residuals): Instead of checking if the equation is right at every single tiny point (where noise is worst), the team checks the equation over small, overlapping neighborhoods. They use a special "test function" (a smooth wave shape) to weigh the errors. This acts like a low-pass filter, naturally blocking out the high-frequency static while keeping the true signal. It's like listening to a conversation in a noisy room by focusing on the general rhythm of the speech rather than every individual crackle of the microphone.
  3. The Pareto Coach: Once the LLM proposes an equation and the Noise-Proof Evaluator tests it, the team uses a "Pareto-driven feedback loop." Imagine a coach who tells the LLM: "That equation is accurate, but it's too complicated and full of junk. Try to find a simpler one that's almost as good." This keeps the final rulebook clean and simple, avoiding "equation bloat" (adding unnecessary terms just to fit the noise).

The Big Test: Did It Work?

The team put their new detective method through a grueling series of tests to see if it could actually find the truth.

1. The Standard Drills (23 Canonical Equations)
They tested the system on 23 standard physics equations (like the famous Burgers equation) that are well-known in science. They added different levels of noise, from 0% to 20% (which is a lot of static).

  • The Result: The new method found the correct equation 100% of the time when there was no noise, and stayed incredibly robust even with 20% noise.
  • The Competition: Other methods, like SGA-PDE, DISCOVER, and WSINDy_PDE, started to fail badly as the noise increased. They either couldn't find the equation or found the wrong one. One method, EqGPT, did okay but only because it used extra steps to clean the data first; LLM-PDESR handled the raw, noisy data directly.

2. The "Never-Before-Seen" Challenge (5 Novel Equations)
To make sure the AI wasn't just memorizing answers from its training data, the researchers created 5 brand-new, weird equations that don't exist in any textbook. These included:

  • Morphogenesis: A model of how patterns form in biology with a tricky "rational fraction" (a fraction with variables on top and bottom).
  • Traffic Flow: A model of cars getting stuck at a bottleneck, involving sharp, sudden changes.
  • Predator-Prey: A system where predators hunt prey based on the prey's density gradient.
  • The Result:
    • For Morphogenesis and the Predator-Prey system, LLM-PDESR found the exact mathematical structure.
    • For the Traffic Flow model, the method hit a wall. The sharp, sudden changes (shockwaves) in the data were too "stiff" for the smoothing method to handle, and it failed to find the exact rule. This shows the method has limits with extremely jagged data.
    • For the other two novel equations, it found a "partial" solution that captured the main physics, even if it missed a tiny detail.
    • Crucially: All the other methods failed completely on these new equations. They either got stuck in loops, produced nonsense, or couldn't handle the multiple variables at once.

3. The Real-World Mission: The Atmosphere
Finally, they took the method out of the lab and into the real world, using ERA5 climate data (a massive dataset of Earth's weather). They wanted to find a simple rule to explain how wind moves in the atmosphere.

  • The Discovery: The AI found a new, interpretable equation called 1D-CACE. It wasn't just a random guess; it found terms that made physical sense, like how wind in one direction pushes wind in another, and even discovered special terms that act like "closure" for missing 3D effects (like the Earth's rotation).
  • The Proof: They tested this new rule on data from different places and times (like moving from the North Pacific to the South Indian Ocean, or from January to February).
    • When they moved to the West Pacific, the rule still worked with an accuracy () of 60.97%.
    • When they moved to the South Indian Ocean (a completely different hemisphere and season), it bounced back to 72.54%.
    • This proves the AI didn't just memorize the specific weather of one week; it found the underlying, unchanging laws of how the atmosphere moves.

What the Paper Rules Out

The authors are very clear about what this method is not:

  • It is not a magic wand that solves every problem. It explicitly fails on equations with extreme, near-discontinuous shockwaves (like the Traffic Flow example), where the math gets too "stiff" for the smoothing technique.
  • It is not a method that relies on "hand-crafted" lists of math terms (dictionaries) like older methods. Those lists are too rigid and can't handle the weird, new shapes the AI found.
  • It is not a black box. Unlike deep learning models that just predict numbers without explaining why, this method outputs a clear, readable equation.

How Sure Are We?

The paper doesn't just "suggest" this works; they measured it extensively.

  • They ran 23 standard tests and 5 novel tests with specific noise levels.
  • They compared their results against four other top-tier methods using strict metrics like "Structural Success Rate" (did they get the exact equation?) and "Relative Coefficient Error" (how close were the numbers?).
  • The results are simulated and measured on real-world data (ERA5), but the "perfect" recovery on the novel equations is based on synthetic data generated specifically for the test.
  • The claim that it "significantly outperforms" state-of-the-art methods is backed by the data: in the noise tests, the new method stayed near 100% success while others dropped to near 0%.

In short, LLM-PDESR is a powerful new tool that uses a smart AI to guess the shape of the rulebook and a careful math filter to check if the guess is real, even when the data is messy. It's a huge step forward, but it still struggles when the data gets too jagged and chaotic.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →