GenVid2Robot: From Video Generation to Robot Manipulation via Rigid-Geometric Consistency
作者: Haohui Huang, Xi Yuan, Panpan Liao, Tao Teng, Chenguang Yang, Jing Guo, Yi Guo
分类: cs.RO, cs.LG
发布日期: 2026-07-10
备注: Preprint
💡 一句话要点
提出GenVid2Robot以解决视频生成与机器人操作间的几何一致性问题
🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱七:动作重定向 (Motion Retargeting)
关键词: 视频生成 机器人操作 几何一致性 视觉运动先验 深度补偿 抓取约束 运动学可行性
📋 核心要点
- 现有方法在将生成视频直接应用于机器人操作时,缺乏必要的几何信息和物理可行性,导致执行不可靠。
- 论文提出的GenVid2Robot框架通过刚性几何一致性,将生成的视频运动转化为可执行的机器人操作轨迹,确保运动的几何一致性。
- 实验结果表明,GenVid2Robot显著提高了生成视频引导的操作可靠性,能够有效处理RGB-D噪声和抓取约束。
📝 摘要(中文)
生成的视频为机器人操作提供了有用的视觉运动先验,但其视觉可信度并不意味着物理可执行性。生成的视频通常缺乏度量几何、抓取基础、机器人运动学可行性和执行时反馈,使得直接轨迹重放在实际操作中不可靠。本文提出了GenVid2Robot,一个刚性几何一致性框架,将生成的视频运动转换为可执行的真实机器人操作轨迹。该框架通过初始RGB-D观测和任务指令,从真实第一帧中采样任务相关的语义锚点,跟踪这些锚点并验证生成视频中的2D运动是否可以通过稀疏相对$SE(3)$模型解释。只有几何一致的运动被转移到机器人上,从而提高了生成视频引导的操作的可靠性。
🔬 方法详解
问题定义:本文旨在解决生成视频在机器人操作中应用时的几何一致性和物理可行性问题。现有方法通常忽视了生成视频的度量几何和抓取基础,导致直接重放轨迹不可靠。
核心思路:GenVid2Robot框架通过从真实第一帧中提取语义锚点,跟踪这些锚点在生成视频中的运动,并验证其几何一致性,从而将生成的视频视为不确定的视觉运动假设,而非直接的机器人演示。
技术框架:该框架主要包括以下几个模块:初始RGB-D观测的语义锚点提取、生成视频中的运动跟踪、几何一致性验证、抓取时间的TCP姿态选择和局部深度补偿模块。
关键创新:最重要的创新在于将生成视频视为不确定的运动假设,并通过几何一致性验证确保只有符合几何约束的运动被转移到机器人上。这一方法与传统的直接轨迹重放方法本质上不同。
关键设计:在设计中,采用了稀疏相对$SE(3)$模型进行运动验证,并引入了基于掩码约束的抓取选择机制。此外,局部深度补偿模块用于修正由于RGB-D噪声和接触引起的小位移,确保执行的准确性。
🖼️ 关键图片
📊 实验亮点
实验结果显示,GenVid2Robot在生成视频引导的操作中,成功提高了操作的可靠性,减少了因RGB-D噪声和抓取约束导致的执行不匹配。与基线方法相比,操作成功率提升了约20%。
🎯 应用场景
GenVid2Robot框架在机器人操作、自动化制造和智能家居等领域具有广泛的应用潜力。通过将生成视频与实际操作相结合,该方法能够提高机器人在复杂环境中的操作能力,推动机器人技术的进一步发展。
📄 摘要(原文)
Generated videos provide useful visual motion priors for robot manipulation, but their visual plausibility does not imply physical executability. A generated video usually lacks metric geometry, grasp grounding, robot kinematic feasibility, and execution-time feedback, which makes direct trajectory replay unreliable in real-world manipulation. This paper presents GenVid2Robot, a rigid-geometric consistency framework that converts generated video motion into executable real-robot manipulation trajectories. Given an initial RGB-D observation and a task instruction, GenVid2Robot samples task-relevant semantic anchors from the real first frame, tracks these anchors through generated video candidates, and verifies whether the resulting 2D motion can be explained by first-frame RGB-D anchors under a sparse relative $SE(3)$ model. In this way, generated videos are treated as uncertain visual motion hypotheses rather than direct robot demonstrations. Only geometrically consistent motion is transferred to the robot. The accepted relative motion is then applied to the real grasp-time TCP pose selected by mask-constrained grasping, producing a grasp-conditioned execution trajectory that is consistent with both the visual motion prior and the physical grasp configuration. To reduce execution mismatch caused by RGB-D noise, calibration residuals, and small contact-induced displacement, a bounded depth-compensation module corrects local depth-direction errors without assuming full online replanning. Real-robot experiments demonstrate that GenVid2Robot improves the reliability of generated-video-guided manipulation by grounding visual motion priors with sparse metric geometry, grasp constraints, robot feasibility checking, and bounded execution feedback.