Stanford researchers slash robot training data needs by 70%
New framework identifies just 20-30 critical examples to fix robot failures...
Researchers introduced Counterfactual Nuisance Behaviour Cloning (CFNBC), an offline data-selection framework for targeted robustness repair in robot imitation learning. Instead of simply adding more demos, CFNBC generates paired clean and nuisance observations that preserve the expert action, then measures "action drift"—how much the policy's predicted action changes under a nuisance that shouldn't affect the behavior. This pinpoints policy-specific fragile response modes without needing rollouts or success labels. In MuJoCo bimanual cube transfer and SimplerEnv cube stacking, action drift predicted nuisance-induced failures, and selecting just 20–30 targeted candidates outperformed random selection at the same budget—approaching the performance of much larger random repair sets.
- CFNBC (Counterfactual Nuisance Behaviour Cloning) cuts robot training data needs by 70% by focusing on policy-specific fragilities
- Identifies critical repair examples by measuring 'action drift' under visual nuisances like lighting or color changes
- Validated on MuJoCo tasks where 20-30 targeted examples matched performance of 5x larger random datasets
Why It Matters
Could slash robot training costs and deployment time by focusing on what actually breaks models, not just more data