← Latest papers
🤖 machine learning

What Demonstration Curation Metrics Do to Your Policy

This paper reveals that demonstration-curation metrics optimized for defect detection often fail to improve downstream policy performance due to confounding factors like episode length, arguing that curation methods must be evaluated by the quality of the resulting policy rather than their defect-flagging accuracy.

Original authors: Aarav Bedi

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

Original authors: Aarav Bedi

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 robot how to pick up a bowl and carry it to a plate. You have a huge pile of video demonstrations showing how to do this. But here's the problem: 80% of those videos are "broken." In the broken ones, the robot drops the bowl halfway through the carry, then keeps moving its empty hand to the plate.

If you just show the robot all these videos, it learns to drop the bowl every time. It fails almost 100% of the time.

To fix this, you need a curator. A curator is a tool that looks at the videos, scores them, and throws away the bad ones so the robot only learns from the good ones.

This paper asks a very simple, but surprising question: Does the curator that is best at spotting the bad videos actually produce the best robot?

The answer is a resounding no. In fact, the paper finds that the curator who is best at spotting the bad videos often creates the worst robot.

Here is the breakdown of their findings using simple analogies:

1. The "Spotter" vs. The "Teacher"

The researchers tested seven different "curator tools."

  • The Spotter's Job: Look at a video and say, "This is bad!" or "This is good!" They measure how good a tool is at this by seeing how often it correctly flags the bad videos (like a test score).
  • The Teacher's Job: Actually train the robot using only the videos the curator kept.

The Shocking Result:
One tool was the "Star Spotter." It got a near-perfect score at identifying the bad videos. But when they used its list of "good videos" to train the robot, the robot still failed miserably.

  • Analogy: Imagine a strict teacher who is amazing at grading essays. They can perfectly identify which essays have typos. But if they throw away all the essays with any typos, they might accidentally throw away the brilliant essays that just happened to have one small typo, while keeping the mediocre essays that were perfectly typed but had no real ideas. The robot learns from the "perfectly typed but empty" essays and fails.

2. The "Length" Trick (The Hidden Cheat Code)

The researchers discovered that five of the seven tools were "cheating."

  • The Cheat: The bad videos (where the robot dropped the bowl) were longer than the good videos. The bad videos ran until the very last second because the robot kept moving after dropping the bowl. The good videos stopped early because the task was finished.
  • The Trick: Some tools didn't actually look at how the robot moved; they just looked at how long the video was. They thought, "Short video = Good. Long video = Bad."
  • The Fix: When the researchers cut all videos to the exact same length before testing, the "Star Spotters" suddenly became terrible at their jobs. Their scores dropped from near-perfect to random guessing.
  • Analogy: It's like a judge trying to pick the best marathon runners by only looking at how long they ran. If the losers kept running until they collapsed (long time) and the winners stopped when they crossed the finish line (short time), the judge would pick the winners just by picking the shortest runners. But if you force everyone to run the same distance, the judge can't tell who is actually fast anymore.

3. The "Good Enough" Winner

The tool that actually produced the best robot wasn't the one with the highest "Spotting Score." It was a tool that simply checked if the robot's overall path looked like the average path of a successful run.

  • This tool had a mediocre "Spotting Score," but it kept the right videos.
  • The robot trained with this tool succeeded 90% of the time, which is almost as good as if the researchers had magically known exactly which videos were perfect from the start (the "Oracle" score of 93.3%).

The Big Lesson

The paper argues that we have been looking at the wrong scoreboard.

  • Old Way: We pick the tool that is best at flagging bad data.
  • New Way: We should pick the tool that actually trains the best robot.

The Takeaway:
Just because a tool is great at finding the "bad apples" in a barrel doesn't mean it knows which "good apples" to keep for a pie. Sometimes, the tool that is best at finding the bad stuff accidentally throws away the best stuff, too.

To build a good robot, don't just ask, "How good is your detector?" Ask, "How good is the robot you built with your list?"

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 →