SEMPose: A Single End-to-end Network for Multi-object Pose Estimation
Xin Liu, Hao Wang, Shibei Xue, and Dezong Zhao

TL;DR
SEMPose is an end-to-end neural network that accurately estimates multiple object poses from RGB images in real time, effectively handling size variations and occlusions without additional inputs.
Contribution
The paper introduces SEMPose, a novel end-to-end multi-object pose estimation network with a texture-shape guided feature pyramid and iterative refinement, improving accuracy and speed over existing methods.
Findings
Achieves 32 FPS inference speed on standard datasets.
Outperforms existing RGB-based single-model methods in accuracy.
Maintains consistent inference time regardless of object count.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Robot Manipulation and Learning · Hand Gesture Recognition Systems
