基于距离场的实时动态物体位姿与运动追踪方法
DisFlow: Scene Flow from Distance Field for Object Pose, Velocity Tracking, and Dynamic Object Reconstruction

- 用高斯过程隐式表面表示场景,结合法向量约束实现高精度距离计算
- 在物体坐标系中进行概率融合,实现6自由度位姿与速度实时追踪
- 同时输出稠密几何、表面法向、运动轨迹及不确定性,适合机器人感知
我们提出DisFlow,一种从距离场中在线估计场景流的新框架,支持6自由度动态物体位姿估计、运动追踪与表面重建。场景通过高斯过程隐式表面(GPIS)表示,利用表面法向作为导数约束,实现近表面的精确有符号距离计算和带不确定性的梯度查询。在此基础上,我们从距离场中计算场景流,描述连续帧间表面点的运动。通过该流,可通过对新观测点云进行闭式优化,增量式注册并估计物体位姿与运动。与以往在相机或世界坐标系中操作的方法不同,本方法直接在物体坐标系中进行概率融合,保持物体几何一致性。空间与时间的紧密耦合使DisFlow能以实时速率输出稠密几何、表面法向、物体位姿轨迹、速度及不确定性。我们在动态物体序列上评估DisFlow,结果表明其在准确追踪位姿与运动的同时,实现了高质量物体表面重建。代码已公开于https://github.com/LanWu076/disflow_ros2。
原文摘要 · Abstract (English)
We present \emph{DisFlow}, a novel framework for online scene flow estimation from distance field that enables \emph{6DoF dynamic object pose estimation}, \emph{motion tracking}, and \emph{surface reconstruction}. The scene is represented by Gaussian Process Implicit Surfaces (GPIS), with surface normals serving as derivative constraints, enabling accurate signed distance computations near the surface and gradient queries with uncertainty. With this representation as a foundation, we compute a scene flow from the distance field that describes how surface points are transported over time in consecutive frames. Through our flow, we can estimate an object's pose and motion by incrementally registering a new observed point cloud via an elegant closed-form optimisation. Unlike prior methods that operate in the camera or world frame, our approach performs probabilistic fusion directly in the \emph{object frame}, where the object remains geometrically consistent over time. The tight coupling of the DisFlow method in space and time yields dense geometry, surface normals, object pose trajectories, velocities, and uncertainty, all at real-time rates. We evaluate DisFlow on dynamic object sequences and demonstrate that it achieves accurate pose and motion tracking while simultaneously reconstructing high-quality object surfaces. Code publicly available at \href{https://github.com/LanWu076/disflow_ros2}{https://github.com/LanWu076/disflow\_ros2}
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。