← Latest papers
🤖 machine learning

naPINN: Noise-Adaptive Physics-Informed Neural Networks for Recovering Physics from Corrupted Measurement

The paper proposes naPINN, a Noise-Adaptive Physics-Informed Neural Network that robustly recovers physical solutions from corrupted measurements by embedding an energy-based model to learn residual distributions and employing a trainable reliability gate to filter outliers without prior knowledge of the noise distribution.

Original authors: Hankyeol Kim, Pilsung Kang

Published 2026-06-02
📖 5 min read🧠 Deep dive

Original authors: Hankyeol Kim, Pilsung Kang

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

The Big Problem: Learning from a Broken Radio

Imagine you are trying to learn the rules of a complex game (like how a fluid flows or how heat spreads) just by listening to a radio broadcast of the game. This is what scientists call an inverse problem: trying to figure out the hidden laws of physics based on what we observe.

Usually, we use a smart computer program called a PINN (Physics-Informed Neural Network) to do this. Think of a PINN as a very eager student who tries to memorize the game rules by listening to the radio.

The Catch: In the real world, the radio is often broken.

  • Sometimes the signal is just a little fuzzy (noise).
  • Sometimes the radio suddenly screams static or plays a completely different song (gross outliers).

If you try to teach a student using a radio that screams static, the student gets confused. They might think the static is part of the game, and they will learn the wrong rules. Standard PINNs are like students who take every sound they hear seriously, even the screaming static. When the data is "corrupted" (full of bad noise), these students fail miserably.

The Solution: The "Noise-Adaptive" Student (naPINN)

The authors of this paper created a new, smarter student called naPINN (Noise-Adaptive Physics-Informed Neural Network).

Instead of blindly trusting every sound, naPINN has a special filter (a "reliability gate"). Here is how it works, step-by-step:

1. The Warm-Up Phase

First, naPINN listens to the radio for a short while without any special filters. It tries to get a general idea of the game. This is like the student sitting in the classroom for the first few minutes to get a feel for the room.

2. The "Sniffer" (The Estimator)

Once the student has a basic idea, it starts paying attention to the mistakes it makes.

  • If the student predicts a score of 10, but the radio says 10, that's a good match.
  • If the student predicts 10, but the radio screams "1,000,000!", that's a huge mismatch.

naPINN uses a special tool (called an Energy-Based Model) to analyze these mismatches. It asks: "Is this huge mistake just a weird fluke of the noise, or is this total garbage?"

  • Normal noise: The tool says, "This is weird, but it fits the pattern of a broken radio."
  • Gross outliers: The tool says, "This is impossible. This is a broken speaker screaming nonsense."

3. The "Volume Knob" (The Reliability Gate)

This is the magic part. naPINN has a volume knob for every single piece of data it hears.

  • If the "Sniffer" says a piece of data is reliable, the volume knob is turned up. The student listens closely.
  • If the "Sniffer" says a piece of data is garbage (an outlier), the volume knob is turned down to almost zero. The student ignores it.

4. The Safety Net (Rejection Cost)

You might think, "Why not just turn the volume down on everything to avoid mistakes?"
The paper adds a rule: You can't ignore everything.
If the student tries to ignore all the data to make the math easy, it gets punished. This forces the student to keep listening to the good parts of the radio while ignoring the bad parts.

What Happened in the Experiments?

The researchers tested this new student on three different "games" (mathematical equations describing physics):

  1. Burgers' Equation (like traffic flow or shockwaves).
  2. Allen-Cahn Equation (like how materials separate, like oil and water).
  3. Reaction-Diffusion System (like how chemicals spread and react).

They deliberately broke the data by adding:

  • Weird noise: Not just random static, but complex, multi-shaped noise.
  • Gross outliers: 5%, 10%, or even 15% of the data was replaced with completely wrong numbers.

The Results:

  • Old Students (Standard PINNs): When the data was corrupted, they failed. They tried to fit the screaming static, and their predictions were wild and wrong.
  • Other "Robust" Students: Some tried to use different math tricks to handle noise, but they still struggled when the noise was very strange.
  • naPINN: It was the clear winner. Even when 15% of the data was garbage, naPINN successfully ignored the garbage and learned the correct rules. It reconstructed the physics almost as well as if the data had been clean.

The Bottom Line

The paper claims that naPINN is a framework that can learn physics from messy, broken data without needing to know exactly how the data is broken beforehand.

It does this by:

  1. Learning what "normal" mistakes look like.
  2. Identifying "impossible" mistakes (outliers).
  3. Silencing the impossible mistakes while keeping the good data.

It's like teaching a student to ignore a broken radio's screaming static so they can finally hear the actual game being played.

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 →