TL;DR
Robots struggle to efficiently understand and execute tasks from natural language commands due to data requirements. CLASP, a modular architecture, combines task-parameterized imitation learning with vision-language models to enhance data efficiency and natural language grounding.
✦ Why It Matters
Engineers can leverage CLASP to create more efficient and user-friendly robotic systems that understand natural language commands.
Key Takeaways
How It Works
CLASP operates by combining TP-KMPs, which allow robots to learn movement skills from a few demonstrations, with VLMs that provide a natural language interface. The VLM generates schemas that describe the skills, including their parameters and preconditions.
During task execution, the VLM interprets user commands, selects the appropriate skills, and can even create new behaviors by combining existing skills based on their parameters.
Related