Search papers, labs, and topics across Lattice.
This study introduces The Imitator Game, a novel benchmark designed to evaluate robot imitative ability by assessing their understanding of intent rather than mere action replication. The benchmark consists of four levels that progressively challenge robots to infer goals from human demonstrations across diverse environments, revealing that while robots perform adequately at lower levels, they struggle significantly at the highest level where task understanding is crucial. Key findings indicate that functional substitution is a major barrier to achieving intent-level imitation, with human-video-conditioned models outperforming their caption-conditioned counterparts, yet all models exhibit low zero-shot success rates on unseen tasks.
Robots can mimic human actions but fail to grasp the underlying intent, with performance collapsing when faced with novel tasks that require true understanding.
Humans imitate at the level of intent: given a demonstration, we infer its goal and carry it out with whatever tools, objects, and layouts are at hand. Current robot policies instead learn observation-to-action mappings from visual inputs and language instructions, without explicitly inferring the demonstrated task. Learning from human video thus remains largely trajectory-level: models can replay motions in near-identical scenes, but still struggle to imitate what the demonstrator intends rather than merely what they do. We introduce The Imitator Game, a four-level benchmark (L0-L3) that progressively widens the gap between the human demonstration and the robot's own scene, isolating where trajectory replay ceases to suffice and task understanding becomes necessary. We pair it with IG-10K, the largest environment-aligned paired human-robot dataset to date and the only one instantiated across all four levels in both real and simulated settings (20,000+ paired episodes, 50+ tasks, 6 domains), and Imitator Arena, an open platform for blind A/B human evaluation. Across nine state-of-the-art models, performance is stable from L0 to L2 but collapses at L3, identifying functional substitution - achieving the same intent through a different object affordance - as the decisive barrier to intent-level imitation. Human-video-conditioned models outperform caption-conditioned ones, yet every model falls below 13% zero-shot success on unseen tasks; fine-tuning IG-10K-pretrained models with only $10$ paired human-robot demonstrations yields large gains that grow with pretraining scale. The project website and access to Imitator Arena are available at https://imitator-game.github.io.