让机器人自动忽略无关环境信息,提升任务泛化能力
TransMASK: Masked State Representation through Learned Transformation
- 通过可学习掩码对状态进行变换,突出任务相关特征
- 无需额外标注,可与扩散策略等框架联合训练
- 掩码自动对齐专家策略的雅可比矩阵,识别关键状态
人类在特定环境中训练机器人完成任务,期望其在新环境中仍能执行相同任务。我们知晓哪些环境状态与任务相关,而哪些无关(如桌色、背景杂物)。理想情况下,机器人策略应忽略无关状态成分,从而提升泛化性与鲁棒性。本文提出自监督方法 TransMASK:通过可学习掩码乘以观测状态,生成偏向相关元素的隐表示。该方法可无缝集成于多种模仿学习框架(如扩散策略),无需额外标签或损失函数修改。其核心思想是:随着策略优化趋近专家策略,反向传播梯度会增强对任务相关的状态分量的响应。通过归一化掩码每行的模长,迫使掩码与专家策略的雅可比矩阵对齐——相关状态对应列的幅值大,无关状态接近零。实验表明,TransMASK 在多个基准任务上优于现有状态筛选方法。
原文摘要 · Abstract (English)
Humans train robots to complete tasks in one environment, and expect robots to perform those same tasks in new environments. As humans, we know which aspects of the environment (i.e., the state) are relevant to the task. But there are also things that do not matter; e.g., the color of the table or the presence of clutter in the background. Ideally, the robot's policy learns to ignore these irrelevant state components. Achieving this invariance improves generalization: the robot knows not to factor irrelevant variables into its control decisions, making the policy more robust to environment changes. In this paper we therefore propose a self-supervised method to learn a mask which, when multiplied by the observed state, transforms that state into a latent representation that is biased towards relevant elements. Our method -- which we call TransMASK -- can be combined with a variety of imitation learning frameworks (such as diffusion policies) without any additional labels or alterations to the loss function. To achieve this, we recognize that the learned policy updates to better match the human's true policy. This true policy only depends on the relevant parts of the state; hence, as the gradients pass back through the learned policy and our proposed mask, they increase the value for elements that cause the robot to better imitate the human. We can therefore train TransMASK at the same time as we learn the policy. By normalizing the magnitude of each row in TransMASK, we force the mask to align with the Jacobian of the expert policy: columns that correspond to relevant states have large magnitudes, while columns for irrelevant states approach zero magnitude. We compare our approach to other methods that extract relevant states for downstream imitation learning. See our project website: https://collab.me.vt.edu/TransMASK/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。