Paper: 2602.16705 Authors: Runpei Dong, Ziyan Li, Xialin He, Saurabh Gupta Categories: cs.RO, cs.CV

Abstract

This paper introduces HERO (Humanoid End-effector control for Robot Open-vocabulary manipulation), a new approach to visual loco-manipulation with humanoid robots. The system addresses the fundamental challenge of enabling robots to manipulate arbitrary objects in unstructured environments by combining the generalization capabilities of large vision models with precise control from simulation-based training. The key innovation is a residual-aware end-effector tracking policy that integrates classical inverse kinematics, learned neural forward models, goal adjustment, and replanning mechanisms. This hybrid approach achieves a 3.2x reduction in end-effector tracking error compared to existing methods. The system demonstrates robust performance across diverse real-world settings, successfully manipulating everyday objects on surfaces ranging from 43cm to 92cm in height.

Key Contributions

  • Residual-Aware EE Tracking Policy: A novel control architecture that combines inverse kinematics with learned neural forward models to achieve 3.2x improvement in end-effector tracking accuracy
  • Hybrid Classical-ML Approach: Integration of classical robotics techniques (IK, replanning) with machine learning components for robust control performance
  • Modular Loco-Manipulation System: A complete pipeline leveraging open-vocabulary vision models for scene understanding paired with accurate low-level control
  • Real-World Validation: Demonstrated generalization across diverse environments (offices, coffee shops) and object categories without requiring extensive real-world training data

Technical Methodology

The HERO system architecture consists of three primary components working in concert. First, the perception module uses open-vocabulary large vision models to identify target objects and estimate their 3D poses from RGB-D inputs. This provides semantic understanding without requiring object-specific training.

The core innovation lies in the end-effector tracking policy. Traditional approaches suffer from accumulated errors in forward kinematics, especially for humanoid robots with complex kinematic chains. HERO addresses this through a residual formulation: instead of directly commanding joint positions, the policy outputs residual corrections ΔxEE\Delta \mathbf{x}_{EE} to the desired end-effector pose. These residuals are converted to reference joint trajectories via inverse kinematics, then tracked by a learned policy.

The learned component includes a neural forward kinematics model trained on simulation data to predict actual end-effector positions given joint states. This model compensates for sim-to-real gaps and modeling errors. Additionally, the system implements goal adjustment mechanisms that modify target poses based on tracking performance, and replanning that generates new trajectories when tracking degrades beyond acceptable thresholds.

The locomotion component handles whole-body coordination, ensuring stable base positioning while the arms execute manipulation tasks. This modular design allows independent optimization of perception, control, and locomotion subsystems.

Experimental Results and Analysis

The evaluation demonstrates significant improvements over baseline approaches. In simulation experiments, HERO achieves end-effector tracking errors of approximately 2-3cm, compared to 6-10cm for standard learned policies without the residual formulation. This 3.2x improvement directly translates to higher manipulation success rates.

Real-world experiments span multiple environments and object categories. The system successfully manipulates objects including mugs, apples, bottles, and toys across surfaces at varying heights (43-92cm). Success rates exceed 85% for pick-and-place tasks in novel environments, demonstrating strong generalization from the open-vocabulary vision component.

Ablation studies reveal the importance of each system component. Removing the neural forward model increases tracking error by 40%, while eliminating goal adjustment reduces success rates by 25%. The replanning mechanism proves critical for recovering from perturbations and unexpected obstacles.

The modular design enables systematic debugging and improvement. When failures occur, the system logs indicate whether issues stem from perception (object detection/pose estimation), planning (trajectory generation), or control (tracking accuracy). This transparency facilitates targeted improvements.

Implications and Future Directions

HERO represents a significant step toward generalizable humanoid manipulation by demonstrating that simulation-trained policies can achieve precise control when properly designed. The residual formulation and hybrid classical-ML approach offer a template for other robotic control problems where sim-to-real transfer is challenging.

The reliance on open-vocabulary vision models provides natural language interfaces for task specification, enabling non-expert users to command robots through simple descriptions. This accessibility could accelerate deployment in domestic and service settings.

However, limitations remain. The system currently handles rigid objects with relatively simple geometries. Deformable objects, articulated items, and contact-rich manipulation remain challenging. The 43-92cm height range, while practical for many scenarios, excludes ground-level and overhead manipulation.

Future work could explore learning the residual policy directly from real-world data to further close the sim-to-real gap, incorporating tactile sensing for contact-rich tasks, and extending to bimanual coordination for more complex manipulation primitives.

Takeaways

  1. Combining classical robotics (inverse kinematics) with learned components (neural forward models) achieves better performance than either approach alone for humanoid control
  2. Residual formulations that output corrections rather than absolute commands significantly improve tracking accuracy by reducing accumulated errors
  3. Open-vocabulary vision models enable strong generalization to novel objects and environments without extensive real-world training data
  4. Modular system design facilitates systematic evaluation and debugging, allowing independent optimization of perception, planning, and control
  5. Simulation-trained policies can achieve real-world manipulation success when augmented with appropriate bridging mechanisms like learned forward models and replanning

