TL;DR
When robots learn from human demonstrations, important task details often go underspecified because humans skip features they find obvious or difficult to show. Merker et al. built a framework that detects underspecified features by analyzing variance across demonstrations, then generates natural language explanations of uncertainties and requests targeted corrective demos.
✦ Why It Matters
Engineers can deploy robots that actively identify and ask humans to clarify ambiguous task requirements, reducing costly misalignment failures.
Key Takeaways
How It Works
The framework analyzes the variability of features across demonstrations to identify which aspects of a task are underspecified. By focusing on features that show high variability, the robot can determine where it lacks understanding.
It then generates natural language queries to solicit additional demonstrations that specifically address these uncertainties, effectively guiding the learning process.
Related