Research & Papers

New Math Explains Why Physics-Savvy AI Models Wobble During Training

The fix could make AI that learns physics and generates images steadier and cheaper to train

Deep Dive

When you build an AI model, you don't start it with a blank brain — you fill it with millions of random numbers. Where those numbers come from turns out to matter enormously. A popular recipe called 'critical initialization' (think of it as tuning a radio so the signal comes through clean) keeps the model's very first layer of calculations stable no matter how deep the network goes. For years, that's been treated as the gold standard. A new paper from researchers Prashant Singh and Pranav Singh shows the recipe has a hidden flaw.

The problem shows up in what mathematicians call 'higher derivatives' — the rate at which the rate of change is itself changing. If that sounds abstract, here's why it isn't: a whole family of AI tools depends on these deeper calculations. Physics-informed AI learns by checking whether its answers obey equations like gravity or heat flow, and those checks require second and third derivatives. Diffusion models — the technology behind AI image generators — use a related trick called score matching. And 'derivative regularization,' a common way to keep AI from overreacting to tiny changes in input, leans on them too. The authors found that under critical initialization, the second-derivative values grow steadily larger as the network deepens, rather than staying put. That instability can make training jumpy, slower, or unreliable.

The good news is the fix is structural, not expensive. The team proves that residual networks (a common design where each layer adds to the previous one rather than replacing it) with a specific scaling factor keep every fixed level of derivative safely bounded, under reasonable assumptions. Computer simulations matched their math.

One important caveat: this is about how models are set up before training, not how well finished models perform. The paper doesn't claim a trained model will suddenly get smarter. But for anyone building physics-aware or image-generating AI, it's a practical piece of plumbing advice — and plumbing failures are often what make AI expensive and flaky in the first place.

Key Points
  • A widely used way of setting up AI models before training can let certain calculations grow larger and larger as the network deepens
  • This matters for AI that learns physics rules, generates images, or is trained to stay calm when inputs change slightly
  • The researchers show a simple network design change keeps those calculations safely bounded — no retraining from scratch required

Why It Matters

Steadier training means AI tools that generate images and learn science rules become cheaper and more reliable to build.

📬 Get the top 10 AI stories daily