论文: 2602.16705 作者: Runpei Dong, Ziyan Li, Xialin He, Saurabh Gupta 分类: cs.RO, cs.CV

摘要

本文提出了HERO(人形机器人开放词汇操作的末端执行器控制)系统,这是一种面向人形机器人视觉移动操作的新方法。该系统通过结合大型视觉模型的泛化能力与基于仿真训练的精确控制,解决了使机器人在非结构化环境中操作任意物体的根本挑战。核心创新是一个残差感知的末端执行器跟踪策略,它整合了经典逆运动学、学习型神经正运动学模型、目标调整和重规划机制。这种混合方法使末端执行器跟踪误差相比现有方法降低了3.2倍。系统在多样化的真实场景中展现出稳健性能,成功操作高度范围从43厘米到92厘米的表面上的日常物体。

主要贡献

  • 残差感知末端执行器跟踪策略: 提出了一种新颖的控制架构,将逆运动学与学习型神经正运动学模型相结合,使末端执行器跟踪精度提升3.2倍
  • 经典-机器学习混合方法: 将经典机器人技术(逆运动学、重规划)与机器学习组件集成,实现稳健的控制性能
  • 模块化移动操作系统: 构建了完整的处理流程,利用开放词汇视觉模型进行场景理解,配合精确的底层控制
  • 真实世界验证: 在多样化环境(办公室、咖啡店)和物体类别中展示了泛化能力,无需大量真实世界训练数据

技术方法论

HERO系统架构由三个协同工作的主要组件构成。首先,感知模块使用开放词汇大型视觉模型从RGB-D输入中识别目标物体并估计其三维姿态。这提供了语义理解能力,无需针对特定物体进行训练。

核心创新在于末端执行器跟踪策略。传统方法在正运动学中存在累积误差问题,特别是对于具有复杂运动链的人形机器人。HERO通过残差表述解决这一问题:策略不直接输出关节位置命令,而是输出对期望末端执行器姿态的残差修正ΔxEE\Delta \mathbf{x}_{EE}。这些残差通过逆运动学转换为参考关节轨迹,然后由学习策略进行跟踪。

学习组件包括一个在仿真数据上训练的神经正运动学模型,用于根据关节状态预测实际末端执行器位置。该模型补偿了仿真到真实的差距和建模误差。此外,系统实现了目标调整机制,根据跟踪性能修改目标姿态,以及当跟踪性能下降超过可接受阈值时生成新轨迹的重规划功能。

运动组件处理全身协调,确保在手臂执行操作任务时保持稳定的基座定位。这种模块化设计允许独立优化感知、控制和运动子系统。

实验结果与分析

评估结果显示相比基线方法有显著改进。在仿真实验中,HERO实现了约2-3厘米的末端执行器跟踪误差,而没有残差表述的标准学习策略误差为6-10厘米。这3.2倍的改进直接转化为更高的操作成功率。

真实世界实验涵盖多个环境和物体类别。系统成功操作了包括马克杯、苹果、瓶子和玩具在内的物体,跨越不同高度(43-92厘米)的表面。在新环境中的抓取放置任务成功率超过85%,展示了开放词汇视觉组件的强泛化能力。

消融研究揭示了各系统组件的重要性。移除神经正运动学模型会使跟踪误差增加40%,而消除目标调整会使成功率降低25%。重规划机制对于从扰动和意外障碍中恢复至关重要。

模块化设计支持系统化调试和改进。当发生故障时,系统日志指示问题是源于感知(物体检测/姿态估计)、规划(轨迹生成)还是控制(跟踪精度)。这种透明性有助于针对性改进。

影响与未来方向

HERO通过展示适当设计的仿真训练策略可以实现精确控制,代表了向可泛化人形操作迈出的重要一步。残差表述和经典-机器学习混合方法为其他仿真到真实迁移具有挑战性的机器人控制问题提供了模板。

依赖开放词汇视觉模型为任务规范提供了自然语言接口,使非专业用户能够通过简单描述指挥机器人。这种可访问性可能加速在家庭和服务场景中的部署。

然而,局限性仍然存在。系统目前处理几何形状相对简单的刚性物体。可变形物体、铰接物品和接触丰富的操作仍具挑战性。43-92厘米的高度范围虽然适用于许多场景,但排除了地面和头顶操作。

未来工作可以探索直接从真实世界数据学习残差策略以进一步缩小仿真到真实的差距,整合触觉感知用于接触丰富的任务,以及扩展到双手协调以实现更复杂的操作原语。

要点总结

  1. 将经典机器人学(逆运动学)与学习组件(神经正运动学模型)相结合,在人形控制方面比单独使用任一方法都能获得更好的性能
  2. 输出修正而非绝对命令的残差表述通过减少累积误差显著提高了跟踪精度
  3. 开放词汇视觉模型使系统能够强泛化到新物体和环境,无需大量真实世界训练数据
  4. 模块化系统设计便于系统化评估和调试,允许独立优化感知、规划和控制
  5. 当配备适当的桥接机制(如学习型正运动学模型和重规划)时,仿真训练的策略可以实现真实世界操作成功