arXiv:2602.19184cs.RO2026-02被引 1

让机器人通过看视频学做家务,准确率超87%

Human-to-Robot Interaction: Learning from Video Demonstration for Robot Imitation

  • 分两阶段:先理解视频中的动作与物体,再用强化学习执行
  • 视频理解准确率达89.97%,新物体识别提升128.4%
  • 适合想快速训练机器人模仿人类动作的研究者

示范学习(LfD)为机器人技能获取提供了有前景的范式。近期方法尝试直接从视频演示中提取操作指令,但面临两大挑战:(1) 通用视频描述模型侧重全局场景特征,忽略任务相关物体,生成的描述不适用于精确机器人执行;(2) 端到端架构将视觉理解与策略学习耦合,需大量成对数据,难以跨物体和场景泛化。为此,我们提出一种新型「人机交互」模仿学习框架,使机器人能直接从非结构化视频中学习操作技能,借鉴人类观察能力。核心创新是模块化流程,分为两个阶段:(1) 视频理解,结合时间移位模块(TSM)与视觉-语言模型(VLMs),提取动作并识别互动物体;(2) 机器人模仿,采用基于TD3的深度强化学习执行演示操作。我们在PyBullet仿真环境(使用UR5e机械臂)及真实世界实验(使用UF850机械臂)中验证了该方法,涵盖四种基础动作:抓取、移动、放置和伸手。视频理解方面,动作分类准确率达89.97%,标准物体的BLEU-4得分为0.351,新物体为0.265,分别优于最佳基线76.4%和128.4%。机器人操作平均成功率为87.5%,伸手任务成功率达100%,复杂抓放操作最高达90%。项目网站见https://thanhnguyencanh.github.io/LfD4hri。

原文摘要 · Abstract (English)

Learning from Demonstration (LfD) offers a promising paradigm for robot skill acquisition. Recent approaches attempt to extract manipulation commands directly from video demonstrations, yet face two critical challenges: (1) general video captioning models prioritize global scene features over task-relevant objects, producing descriptions unsuitable for precise robotic execution, and (2) end-to-end architectures coupling visual understanding with policy learning require extensive paired datasets and struggle to generalize across objects and scenarios. To address these limitations, we propose a novel ``Human-to-Robot'' imitation learning pipeline that enables robots to acquire manipulation skills directly from unstructured video demonstrations, inspired by the human ability to learn by watching and imitating. Our key innovation is a modular framework that decouples the learning process into two distinct stages: (1) Video Understanding, which combines Temporal Shift Modules (TSM) with Vision-Language Models (VLMs) to extract actions and identify interacted objects, and (2) Robot Imitation, which employs TD3-based deep reinforcement learning to execute the demonstrated manipulations. We validated our approach in PyBullet simulation environments with a UR5e manipulator and in a real-world experiment with a UF850 manipulator across four fundamental actions: reach, pick, move, and put. For video understanding, our method achieves 89.97% action classification accuracy and BLEU-4 scores of 0.351 on standard objects and 0.265 on novel objects, representing improvements of 76.4% and 128.4% over the best baseline, respectively. For robot manipulation, our framework achieves an average success rate of 87.5% across all actions, with 100% success on reaching tasks and up to 90% on complex pick-and-place operations. The project website is available at https://thanhnguyencanh.github.io/LfD4hri.

模仿学习视频理解机器人操作

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。