模型精选

ForceTwin 系统通过人机交互识别物体物理属性

ForceTwin: Physics-informed Digital Twins for Robotic Manipulation from Instrumented Human Interaction

精选理由

这个方法挺有意思,用人的手去摸物体,然后通过力反馈数据来学习物体的物理特性,比单纯看图片或视频更准确。

该系统通过力反馈手柄探测物体,结合姿态和交互力数据,估计出包括惯性和摩擦力在内的物理参数。与仅依赖视觉或语言的模型相比,其惯性参数估计误差几乎减半。在 Spot 和 Franka FR3 机器人上测试时,目标完成率提升至 87%,显著高于使用视觉语言模型或仅运动学模型的基准。

原文 · arXiv cs.AI

ForceTwin: Physics-informed Digital Twins for Robotic Manipulation from Instrumented Human Interaction

Manipulating objects requires understanding not only their motion, but also the physical properties that determine it. For articulated objects, these include inertia, friction, and mechanisms such as springs or door closers, whose effects can vary with configuration and velocity. Such properties are not directly observable from appearance: visually identical doors may require very different effort to manipulate. Existing digital-twin pipelines recover primarily kinematics or assign static physical parameters from visual and language priors, which can yield physically implausible estimates. As a result, state-dependent mechanism dynamics remain unidentified and are not represented in standard asset formats. We present ForceTwin, a system for identifying physics-informed digital twins of articulated objects from instrumented human interaction. A person probes an object using a handheld force-sensing gripper, providing synchronized poses and interaction forces from which we estimate the articulation, parametric dynamics including inertia, Coulomb friction, viscous damping, and a structured neural residual capturing state-dependent mechanism forces. ForceTwin nearly halves the inertial-parameter error of a VLM prior. As a feedforward dynamics model for impedance control on a Spot and a Franka FR3, ForceTwin achieves 87% goal completion across nine object-embodiment pairs, compared with 60% using VLM-prior and 57% using kinematics-only twins, with the largest gains on objects whose strong mechanisms cause both baselines to stall. We further use the identified twins to train whole-body door-traversal policies and deploy them in the real world. Project Page: https://timengelbracht.github.io/forcetwin-website/