paper-with-me

Papers

Deep-6DPose: Recovering 6D Object Pose from a Single RGB Image

2018-02-28 · Thanh-Toan Do, Ming Cai, Trung Pham, Ian Reid

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.

📄 PDF Abstract BibTeX arXiv:1802.10367

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingInstance SegmentationObjectobject-detectionObject DetectionPose EstimationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Lifting 2d Human Pose to 3d : A WeaklySupervised Approach

2019-05-03 · arXiv 2019 5 · Sandika Biswas, Sanjana Sinha, Kavya Gupta and Brojeshwar Bhowmick

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 Estimation

Occluded Human Mesh Recovery

2022-03-24 · CVPR 2022 1 · Rawal Khirodkar, Shashank Tripathi, Kris Kitani

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 Recovery

HybridPose: 6D Object Pose Estimation under Hybrid Representations

2020-01-07 · CVPR 2020 6 · Chen Song, Jiaru Song, Qi-Xing Huang

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 Estimationregression

FoundPose: Unseen Object Pose Estimation with Foundation Features

2023-11-30 · Evin Pınar Örnek, Yann Labbé, Bugra Tekin, Lingni Ma 외

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 Segmentation

Omni6DPose: A Benchmark and Model for Universal 6D Object Pose Estimation and Tracking

2024-06-06 · Jiyao Zhang, Weiyao Huang, Bo Peng, Mingdong Wu 외

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