Category-level Object Detection, Pose Estimation and Reconstruction from Stereo Images
Chuanrui Zhang, Yonggen Ling, Minglei Lu, Minghan Qin, Haoqian Wang
TL;DR
CODERS addresses category-level 3D object understanding under diverse surface properties by leveraging stereo imagery to resolve depth scale ambiguity. The method combines an Implicit Stereo Matching module with a Transformer decoder to jointly predict object category, 6D pose, and 3D shape in a single end-to-end pipeline, using a category-level SDF-based shape representation. It achieves state-of-the-art results on the TOD dataset and demonstrates strong generalization to unseen category-level instances in real-world robot manipulation, aided by the SS3D synthetic dataset and contrastive shape embeddings. The work highlights the potential of stereo-based multi-task perception for manipulation and provides datasets, code, and demos to foster further research.
Abstract
We study the 3D object understanding task for manipulating everyday objects with different material properties (diffuse, specular, transparent and mixed). Existing monocular and RGB-D methods suffer from scale ambiguity due to missing or imprecise depth measurements. We present CODERS, a one-stage approach for Category-level Object Detection, pose Estimation and Reconstruction from Stereo images. The base of our pipeline is an implicit stereo matching module that combines stereo image features with 3D position information. Concatenating this presented module and the following transform-decoder architecture leads to end-to-end learning of multiple tasks required by robot manipulation. Our approach significantly outperforms all competing methods in the public TOD dataset. Furthermore, trained on simulated data, CODERS generalize well to unseen category-level object instances in real-world robot manipulation experiments. Our dataset, code, and demos will be available on our project page.
