Hugging Face Daily PapersDongzhou Cheng, Taoran Yi, Ye Fang1 min readpaperadvanced
In-Context Robot Learning with VLM Agents
Summary
GPT‑Policy is a framework that lets a large vision‑language model (e.g. GPT‑6 Astra) perform in‑context robot learning: a context compiler extracts visual transitions from demos, the VLM proposes tool actions, and a constrained controller verifies and executes them. Real‑robot experiments show that raw video demos improve success rates even without explicit action labels, and that providing align…
- In‑context learning can be operationalized for robots by feeding VLMs a compact visual‑transition context rather than fine‑tuning parameters.
- A verification controller is essential to filter VLM‑proposed actions before execution, improving safety and reliability.
- Human video demonstrations alone can boost task completion, suggesting that VLMs can infer implicit action semantics.
- Providing explicit action references (aligned demonstrations) yields measurable gains on tasks requiring precise contact.
If robots can adapt on‑the‑fly from a few demonstrations without retraining, deployment in unstructured environments becomes far more feasible. This work shows a concrete path to leverage the broad reasoning abilities of commercial VLMs for embodied tasks, bridging the gap between language‑level un…
5/10