OSCAR: Open-Set CAD Retrieval from a Language Prompt and a Single Image
By: Tessa Pulli , Jean-Baptiste Weibel , Peter Hönig and more
6D object pose estimation plays a crucial role in scene understanding for applications such as robotics and augmented reality. To support the needs of ever-changing object sets in such context, modern zero-shot object pose estimators were developed to not require object-specific training but only rely on CAD models. Such models are hard to obtain once deployed, and a continuously changing and growing set of objects makes it harder to reliably identify the instance model of interest. To address this challenge, we introduce an Open-Set CAD Retrieval from a Language Prompt and a Single Image (OSCAR), a novel training-free method that retrieves a matching object model from an unlabeled 3D object database. During onboarding, OSCAR generates multi-view renderings of database models and annotates them with descriptive captions using an image captioning model. At inference, GroundedSAM detects the queried object in the input image, and multi-modal embeddings are computed for both the Region-of-Interest and the database captions. OSCAR employs a two-stage retrieval: text-based filtering using CLIP identifies candidate models, followed by image-based refinement using DINOv2 to select the most visually similar object. In our experiments we demonstrate that OSCAR outperforms all state-of-the-art methods on the cross-domain 3D model retrieval benchmark MI3DOR. Furthermore, we demonstrate OSCAR's direct applicability in automating object model sourcing for 6D object pose estimation. We propose using the most similar object model for pose estimation if the exact instance is not available and show that OSCAR achieves an average precision of 90.48\% during object retrieval on the YCB-V object dataset. Moreover, we demonstrate that the most similar object model can be utilized for pose estimation using Megapose achieving better results than a reconstruction-based approach.
Similar Papers
WALDO: Where Unseen Model-based 6D Pose Estimation Meets Occlusion
CV and Pattern Recognition
Helps robots see objects even when they're partly hidden.
Zero-shot Inexact CAD Model Alignment from a Single Image
CV and Pattern Recognition
Lets computers guess 3D shapes from pictures.
Video Spatial Reasoning with Object-Centric 3D Rollout
CV and Pattern Recognition
Teaches computers to understand 3D object locations in videos.