晨光
暗夜
晨光
极光
Bilingual Paper Reading · 中英对照精读

UniGraspTransformer:一个网络搞定上千种物体的灵巧抓取

准大一 · 机器人工程 × 灵巧手 × 策略蒸馏 × Transformer —— 具身智能精读材料
原文:arXiv:2412.02699 2024年12月3日发布 arXiv 预印本(cs.RO) 灵巧抓取 × 策略蒸馏 × Transformer 附英文摘要朗读音频

一、论文档案

英文标题UniGraspTransformer: Simplified Policy Distillation for Scalable Dexterous Robotic Grasping
中文标题UniGraspTransformer:面向可扩展灵巧机器人抓取的简化策略蒸馏(中文短名:统一灵巧抓取模型)
作者王文博, 韦方云, 周磊, 陈曦, 罗琳, 易晓涵, 张一忠, 梁耀波, 徐畅, 陆岩, 杨蛟龙, 郭百宁(机构未在素材中标注)
发布时间2024年12月3日(v1)|分类:cs.RO(机器人)
一句话概括先给每个物体单独训练一个「专用抓取策略」,再用几百万条成功抓取轨迹离线蒸馏出一个通用 Transformer 大网络——一个模型抓起上千种物体,在视觉设定下比 SOTA(UniDexGrasp++)成功率分别高 3.5%、7.7%、10.1%。
💡 为什么选这篇给你:① 站在「灵巧手 + 大模型 + 具身智能」的最前沿交叉点,作者是微软亚研院团队,方法简洁到一句话能讲清;② 「先专用、再蒸馏成通用」的思路与 GPT 时代的「预训练 + 蒸馏」一脉相承,思想可以迁移到任何机器人任务;③ 数字非常硬——最多 12 个自注意力块、上千物体、三个维度的成功率提升(3.5% / 7.7% / 10.1%),还开源了项目主页,可复现。

二、核心术语表(先扫一遍再读正文)

英文术语中文大白话解释
dexterous robotic grasping灵巧机器人抓取用多指灵巧手(像人手)抓取物体,比两指夹爪灵活得多,也难得多。
policy distillation策略蒸馏把多个「老师」策略学到的本事,浓缩进一个「学生」网络里的技术。
offline distillation离线蒸馏先用老师策略离线生成大量轨迹数据,再离线训练学生网络,不依赖在线交互。
dedicated policy network专用策略网络本文第一步:为每一个物体单独训练一个 RL 策略,专精一件事。
grasp trajectory抓取轨迹一次完整抓取过程中手和手指的运动序列,是蒸馏用的「教材数据」。
Transformer / self-attention blocksTransformer / 自注意力块大模型时代的核心网络结构;本文的通用网络最多堆了 12 个自注意力块。
state-based setting基于状态的设定输入是仿真器给出的精确状态(物体位姿、手指关节角),信息完美无噪声。
vision-based setting基于视觉的设定输入来自多视角重建的点云(带噪声),更接近真实世界,也更有挑战。
seen / unseen objects见过的 / 未见过物体测试的三种难度:训练见过的物体、见过类别里的新物体、完全没见过的类别。
UniDexGrasp++UniDexGrasp++前代 SOTA 方法,训练流程复杂(策略学习、聚类、课程学习、蒸馏),本文要超越的基线。
point cloud点云物体表面的一堆 3D 坐标点,视觉设定下灵巧手的「眼睛」。
success rate成功率抓取成功的次数占总尝试次数的比例,衡量抓取效果的核心指标。

三、摘要中英对照(精读核心)

🎧 音频在文末,可先听一遍原文再读;每个英文句都配了逐句翻译。

摘要 Abstract

