正在加载视频...

视频加载失败

This is a single uncut video, showing a robot learning several tasks instantly, after just one demonstration each ... This is possible because we've now been able to achieve in-context learning for everyday robotics tasks, and I'm very excited to announce our latest paper: 🎆 Instant Policy: In-Context Imitation...

74,663 次观看 • 1 年前 •via X (Twitter)

10 条评论

Edward Johns 的头像
Edward Johns1 年前

In-context learning is where a trained model accepts examples of a new task (the "context") at its input, and can then make predictions for that same task given a novel instance of it, without any further training or weight updates. Achieving this in robotics is very exciting: with Instant Policy, we can now provide one or a few demonstrations (the "context"), and the robot instantly learns a closed-loop policy for that task, which it can then immediately perform. (2/6)

Edward Johns 的头像
Edward Johns1 年前

The figure below shows our network architecture, which jointly expresses the context (demonstrations, as sequences of observations and actions), the current observation, and the future actions. Observations are point clouds, and actions are relative gripper poses. During inference, actions are predicted using a learned diffusion process on the graph nodes representing the actions, conditioned on the demonstrations and the current observation. (3/6)

Edward Johns 的头像
Edward Johns1 年前

One very exciting aspect of Instant Policy is that we don't need any real-world training data. The entire network can be trained with simulated "pseudo-demonstrations", which are arbitrary trajectories with random objects, all in simulation. And we found very promising scaling laws: we can continue to generate these pseudo-demonstrations in simulation, and the performance of the network continues to improve. (4/6)

Edward Johns 的头像
Edward Johns1 年前

Beyond just regular imitation learning, we also discovered two intriguing downstream applications: (1) Cross-embodiment transfer from human-hand demonstrations to robot policies. (2) Zero-shot transfer to language-defined tasks without needing large language-annotated datasets. (5/6)

Edward Johns 的头像
Edward Johns1 年前

This was led by my excellent student Vitalis Vosylius (@vitalisvos19), in the final project of his PhD. To read the paper and see more videos, please visit And we have code and weights available on the webpage, for you to teach your own robot with Instant Policy. Please try it out, and let us know how you get on! Thanks for reading 😀 (6/6)

You Jiacheng 的头像
You Jiacheng1 年前

Great work! I have a small problem: how did you prompt SAM in this video? there is another person?

tOSUFever 的头像
tOSUFever1 年前

this is cool 😎

Ornias 的头像
Ornias1 年前

Feels like I'm watching an animal rather than a robot.

XXXin 的头像
XXXin1 年前

Seeing more and more works like this. Wondering how we can leverage the power of community to collect data efficiently in mass, and how the system generalizes under different configurations

Appy Pie 的头像
Appy Pie1 年前

Exciting breakthrough in robotics! With in-context learning, robots can now master tasks instantly after just one demonstration. This is a huge step forward in making robots more adaptable and efficient!

相关视频