CVNov 21, 2024

SEMPose: A Single End-to-end Network for Multi-object Pose Estimation

arXiv:2411.14002v13 citationsh-index: 2Neurocomputing
Originality Incremental advance
AI Analysis

This addresses the problem of accurate and efficient pose estimation in cluttered scenes for robotics and augmented reality, though it appears incremental as it builds on existing direct methods.

The paper tackles the challenge of multi-object 6-DoF pose estimation from RGB images by proposing SEMPose, an end-to-end network that achieves real-time inference at 32 FPS and outperforms other RGB-based single-model methods on LM-O and YCB-V datasets.

In computer vision, estimating the six-degree-of-freedom pose from an RGB image is a fundamental task. However, this task becomes highly challenging in multi-object scenes. Currently, the best methods typically employ an indirect strategy, which identifies 2D and 3D correspondences, and then solves with the Perspective-n-Points method. Yet, this approach cannot be trained end-to-end. Direct methods, on the other hand, suffer from lower accuracy due to challenges such as varying object sizes and occlusions. To address these issues, we propose SEMPose, an end-to-end multi-object pose estimation network. SEMPose utilizes a well-designed texture-shape guided feature pyramid network, effectively tackling the challenge of object size variations. Additionally, it employs an iterative refinement head structure, progressively regressing rotation and translation separately to enhance estimation accuracy. During training, we alleviate the impact of occlusion by selecting positive samples from visible parts. Experimental results demonstrate that SEMPose can perform inference at 32 FPS without requiring inputs other than the RGB image. It can accurately estimate the poses of multiple objects in real time, with inference time unaffected by the number of target objects. On the LM-O and YCB-V datasets, our method outperforms other RGB-based single-model methods, achieving higher accuracy. Even when compared with multi-model methods and approaches that use additional refinement, our results remain competitive.

Foundations

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

Your Notes