EN · 原文
We introduce UniGraspTransformer, a universal Transformer-based network for dexterous robotic grasping that simplifies training while enhancing scalability and performance.
CN · 翻译
我们提出 UniGraspTransformer——一个面向灵巧机器人抓取的通用 Transformer 网络:简化训练流程的同时提升可扩展性与性能
EN · 原文
Unlike prior methods such as UniDexGrasp++, which require complex, multi-step training pipelines, UniGraspTransformer follows a streamlined process: first, dedicated policy networks are trained for individual objects using reinforcement learning to generate successful grasp trajectories; then, these trajectories are distilled into a single, universal network.
CN · 翻译
与 UniDexGrasp++ 等需要复杂多步训练流程的先前方法不同,UniGraspTransformer 采用精简流程:先为单个物体用强化学习训练专用策略网络生成成功抓取轨迹;再把这些轨迹蒸馏进一个通用网络
EN · 原文
Our approach enables UniGraspTransformer to scale effectively, incorporating up to 12 self-attention blocks for handling thousands of objects with diverse poses.
CN · 翻译
我们的方法让 UniGraspTransformer 能够有效扩展:集成多达 12 个自注意力块,处理上千种不同位姿的物体。
EN · 原文
Additionally, it generalizes well to both idealized and real-world inputs, evaluated in state-based and vision-based settings.
CN · 翻译
此外,它对理想化输入与真实世界输入都泛化良好,并在基于状态基于视觉两种设定下进行了评估。
EN · 原文
Notably, UniGraspTransformer generates a broader range of grasping poses for objects in various shapes and orientations, resulting in more diverse grasp strategies.
CN · 翻译
值得注意的是,UniGraspTransformer 能为各种形状与朝向的物体生成更广泛的抓取位姿,带来更多样化的抓取策略
EN · 原文
Experimental results demonstrate significant improvements over state-of-the-art, UniDexGrasp++, across various object categories, achieving success rate gains of 3.5%, 7.7%, and 10.1% on seen objects, unseen objects within seen categories, and completely unseen objects, respectively, in the vision-based setting.
CN · 翻译
实验结果表明,相较 SOTA 方法 UniDexGrasp++,本文在各类物体上均有显著提升:在基于视觉的设定下,对见过的物体、见过类别中的未见过物体、完全未见过物体,成功率分别提升 3.5%7.7%10.1%
EN · 原文
Project page: https://dexhand.github.io/UniGraspTransformer.
CN · 翻译
项目主页:https://dexhand.github.io/UniGraspTransformer(有演示视频和补充材料,值得一看)。

关键词 Keywords:Dexterous Grasping 灵巧抓取 | Policy Distillation 策略蒸馏 | Transformer | Scalability 可扩展性 | Vision-based Grasping 基于视觉的抓取

四、引言精选(为什么这个问题重要)

① 灵巧抓取为什么难:物体千变万化,手又太复杂

EN · 原文
Dexterous robotic grasping [52, 57, 50, 54, 19] remains a formidable challenge in the field of robotics, especially when dealing with objects that exhibit a wide variety of shapes, sizes, and physical properties. Dexterous hands [44, 12], with their multiple degrees of freedom and complex control requirements, present unique difficulties in manipulation tasks.
CN · 翻译
灵巧机器人抓取 [52, 57, 50, 54, 19] 仍是机器人领域的巨大挑战,尤其是面对形状、尺寸、物理属性千差万别的物体时。灵巧手 [44, 12] 因自由度众多、控制要求复杂,给操作任务带来独特困难。

② 前代 SOTA 的两大痛点:大物体集性能下滑、训练流程繁琐

EN · 原文
While methods such as UniDexGrasp++ [50] have made notable progress in this area, they encounter significant performance degradation when a single network is tasked with a large and diverse set of objects. Additionally, UniDexGrasp++ [50] employs a multifaceted training process, including policy learning, geometry-aware clustering, curriculum learning, and policy distillation, which complicates scaling and reduces efficiency.
CN · 翻译
尽管 UniDexGrasp++ [50] 等方法已取得显著进展,但当单个网络要应对大量多样物体时,它们会出现明显的性能退化。此外,UniDexGrasp++ [50] 采用多环节训练流程——策略学习、几何感知聚类、课程学习、策略蒸馏——使扩展复杂化、效率降低。

③ 本文思路:三步走的「先专用,后蒸馏」

EN · 原文
In this work, we simplify the training process of a universal network capable of handling thousands of objects while simultaneously improving both performance and generalizability. The workflow we propose is straightforward: 1) For each object in the training set, we begin by training a dedicated policy network using reinforcement learning, guided by carefully crafted reward functions that enable the robot to master object-specific grasping strategies; 2) Next, these well-trained policy networks are used to generate millions of successful grasp trajectories; 3) Finally, we train a universal Transformer-based network, namely UniGraspTransformer, in a supervised manner on this extensive trajectory set, allowing the network to generalize effectively to both the objects seen during training and new, unseen objects.
CN · 翻译
本文把「能处理上千物体的通用网络」的训练流程简化,同时提升性能与泛化能力。流程直截了当:1) 对训练集中每个物体,先用强化学习训练一个专用策略网络(配精心设计的奖励函数),掌握该物体专属的抓取策略;2) 用这些训练好的策略网络生成数百万条成功抓取轨迹;3) 在这样大规模的轨迹集上以监督方式训练通用 Transformer 网络 UniGraspTransformer,使其既能泛化到训练见过的物体,也能泛化到新物体。

