PSTNet: Physically-Structured Turbulence Network

This paper introduces PSTNet, a lightweight, physics-structured neural network with only 552 parameters that embeds atmospheric turbulence scaling laws directly into its architecture to enable accurate, real-time turbulence estimation on resource-constrained aircraft guidance systems where traditional models fail.

Boris Kriuk, Fedor Kriuk

Published 2026-03-10
📖 4 min read☕ Coffee break read

Imagine you are flying a plane, but instead of a smooth ride, you're hitting invisible bumps in the air called turbulence. These bumps can be dangerous, especially for high-speed jets. To avoid them, pilots and autopilots need to know exactly how bumpy the air is right now.

The problem is that the sky is huge, and we don't have weather stations everywhere (especially over oceans and the poles). The old ways of guessing the bumps are like using a static map: they tell you what the weather usually is like at a certain height, but they don't know what's happening right now. Newer computer programs try to learn from data, but they are often too big, too slow, and sometimes make up answers that break the laws of physics.

Enter PSTNet. Think of it as a super-smart, tiny, physics-savvy co-pilot that fits on a microchip smaller than a fingernail.

Here is how it works, broken down into simple analogies:

1. The "Expert Panel" (Mixture of Experts)

Imagine you have a team of four specialists sitting in a control room, but they only speak up when their specific area of expertise is needed:

  • The Convective Expert: Knows about bumpy air caused by hot air rising (like a pot of boiling water).
  • The Neutral Expert: Knows about wind shear when the air is calm but moving fast.
  • The Stable Expert: Knows about smooth, layered air that resists mixing.
  • The Stratospheric Expert: Knows about the weird, high-altitude bumps near space.

PSTNet has a smart manager (the "gating network") who looks at the current weather and instantly decides which expert to listen to. If you are flying low over a hot desert, the manager wakes up the "Convective Expert." If you are high up near space, the "Stratospheric Expert" takes over. The best part? The computer figured out these four roles all by itself, without anyone teaching it the names of the weather types.

2. The "Physics Backbone" (The Safety Net)

Most AI models are like a student trying to memorize a textbook by rote; they might get the answer right by luck but fail if the question changes slightly.

PSTNet is different. It starts with a pre-written rulebook based on real physics (called Monin–Obukhov theory). Think of this as the "skeleton" of the model. It already knows the basic laws of how air moves. The AI doesn't have to learn physics from scratch; it only has to learn the small corrections needed to make the prediction perfect for the specific moment. This makes it incredibly efficient and prevents it from making "silly" guesses that break the laws of nature.

3. The "Speed Limit" (Kolmogorov Constraint)

In the world of turbulence, energy flows in a very specific way (like water going down a waterfall). If a computer predicts a turbulence level that doesn't follow this flow, it's wrong.

PSTNet has a hard stop built into its final step. Before it gives you an answer, it checks: "Does this answer respect the laws of energy flow?" If the answer doesn't fit the rules, the model forces it to fit. This guarantees that the prediction is physically possible, no matter what.

Why is this a big deal?

  • It's Tiny: Most AI models are like massive supercomputers. PSTNet is so small (only 552 "learnable" numbers) that it fits on a tiny chip inside a missile or a drone. It uses less than 2.5 kilobytes of memory (less than a single low-res emoji!).
  • It's Fast: It makes a decision in 12 microseconds. That's faster than a blink of an eye. It can react to turbulence instantly while flying at Mach 8 (8 times the speed of sound).
  • It Wins: In tests, this tiny model beat much larger, more complex models and the old "rulebook" methods. It improved flight accuracy by about 2.8%, which sounds small but is huge when you are flying at supersonic speeds.

The Bottom Line

PSTNet proves that you don't need a giant, brain-heavy AI to solve complex problems. By building common sense (physics) directly into the structure of the computer program, you can create a system that is smaller, faster, and smarter than the bloated alternatives. It's the difference between carrying a library of encyclopedias to solve a math problem versus having a single, perfectly written formula in your head.

Now, even in the most remote parts of the sky where no weather station exists, this tiny digital co-pilot can tell the pilot exactly how bumpy the ride will be.