CVJun 3, 2022

Spatial Feature Mapping for 6DoF Object Pose Estimation

arXiv:2206.01831v114 citationsh-index: 54
Originality Incremental advance
AI Analysis

It addresses pose estimation for robotics or AR/VR applications, but appears incremental as it builds on existing graph-based and convolutional techniques.

This work tackles the problem of estimating 6DoF object pose in cluttered scenes with occlusion and noise by proposing a method that maps 2D image features to 3D points and uses a Graph Convolutional Network for feature fusion, achieving effectiveness as demonstrated on YCB-Video and LINEMOD datasets.

This work aims to estimate 6Dof (6D) object pose in background clutter. Considering the strong occlusion and background noise, we propose to utilize the spatial structure for better tackling this challenging task. Observing that the 3D mesh can be naturally abstracted by a graph, we build the graph using 3D points as vertices and mesh connections as edges. We construct the corresponding mapping from 2D image features to 3D points for filling the graph and fusion of the 2D and 3D features. Afterward, a Graph Convolutional Network (GCN) is applied to help the feature exchange among objects' points in 3D space. To address the problem of rotation symmetry ambiguity for objects, a spherical convolution is utilized and the spherical features are combined with the convolutional features that are mapped to the graph. Predefined 3D keypoints are voted and the 6DoF pose is obtained via the fitting optimization. Two scenarios of inference, one with the depth information and the other without it are discussed. Tested on the datasets of YCB-Video and LINEMOD, the experiments demonstrate the effectiveness of our proposed method.

Foundations

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

Your Notes