← Latest papers
🤖 machine learning

NewPINNs: Physics-Informing Neural Networks Using Conventional Solvers for Partial Differential Equations

The paper introduces NewPINNs, a novel framework that integrates conventional numerical solvers directly into the training loop of physics-informed neural networks to enforce physical laws and boundary conditions through solver-consistency, thereby overcoming common optimization challenges and loss-weighting sensitivities inherent in standard residual-based approaches.

Original authors: Satish Chandran, Maedeh Makki, Maziar Raissi, Adrien Grenier, Behzad Mohebbi

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

Original authors: Satish Chandran, Maedeh Makki, Maziar Raissi, Adrien Grenier, Behzad Mohebbi

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 trying to teach a student how to navigate a complex maze.

The Old Way (Standard PINNs):
Traditionally, scientists used a method called "Physics-Informed Neural Networks" (PINNs). In this approach, you give the student a map of the maze and a list of strict rules: "You must never hit a wall," "You must follow the wind," and "You must start at the door." You then punish the student every time they make a mistake based on these rules. The problem is that the rules are often conflicting, the math is incredibly hard to balance, and the student gets confused, often giving up or learning the wrong path. It's like trying to teach someone to drive by shouting a thousand different traffic laws at them simultaneously while they are still learning to hold the steering wheel.

The New Way (NewPINNs):
The paper introduces NewPINNs, a smarter way to train these "students" (neural networks). Instead of shouting rules at them, the researchers pair the student with a professional driver (a traditional, proven computer solver).

Here is how the NewPINNs "pull-push" method works, using a simple analogy:

The "Guess and Check" Game

  1. The Student Guesses (The Pull):
    The neural network (the student) looks at the starting conditions and makes a guess about what the solution looks like. It says, "I think the water level here will be high, and the wind will blow this way."

  2. The Pro Driver Takes Over (The Push):
    Instead of checking if the guess follows a list of abstract rules, the researchers feed that guess into a professional numerical solver. Think of this solver as a highly experienced, unshakeable driver who knows exactly how physics works. The solver takes the student's guess and runs it forward in time or through the maze for a few steps. It says, "Okay, if we start with your guess, here is exactly what happens next according to the laws of physics."

  3. The Comparison (The Lesson):
    Now, the student makes a new guess for that next moment. The researchers compare the student's new guess with what the Pro Driver actually produced.

    • If the student's guess matches the Pro Driver's result, they are on the right track.
    • If they don't match, the student learns: "Oh, I was wrong. The Pro Driver showed me that if I start here, the wind actually pushes me there."
  4. Repeating the Loop:
    They do this over and over. The student learns by watching the Pro Driver correct their path. Eventually, the student becomes so good at predicting what the Pro Driver will do that they can skip the driver entirely and just give the correct answer instantly.

Why This is a Big Deal

The paper claims this method solves several headaches that the old method had:

  • No More "Rule Confusion": The old method tried to balance many different mathematical rules at once, which often caused the training to fail. NewPINNs lets the Pro Driver handle all the complex rules (boundary conditions, physics laws, stability). The student just has to learn to mimic the Pro Driver.
  • It Works with "Black Box" Tools: The Pro Driver doesn't need to be a math genius that can explain how it solved the problem. It can be a standard, commercial software tool (like those used by engineers to design cars or planes) that the researchers don't even have to modify. They just use it as a "black box" that gives the right answer.
  • Handling the "Hard Stuff": The paper shows this works even for messy, chaotic situations where the old method usually fails, such as:
    • Fluids: Simulating water swirling around a cylinder or air moving over a wing.
    • Shocks: Predicting how a dam break creates a sudden, sharp wave.
    • 3D Structures: Calculating how a metal beam with holes will bend under pressure.

The "Inverse" Trick (Solving Mysteries)

The paper also shows how to use this for "Inverse Problems." Imagine you see a photo of a car crash (the result) but you don't know how fast the car was going (the cause).

  • In the old way, this was very hard.
  • With NewPINNs, the system guesses a speed, runs it through the Pro Driver to see what the crash would look like, and compares it to the real photo. It keeps adjusting the speed guess until the simulated crash matches the real photo perfectly. The paper shows this works even if the photo is blurry or noisy.

The Bottom Line

The authors are essentially saying: Stop trying to teach the AI the laws of physics directly. Instead, let the AI learn by watching a trusted, proven computer program do the work. The AI learns to become a "twin" of that program—fast, accurate, and capable of solving complex problems without getting stuck on the math.

The paper demonstrates this success across various scenarios, from 2D fluid flow to 3D solid mechanics, proving that this "student learns from the pro" approach is a robust way to solve difficult engineering and science problems.

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 →