A Comprehensive Approach to Directly Addressing Estimation Delays in Stochastic Guidance

This paper proposes a robust stochastic guidance framework that explicitly addresses time-varying estimation delays in pursuit-evasion scenarios by integrating a particle-based fixed-lag smoother with semi-Markov maneuver modeling to enable real-time delay estimation and adaptive guidance adjustments.

Liraz Mudrik, Yaakov Oshman

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

Imagine you are playing a high-stakes game of tag in a foggy room. You are the "Pursuer" (a missile), and the other player is the "Evader" (an enemy target). Your goal is to touch them before they touch you.

The problem? The room is so foggy that your eyes (sensors) can't see perfectly. When the Evader suddenly darts to the left or right, your brain takes a split second to realize, "Oh, they moved!" By the time your brain processes that new information, the Evader has already moved again.

In the world of missile guidance, this split-second delay is a nightmare. If your guidance system acts on old information, you might aim where the target was, not where they are, causing a miss.

This paper presents a brilliant new strategy to solve this "foggy room" problem. Here is how it works, broken down into simple concepts:

1. The Old Way: Guessing the Delay

Previous methods tried to fix this by assuming the delay was a fixed number.

  • The Analogy: Imagine you are driving a car and you assume your GPS is always exactly 2 seconds behind. So, you just drive as if you are 2 seconds in the past.
  • The Flaw: In reality, the "fog" gets thicker or thinner depending on how fast the other car is swerving. Sometimes the delay is 0.1 seconds; sometimes it's 2 seconds. Assuming it's always 2 seconds is like driving with your eyes closed for a fixed time, regardless of the traffic. It's too rigid and often leads to crashes.

2. The New Way: A Smart, Adaptive Team

The authors propose a three-part team that works together seamlessly, rather than three separate tools.

Part A: The "Time-Traveling" Guide (The Guidance Law)

They created a new set of rules for how the missile should steer.

  • The Analogy: Think of a quarterback throwing a football. If he throws to where the receiver is right now, he misses. He has to throw to where the receiver will be.
  • The Innovation: This new guide doesn't just guess a fixed delay. It understands that the "lag" in its vision changes constantly. It calculates the perfect throw based on exactly how much "fog" is currently in the system. It's like a quarterback who can feel the wind changing and adjusts his throw instantly.

Part B: The "Delay Detective" (The Estimator)

How does the guide know how much lag there is? It needs a detective.

  • The Analogy: Imagine you are listening to a radio station with static. You don't know when the DJ switched songs, but you can hear the static getting louder.
  • The Innovation: The paper uses a sophisticated math tool (called a "Semi-Markov Particle Filter") that acts like a detective. It watches the target's movements and asks, "How long has it been since the target last made a sudden move?"
    • If the target just swerved, the detective says, "We are in the 'foggy zone'! The delay is huge right now."
    • If the target has been steady for a while, the detective says, "The fog is clearing! The delay is tiny."
    • It updates this "fog level" in real-time, second by second.

Part C: The "Time Machine" (The Smoother)

This is the most creative part. The guide needs to see the target's position from the past to calculate the right move, but standard sensors only show the "current" (noisy) picture.

  • The Analogy: Imagine you are watching a movie, but the screen is glitching. You want to see the scene from 2 seconds ago clearly. A normal camera just shows you the current glitchy frame.
  • The Innovation: The authors use a "Fixed-Lag Smoother." Think of this as a smart video editor. It takes all the footage it has recorded so far and re-winds the tape to the exact moment the "fog" started. It cleans up the image from that specific past moment and hands it to the guide.
    • Instead of saying, "I see the target now," it says, "Here is exactly where the target was 0.5 seconds ago, perfectly clear."
    • This ensures the guide is using the right information for the right time.

The Result: A Perfect Catch

The authors tested this new system against the old ones using thousands of computer simulations (like running a video game 6,000 times with different scenarios).

  • Old Systems: When the target made a tricky, sudden move at the perfect time, the old systems often missed by a wide margin. They were too slow to adapt.
  • New System: The new "Time-Traveling" team was much harder to fool. Even when the target tried to trick them with sudden moves, the system adjusted its "fog level" instantly and corrected the course.

Why This Matters

In the real world, this means missiles can be smaller and cheaper.

  • The Warhead Analogy: If your aim is shaky, you need a giant explosion (a big warhead) to ensure you hit the target even if you miss by a few feet.
  • The Benefit: Because this new system is so accurate, the missile doesn't need a giant explosion. It can use a much smaller "lethality radius." This saves money, weight, and makes the missile harder to detect.

In summary: The paper teaches us that to catch a fast, tricky target in the fog, you can't just guess how long it takes to see. You need a team that constantly measures the fog, rewinds the video to see the past clearly, and steers based on that perfect, delayed picture. It's the difference between driving blindfolded and driving with a perfect, real-time map of the road.