CVJun 23, 2023

Shape-Constraint Recurrent Flow for 6D Object Pose Estimation

arXiv:2306.13266v131 citationsh-index: 25
Originality Highly original
AI Analysis

This work addresses the limitation of general optical flow methods in 6D object pose estimation for robotics and computer vision applications, offering a novel integration of shape constraints.

The paper tackles the problem of 6D object pose estimation by proposing a shape-constraint recurrent matching framework that integrates 3D shape information into optical flow, resulting in significant improvements in accuracy and efficiency over state-of-the-art methods on three challenging datasets.

Most recent 6D object pose methods use 2D optical flow to refine their results. However, the general optical flow methods typically do not consider the target's 3D shape information during matching, making them less effective in 6D object pose estimation. In this work, we propose a shape-constraint recurrent matching framework for 6D object pose estimation. We first compute a pose-induced flow based on the displacement of 2D reprojection between the initial pose and the currently estimated pose, which embeds the target's 3D shape implicitly. Then we use this pose-induced flow to construct the correlation map for the following matching iterations, which reduces the matching space significantly and is much easier to learn. Furthermore, we use networks to learn the object pose based on the current estimated flow, which facilitates the computation of the pose-induced flow for the next iteration and yields an end-to-end system for object pose. Finally, we optimize the optical flow and object pose simultaneously in a recurrent manner. We evaluate our method on three challenging 6D object pose datasets and show that it outperforms the state of the art significantly in both accuracy and efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes