Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PoseCNN: A Convolutional Neural Network for 6D Object Pose Estimation in Cluttered Scenes

About

Estimating the 6D pose of known objects is important for robots to interact with the real world. The problem is challenging due to the variety of objects as well as the complexity of a scene caused by clutter and occlusions between objects. In this work, we introduce PoseCNN, a new Convolutional Neural Network for 6D object pose estimation. PoseCNN estimates the 3D translation of an object by localizing its center in the image and predicting its distance from the camera. The 3D rotation of the object is estimated by regressing to a quaternion representation. We also introduce a novel loss function that enables PoseCNN to handle symmetric objects. In addition, we contribute a large scale video dataset for 6D object pose estimation named the YCB-Video dataset. Our dataset provides accurate 6D poses of 21 objects from the YCB dataset observed in 92 videos with 133,827 frames. We conduct extensive experiments on our YCB-Video dataset and the OccludedLINEMOD dataset to show that PoseCNN is highly robust to occlusions, can handle symmetric objects, and provide accurate pose estimation using only color images as input. When using depth data to further refine the poses, our approach achieves state-of-the-art results on the challenging OccludedLINEMOD dataset. Our code and dataset are available at https://rse-lab.cs.washington.edu/projects/posecnn/.

Yu Xiang, Tanner Schmidt, Venkatraman Narayanan, Dieter Fox• 2017

Related benchmarks

TaskDatasetResultRank
6D Pose EstimationYCB-Video
AUC (ADD-S)0.752
148
6DoF Pose EstimationYCB-Video (test)
2D Error < 2cm Rate93.2
72
6D Object Pose EstimationLineMOD
Average Accuracy63.26
50
6D Object Pose EstimationOccludedLINEMOD (test)
ADD(S)78
45
6D Pose EstimationLineMod (test)
Ape77
29
6D Object Pose EstimationOcclusion LINEMOD
Average Error24.9
27
6D Object Pose EstimationLM-O (test)--
22
Object Pose EstimationLineMod (test)--
21
Object Pose EstimationLineMod (test)
APE79.1
18
Object Pose EstimationOCCLUSION (real)
ADD24.9
7
Showing 10 of 11 rows

Other info

Code

Follow for update