RVT:用于 3D 物体操作的机器人视角变换器

RVT: Robotic View Transformer for 3D Object Manipulation

迪特·福克斯 Dieter Fox · NVIDIA · 2023-06-26 · arXiv:2306.14896 ↗ · 被引 279

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

对于 3D 物体操作,构建显式 3D 表示的方法比仅依赖相机图像的方法表现更好。但使用体素等显式 3D 表示会带来巨大的计算成本,影响可扩展性。在这项工作中,我们提出了 RVT,一种用于 3D 操作的多视角变换器,兼具可扩展性和准确性。RVT 的关键特性包括一种跨视角聚合信息的注意力机制,以及从机器人工作空间周围的虚拟视角重新渲染相机输入。在仿真中,我们发现单个 RVT 模型在 18 个 RLBench 任务(含 249 个任务变体)上表现良好,相对成功率比现有最先进方法(PerAct)高出 26%。在达到相同性能的情况下,其训练速度比 PerAct 快 36 倍,推理速度是 PerAct 的 2.3 倍。此外,RVT 在现实世界中仅需每个任务少量(约 10 个)演示即可执行多种操作任务。视觉结果、代码和训练模型可在 https://robotic-view-transformer.github.io/获取。

For 3D object manipulation, methods that build an explicit 3D representation perform better than those relying only on camera images. But using explicit 3D representations like voxels comes at large computing cost, adversely affecting scalability. In this work, we propose RVT, a multi-view transformer for 3D manipulation that is both scalable and accurate. Some key features of RVT are an attention mechanism to aggregate information across views and re-rendering of the camera input from virtual views around the robot workspace. In simulations, we find that a single RVT model works well across 18 RLBench tasks with 249 task variations, achieving 26% higher relative success than the existing state-of-the-art method (PerAct). It also trains 36X faster than PerAct for achieving the same performance and achieves 2.3X the inference speed of PerAct. Further, RVT can perform a variety of manipulation tasks in the real world with just a few ($\sim$10) demonstrations per task. Visual results, code, and trained model are provided at https://robotic-view-transformer.github.io/.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 7)

阅读逐段中英对照全文 →