④ 四大优势之一:Simplicity(简单)

EN · 原文
Simplicity. We directly distill all dedicated reinforcement learning policies into a universal network in an offline style, without utilizing any extra techniques like network regularization or progressive distillation [50, 13, 9].
CN · 翻译
简单性。我们以离线方式把所有专用 RL 策略直接蒸馏进一个通用网络,不借助任何额外技巧(如网络正则化或渐进式蒸馏)[50, 13, 9]。

⑤ 四大优势之二:Flexibility(灵活)——理想环境的知识搬到真实世界

EN · 原文
Flexibility. Each dedicated policy network is trained in a controlled, idealized environment where the full state of the system, including object representations (e.g., complete point clouds), dexterous hand states (e.g., finger-joint angles), and their interactions (e.g., hand-object distance), is fully observable and precisely accurate. Our architecture enables the distillation of knowledge from this ideal setting to more practical, real-world environments where some observations may be incomplete or unreliable [57, 50, 7, 37, 15, 11].
CN · 翻译
灵活性。每个专用策略网络都在受控的理想化环境中训练——物体表示(如完整点云)、灵巧手状态(如指关节角)、交互信息(如手物距离)全部可观测且精确无误。我们的架构能把知识从这种理想设定蒸馏到更贴近现实的真实环境(那里的观测可能不完整、不可靠)[57, 50, 7, 37, 15, 11]。

⑥ 四大优势之三:Diversity(多样性)——不再千篇一律地抓

EN · 原文
Diversity. In addition to being capable of grasping thousands of distinct objects, our larger universal network, coupled with the offline distillation strategy, demonstrates the ability to generate a broader range of grasping poses for objects presented in various orientations. This marks a significant improvement over prior methods, such as UniDexGrasp++ [50], which tend to produce repetitive, monotonous grasping poses across different objects.
CN · 翻译
多样性。除了能抓上千种不同物体,更大的通用网络配合离线蒸馏策略,还能为不同朝向的物体生成更广泛的抓取位姿。相比 UniDexGrasp++ [50] 等倾向于在不同物体上产出重复、单调抓取位姿的先前方法,这是显著进步。
💡 这是全文最有味道的一句"The workflow we propose is straightforward: first, dedicated policy networks are trained for individual objects using reinforcement learning ...; then, these trajectories are distilled into a single, universal network."——把复杂问题拆成「每个物体一个专家」+「蒸馏成一个通用模型」两步,把多步繁琐管线砍到只剩核心。简单,本身就是一种设计哲学。

五、论文贡献(4 个要点)

EN · 原文
1. Simplicity. We directly distill all dedicated reinforcement learning policies into a universal network in an offline style, without utilizing any extra techniques like network regularization or progressive distillation [50, 13, 9].
CN · 翻译
1. 简单。以纯离线方式把所有专用 RL 策略直接蒸馏进通用网络,不需要任何额外技巧
EN · 原文
2. Scalability. Our approach, which leverages offline distillation, allows the final network, UniGraspTransformer, to be designed at a larger scale, accommodating up to 12 self-attention blocks [49].
CN · 翻译
2. 可扩展。离线蒸馏让最终网络 UniGraspTransformer 可以做得更大——最多容纳 12 个自注意力块 [49]。
EN · 原文
3. Flexibility. The primary role of these dedicated policy networks is to generate diverse, successful grasping trajectories across a wide range of objects. During the distillation process, these grasp trajectories serve as annotated data, enabling us to train our UniGraspTransformer model using realistic inputs (e.g., noisy object point clouds and estimated object poses) to predict action sequences that closely mimic the successful grasp trajectories from the ideal setting.
CN · 翻译
3. 灵活。专用策略网络的核心职责是生成多样化的成功抓取轨迹;蒸馏时这些轨迹充当标注数据,让 UniGraspTransformer 能用真实输入(带噪点云、估计位姿)预测出贴近理想轨迹的动作序列。
EN · 原文
4. Diversity. In addition to being capable of grasping thousands of distinct objects, our larger universal network, coupled with the offline distillation strategy, demonstrates the ability to generate a broader range of grasping poses for objects presented in various orientations.
CN · 翻译
4. 多样。除了能抓上千种不同物体,更大的通用网络配合离线蒸馏策略,还能为不同朝向的物体生成更广泛的抓取位姿,抓取策略更多样。

