← Latest papers
🤖 AI

Hide-and-Seek in Trajectories: Discovering Failure Signals for VLA Runtime Monitoring

This paper introduces **Hide-and-Seek**, a coarsely supervised framework that localizes failure-indicative actions and generates temporally structured failure signals for Vision-Language-Action (VLA) models using only trajectory-level labels, thereby enabling robust, real-time failure detection without the need for expensive resampling or step-level annotations.

Original authors: Seongheon Park, Wendi Li, Changdae Oh, Samuel Yeh, Zsolt Kira, Michael Hagenow, Sharon Li

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Seongheon Park, Wendi Li, Changdae Oh, Samuel Yeh, Zsolt Kira, Michael Hagenow, Sharon Li

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 teaching a robot to do chores, like putting dishes away or cooking a meal. You give the robot a video of a human doing the task perfectly, and the robot learns from it. But sometimes, the robot tries to do the task and fails—maybe it drops a plate or spills soup. The problem is, you don't know exactly when the robot started to mess up. You only know that the whole attempt ended in a disaster.

This is the problem the paper "Hide-and-Seek in Trajectories" tries to solve.

The Problem: The "One-Size-Fits-All" Mistake

Currently, if a robot fails a task, researchers often just label the entire attempt as a "failure." It's like watching a movie where the hero trips at the very end, and then you tell a student, "Every single scene in this movie was a mistake."

This is confusing for the robot's learning system. The beginning of the movie (the robot walking to the cabinet) was actually fine! But because the whole thing is labeled "bad," the robot gets confused and thinks, "Oh, walking to the cabinet is dangerous too." This creates a lot of "noise" and makes it hard for the robot to learn what actually went wrong.

Other methods try to fix this by asking a super-smart AI (a Vision-Language Model) to watch the video in real-time and shout "Stop!" when it sees a mistake. But these AIs are slow, like a snail trying to run a marathon, and they often only realize the mistake has already happened after the dish is already broken.

The Solution: "Hide-and-Seek"

The authors propose a new framework called Hide-and-Seek. They treat the failure detection like a game of finding a needle in a haystack.

  • The Needle: The specific moment the robot starts to fail (e.g., the exact second it slips).
  • The Haystack: All the normal, successful actions the robot took before the slip.
  • The Clue: The only clue you have is the final result: "This whole attempt failed."

The system has to figure out where the needle is hidden without anyone telling them the exact time.

How It Works: Two Simple Rules

Instead of labeling every second as "bad," the system uses two clever tricks (mathematical rules) to find the bad moment:

  1. The "Best vs. Worst" Game (Inter-trajectory):
    Imagine you have a video of a robot failing and a video of a robot succeeding. The system asks: "What is the most suspicious-looking moment in the failing video?" It then compares that to the most suspicious-looking moment in the successful video (maybe a wobble that the successful robot recovered from).
    The rule is simple: The "bad" moment in the failure video must look worse than the "bad" moment in the success video. This forces the system to focus on the truly critical errors, not just the normal wobbles.

  2. The "Before and After" Game (Intra-trajectory):
    In a single failing video, the system looks for a point where the "badness" suddenly spikes. It assumes that before the mistake, the robot was doing okay, and after the mistake, things got worse.
    The rule is: The average "badness score" after the spike must be higher than the score before the spike. This helps the system pinpoint exactly when the trouble started, even without a human pointing at the clock.

The Results: Fast and Accurate

The authors tested this on robots doing tasks in simulations and on a real robot arm in a lab. They compared their "Hide-and-Seek" method against other top methods.

  • It's Smarter: It found the failure moments much more accurately than the old "label everything as bad" method.
  • It's Faster: Unlike the slow "super-smart AI" watchers, this method is incredibly fast. It can check for failures thousands of times faster than the video-based watchers, making it practical for real-time use.
  • It Generalizes: It works well on tasks the robot has never seen before, not just the ones it practiced on.

The Bottom Line

"Hide-and-Seek" is a lightweight, fast, and smart way to teach robots to spot their own mistakes in real-time. Instead of blaming the whole day for one bad moment, it teaches the robot to identify the exact second things went wrong, using only the final result as a hint. This makes robots safer and more reliable when they are out in the real world.

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 →