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

CRISP: Object Pose and Shape Estimation with Test-Time Adaptation

About

We consider the problem of estimating object pose and shape from an RGB-D image. Our first contribution is to introduce CRISP, a category-agnostic object pose and shape estimation pipeline. The pipeline implements an encoder-decoder model for shape estimation. It uses FiLM-conditioning for implicit shape reconstruction and a DPT-based network for estimating pose-normalized points for pose estimation. As a second contribution, we propose an optimization-based pose and shape corrector that can correct estimation errors caused by a domain gap. Observing that the shape decoder is well behaved in the convex hull of known shapes, we approximate the shape decoder with an active shape model, and show that this reduces the shape correction problem to a constrained linear least squares problem, which can be solved efficiently by an interior point algorithm. Third, we introduce a self-training pipeline to perform self-supervised domain adaptation of CRISP. The self-training is based on a correct-and-certify approach, which leverages the corrector to generate pseudo-labels at test time, and uses them to self-train CRISP. We demonstrate CRISP (and the self-training) on YCBV, SPE3R, and NOCS datasets. CRISP shows high performance on all the datasets. Moreover, our self-training is capable of bridging a large domain gap. Finally, CRISP also shows an ability to generalize to unseen objects. Code and pre-trained models will be available on https://web.mit.edu/sparklab/research/crisp_object_pose_shape/.

Jingnan Shi, Rajat Talak, Harry Zhang, David Jin, Luca Carlone• 2024

Related benchmarks

TaskDatasetResultRank
6DoF Pose EstimationYCB-Video (test)--
72
Pose EstimationNOCS (test)
mAP IoU 5083.5
10
Pose EstimationNOCS REAL275 (test)
mAP (IoU=0.50)0.835
10
6D Object Pose EstimationYCB-V BOP19 challenge (test)
ADD-S Mean0.009
9
Shape ReconstructionNOCS
Shape Error (Bottle)0.55
5
Shape ReconstructionREAL275 (test)
Bottle Error (mm)0.55
5
Shape ReconstructionYCBV
Mean e_shape0.026
5
6D Pose EstimationYCB-V
SPS9.36
5
Pose and Shape EstimationSPE3R (test)
Shape L1 Error (Mean)0.141
4
Showing 9 of 9 rows

Other info

Code

Follow for update