六、结论中英对照

EN · 原文
In this work, we introduce UniGraspTransformer, a universal Transformer-based network that streamlines the training process for dexterous robotic grasping while enhancing scalability, flexibility, and diversity in grasping strategies. Our approach simplifies traditional complex pipelines by employing dedicated reinforcement learning-based policy networks for individual objects, followed by an efficient offline distillation process that consolidates successful grasping trajectories into a single, scalable model. Our UniGraspTransformer is capable of handling thousands of objects in varied poses, exhibiting robustness and adaptability across both state-based and vision-based settings. Notably, our model significantly improves grasp success rates on seen, unseen within-category, and fully novel objects, outperforming the current state-of-the-art with substantial gains in success rates across various settings.
CN · 翻译
本文提出 UniGraspTransformer——一个精简灵巧抓取训练流程的通用 Transformer 网络,同时提升了抓取策略的可扩展性、灵活性与多样性。我们的方法把传统复杂管线简化为「为单个物体训练专用 RL 策略网络 + 高效离线蒸馏」,把成功抓取轨迹汇聚进一个可扩展模型。UniGraspTransformer 能处理上千种不同位姿的物体,在基于状态与基于视觉两种设定下都表现出鲁棒性与适应性。值得注意的是,它在见过的物体、见过类别内的新物体以及全新物体上都显著提升了抓取成功率,在多种设定下以可观的成功率优势超越当前 SOTA
EN · 原文
References
CN · 翻译
(结论后附 50+ 条参考文献,覆盖抓取、蒸馏、灵巧手等方向;素材中未给出明确的未来工作段落。)

七、编者解读:这篇论文到底讲了什么(大白话版)

  1. 问题:让多指灵巧手学会抓各种物体本来就难;更麻烦的是,之前最好的方法(UniDexGrasp++)训练流程特别绕——策略学习、聚类、课程学习、蒸馏一堆步骤,而且一个网络管的东西一多,性能就往下掉。
  2. 做法:把流程砍到三步——① 每个物体单独训练一个「只会抓它」的专用 RL 策略(训练简单、收敛快);② 让这些专家生成几百万条成功抓取轨迹;③ 用这些轨迹当教材,监督训练一个大号 Transformer(最多 12 个自注意力块),把所有专家的本事装进一个通用网络。
  3. 结果:一个 UniGraspTransformer 搞定上千种物体;在基于视觉(带噪点云,更接近真实)的设定下,对「见过的物体 / 见过类别的新物体 / 全新类别的物体」成功率分别比 SOTA 高 3.5%、7.7%、10.1%——越没见过的东西,优势反而越大,说明泛化能力真的强。
  4. 最值钱的观点:「专用 → 蒸馏 → 通用」范式:把难任务拆给一个个专家做,再用数据蒸馏合成一个通用大模型。这和大模型时代「老师模型生成数据 → 蒸馏学生模型」是同一套思想,可以平移到几乎所有机器人技能。
  5. 工程意义:简化训练管线 = 省算力、省调参、好复现;大网络 + 离线蒸馏 = 可以无限堆数据、堆规模——这是把「scaling law」思路带进机器人抓取的一次示范。
🎯 对保研的启示:这篇论文是「把复杂问题变简单」的经典案例——不是加模块,而是砍流程;不是改算法细节,而是换训练范式。复试时若能讲清「为什么离线蒸馏比在线蒸馏更可扩展」,再联系到大模型的蒸馏思想,会显得既有深度又有广度。

八、给准大一的阅读路线图 & 延伸方向

📖 怎么读这篇论文(三遍法)

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么(复杂流程 + 扩展性差)?方法是什么(专用策略 + 离线蒸馏成一个大 Transformer)?结果是什么(3.5% / 7.7% / 10.1% 提升)?
  2. 第二遍(20 分钟):读引言,重点体会四大优势(简单、可扩展、灵活、多样)分别解决了什么痛点;再读结论对照。
  3. 第三遍(30 分钟):去项目主页看演示视频,把「视觉输入 → 动作序列」的流程在脑子里过一遍;跳过公式和编号,只看文字描述;不懂的术语回查术语表。

🚀 这个方向你能延伸做什么

九、英文摘要朗读(练听力用)

先盲听一遍→再看对照稿→再听一遍。目标是听出每个数字(12 self-attention blocks、thousands of objects、3.5%、7.7%、10.1%)和术语(policy distillation、dedicated policy networks、state-based、vision-based、UniDexGrasp++)。