Updated · 1 episodes · 1 show · 1 source notes
Robot In-Context Learning / 机器人上下文学习
Definition
Robot in-context learning is the ability of a robot to infer and improve a task from interaction history—such as demonstrations, instructions, corrections, bodily motion, prior attempts, and failures—without requiring every new behavior to be written into model parameters through offline retraining.
Current Synthesis
The bounded source treats robot generalization as prior knowledge plus rapid learning. Pretraining supplies a safe and capable starting point, but open-world deployment introduces new tasks, objects, preferences, and failure conditions that cannot all be enumerated. In-context learning therefore aims to make past interaction function as a learning signal: demonstrations can define a household preference, corrections can redirect behavior, and suboptimal trajectories can teach the model to improve its next action. The strongest form is not merely copying a prompt but learning how to learn across repeated deployments.
Key Claims
- Pretrained capability and post-deployment adaptation are complementary requirements for genuine generalization.
- Interpolation to a familiar task with a new object position is weaker than learning a genuinely new task from context.
- Useful context can include expert and suboptimal robot trajectories, human demonstrations, body motion, language instructions, and corrections.
- Parameter-free contextual adaptation may reduce catastrophic forgetting and become more attractive as foundation-model pretraining improves.
- Learning from failed execution history requires the model to represent a learning procedure, not only an expert policy.
- Household and service preferences are a natural use case because users need to define behavior that pretraining cannot exhaustively encode.
Evidence
- Generalization boundary: “我看到了 Scaling Law 的信号”|对谈清华叉院助理教授徐梦迪:具身智能、世界模型、真正的泛化 distinguishes strong priors plus fast adaptation from offline imitation within a familiar distribution.
- Method progression: “我看到了 Scaling Law 的信号”|对谈清华叉院助理教授徐梦迪:具身智能、世界模型、真正的泛化 connects Prompt Decision Transformer, adapter-generating Hyper Decision Transformer, and Algorithm Distillation to increasingly general contextual adaptation.
- Feedback diversity: “我看到了 Scaling Law 的信号”|对谈清华叉院助理教授徐梦迪:具身智能、世界模型、真正的泛化 names failed trajectories, language correction, human motion, human demonstrations, and robot demonstrations as possible learning context.
- User-preference case: “我看到了 Scaling Law 的信号”|对谈清华叉院助理教授徐梦迪:具身智能、世界模型、真正的泛化 uses different household clothing-storage preferences to show why user teaching remains necessary.
Counterevidence & Qualifications
The source reports encouraging simulation results for navigation and locomotion but says complex real-robot manipulation remains difficult. Adaptation is unsafe when the base model is too weak, and contextual learning does not remove latency, memory length, embodiment, data quality, or evaluation problems. The episode does not provide comparative benchmarks showing that context-only adaptation already outperforms fine-tuning in deployed robotics.
What Changed
- Created the concept to separate genuine new-task adaptation from offline imitation and distribution-internal interpolation.
Related Concepts
- Continual Learning - broader ability to keep learning without destructive forgetting.
- Robot Deployment Data Loop / 机器人部署数据闭环 - deployment mechanism that can supply repeated context and correction.
- Embodied Context & Memory / 具身上下文与记忆 - memory horizon needed to retain causal and user-specific context.
- Robot Experience Data - the robot’s own attempts and failures as learning material.
- Robot Generalization Performance Tradeoff - evaluation tension between broad adaptation and reliable task execution.
- Vision Language Action Models - action-model family that may receive contextual demonstrations and instructions.
Sources
1 source notes across 1 show
- “我看到了 Scaling Law 的信号”|对谈清华叉院助理教授徐梦迪:具身智能、世界模型、真正的泛化 十字路口Crossing