Language-Critique Imitation Learning from Suboptimal Demonstrations
About
Prior work on imitation learning from suboptimal demonstrations typically relies on compressed supervision signals such as confidence estimates, discriminator scores, or importance weights. These scalar signals are inherently limited, as they cannot explicitly express intermediate reasoning about task progress, failure modes, or corrective actions. We propose a language-critique framework for imitation learning from suboptimal demonstrations that instead leverages natural language as a structured supervision signal, avoiding the collapse of expressive feedback into scalars. Our method first constructs language labels from demonstrations that explicitly describe current progress, identify suboptimal behaviors, and provide fine-grained corrective guidance. We then introduce a language-critique loss that directly trains policies using these structured signals without reducing them to scalars, and instantiate it for both behavior cloning and diffusion policies, yielding LC-BC and LC-DP. We further provide a theoretical result showing that the proposed objective upper-bounds the expert performance gap under standard assumptions. Empirically, we evaluate on diverse continuous control tasks spanning navigation, manipulation, and gameplay, where our methods consistently outperform strong imitation learning and offline reinforcement learning baselines. These results demonstrate that language can serve as a powerful and structured form of supervision for learning robust policies from suboptimal data.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Imitation Learning | Sweep | Success Rate96.8 | 12 | |
| Imitation Learning | Blockpush | Success Rate88 | 12 | |
| Imitation Learning | HAMMER | Success Rate99.2 | 12 | |
| Imitation Learning | Maze | Success Rate94.4 | 12 | |
| Imitation Learning | Peginsert | Success Rate67.2 | 12 | |
| Imitation Learning | relocate | Success Rate77.6 | 12 | |
| Imitation Learning | Box-Close | Success Rate80.4 | 12 | |
| Imitation Learning | Parking | Success Rate97.6 | 12 | |
| Continuous Control | Maze | Success Rate94.4 | 6 | |
| Continuous Control | Parking | Success Rate97.6 | 6 |