Deep-6DPose: Recovering 6D Object Pose from a Single RGB Image
Detecting objects and their 6D poses from only RGB images is an important task for many robotic applications. While deep learning methods have made significant progress in visual object detection and segmentation, the object pose estimation task is still challenging. In this paper, we introduce an end-toend deep learning framework, named Deep-6DPose, that jointly detects, segments, and most importantly recovers 6D poses of object instances from a single RGB image. In particular, we extend the recent state-of-the-art instance segmentation network Mask R-CNN with a novel pose estimation branch to directly regress 6D object poses without any post-refinements. Our key technical contribution is the decoupling of pose parameters into translation and rotation so that the rotation can be regressed via a Lie algebra representation. The resulting pose regression loss is differential and unconstrained, making the training tractable. The experiments on two standard pose benchmarking datasets show that our proposed approach compares favorably with the state-of-the-art RGB-based multi-stage pose estimation methods. Importantly, due to the end-to-end architecture, Deep-6DPose is considerably faster than competing multi-stage methods, offers an inference speed of 10 fps that is well suited for robotic applications.
Code (0)
등록된 구현이 없습니다.
Tasks
BenchmarkingInstance SegmentationObjectobject-detectionObject DetectionPose EstimationSemantic SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Lifting 2d Human Pose to 3d : A WeaklySupervised Approach
Lifting 2d Human Pose to 3d : A WeaklySupervised ApproachSandika Biswas, Sanjana Sinha, Kavya Gupta and Brojeshwar BhowmickEmbedded Systems and Robotics,TCS Research and InnovationEmail:{biswas.sandika, sanjana.sinha, gu…
3D Pose EstimationPose EstimationOccluded Human Mesh Recovery
Top-down methods for monocular human mesh recovery have two stages: (1) detect human bounding boxes; (2) treat each bounding box as an independent single-human mesh recovery task. Unfortunately, the single-human assumpti…
3D Human Pose EstimationHuman Mesh RecoveryHybridPose: 6D Object Pose Estimation under Hybrid Representations
We introduce HybridPose, a novel 6D object pose estimation approach. HybridPose utilizes a hybrid intermediate representation to express different geometric information in the input image, including keypoints, edge vecto…
6D Pose Estimation using RGBObjectPose EstimationregressionFoundPose: Unseen Object Pose Estimation with Foundation Features
We propose FoundPose, a model-based method for 6D pose estimation of unseen objects from a single RGB image. The method can quickly onboard new objects using their 3D models without requiring any object- or task-specific…
6D Pose EstimationObjectPose EstimationSemantic SegmentationOmni6DPose: A Benchmark and Model for Universal 6D Object Pose Estimation and Tracking
6D Object Pose Estimation is a crucial yet challenging task in computer vision, suffering from a significant lack of large-scale datasets. This scarcity impedes comprehensive evaluation of model performance, limiting res…
6D Pose Estimation using RGBBenchmarkingMixed RealityObject+2