Paper Overview
Research area: Computer Vision / Embodied AI Authors: Dongzhou Cheng, Taoran Yi, Ye Fang, Xingwu Zhang, Fan Feng, Yixuan Li, Gengxiong Zhuang, Rongze Wang, Shuai Yang, Wei Song, Weizhi Xue, Minyan Wu, Jie Gui, Jiaqi Wang, Tong Wu Published: 2026-09-16 arXiv: 2609.19138
Summary
Enabling robots to adapt to unfamiliar environments as readily as humans remains a moonshot goal of embodied AI. No finite collection of demonstrations can cover every task and situation a robot will encounter, making the ability to learn from context at deployment essential for generalization. Such in-context learning (ICL), however, remains largely beyond the reach of existing robotic policies.
The broad agentic capabilities of commercial vision-language models (VLMs), such as GPT-6 Astra, raise a compelling question: can these models learn from demonstrations, examples, and interaction feedback, then translate that information into executable and verifiable robot behavior from a new initial state—without gradient updates or persistent changes to task-specific parameters?
GPT-Policy Framework
The authors introduce GPT-Policy, a general agent framework for in-context robot learning, integrating three components:
- Context compiler: preserves task-relevant visual transformations when constructing the model's context.
- VLM agent: proposes robot-tool actions based on demonstrations, examples, and interaction feedback.
- Constrained controller: validates and executes each proposed action and reports the resulting outcome.
- Human video demonstrations improve task completion rates even when no robot action labels are available.
- On contact-sensitive tasks, aligned action references provide additional gains.
Evaluation and Findings
Reliability and limitations are assessed through task success rates and efficiency metrics, cross-model matched comparisons, and controlled context ablations. Key findings from real-robot trials:
---
*Auto-collected on 2026-09-18*