Skip to main content
QUICK REVIEW

[论文解读] Generative 6D Pose Estimation via Conditional Flow Matching

Amir Hamza, Davide Boscaini|arXiv (Cornell University)|Feb 23, 2026
Robot Manipulation and Learning被引用 0
一句话总结

该论文提出了 Flose,一种用于实例级6D位姿估计的条件流匹配方法,将重叠感知的几何与外观特征融合,并使用鲁棒的基于RANSAC的配准,在BOP基准上实现了显著的AR提升。

ABSTRACT

Existing methods for instance-level 6D pose estimation typically rely on neural networks that either directly regress the pose in $\mathrm{SE}(3)$ or estimate it indirectly via local feature matching. The former struggle with object symmetries, while the latter fail in the absence of distinctive local features. To overcome these limitations, we propose a novel formulation of 6D pose estimation as a conditional flow matching problem in $\mathbb{R}^3$. We introduce Flose, a generative method that infers object poses via a denoising process conditioned on local features. While prior approaches based on conditional flow matching perform denoising solely based on geometric guidance, Flose integrates appearance-based semantic features to mitigate ambiguities caused by object symmetries. We further incorporate RANSAC-based registration to handle outliers. We validate Flose on five datasets from the established BOP benchmark. Flose outperforms prior methods with an average improvement of +4.5 Average Recall. Project Website : https://tev-fbk.github.io/Flose/

研究动机与目标

  • 解决直接SE(3)回归和基于特征的间接方法在处理物体对称性和稀疏特征时的局限性。
  • 提出在R^3中的条件流匹配形式用于实例级6D位姿估计。
  • 结合视觉基础模型的外观基于语义特征以消除对称物体的歧义。
  • 通过基于RANSAC的配准与ICP精化提高对离群值的鲁棒性。

提出的方法

  • 将6D位姿估计表述为R^3中的条件流匹配问题。
  • 将重叠感知几何特征与基于外观的语义特征进行融合,以条件化去噪过程。
  • 使用去噪网络 Psi_Omega 学习将嘈杂样本映射到对齐形状的位移场。
  • 将流模型在组合特征与位置编码上进行条件化,以引导去噪。
  • 应用基于RANSAC的Kabsch解进行鲁棒的位姿初始化,随后进行ICP精化。
Fig. 3 : Qualitative comparison of Flose (center) vs. an RPF-based [ 24 ] baseline adapted for pose estimation (right). By integrating semantic features and outlier-robust registration, Flose predicts more accurate poses under severe occlusions (rows 1-2) and resolves symmetry ambiguities where pure
Fig. 3 : Qualitative comparison of Flose (center) vs. an RPF-based [ 24 ] baseline adapted for pose estimation (right). By integrating semantic features and outlier-robust registration, Flose predicts more accurate poses under severe occlusions (rows 1-2) and resolves symmetry ambiguities where pure

实验结果

研究问题

  • RQ1在对称性和遮挡情况下,R^3中的条件流匹配能否准确估计实例级对象的6D位姿?
  • RQ2将基于外观的语义特征与几何线索结合是否能改善对称物体的歧义消解?
  • RQ3通过基于RANSAC的配准实现鲁棒离群值处理是否是此框架中可靠位姿估计的必要条件?
  • RQ4在BOP基准的多样对象与条件下,Flose 的表现如何与最先进的方法相比?

主要发现

方法S.M.LM-OT-LESSTUD-LIC-BINYCB-VAvg
Pix2Pose [22]58.851.282.039.078.862.0
ZebraPose [23]75.272.794.865.286.678.9
GDRNPP (BOP22) [17]77.587.496.672.292.185.2
HccePose(BF) [28]80.587.994.472.491.185.3
GDRNPP (BOP23) [17]79.491.496.473.792.886.7
Koenig-Hybrid63.165.592.043.070.166.7
CosyPose71.470.193.964.786.177.2
SurfEmb75.883.393.365.682.480.1
CIR73.477.696.867.689.381.0
PFA79.785.096.067.688.883.4
Flose (ours)86.186.998.874.892.887.9
Improv. over row 10+6.4+1.9+2.8+7.2+4.0+4.5
  • Flose 在所比较的数据集类别中对最强的单模型竞争对手平均AR提升4.5。
  • Flose 超越按对象的基线和单模型基线,对称对象上有显著提升。
  • 将外观特征与重叠感知几何的整合在严格匹配下显著提高AR与就位内点率。
  • 基于RANSAC的配准加上ICP精化提供鲁棒性,并在纯几何精化基础上额外提升约4.3 AR。
Generative 6D Pose Estimation via Conditional Flow Matching

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。