MatchU: Matching Unseen Objects for 6D Pose Estimation from RGB-D Images
Junwen Huang, Hao Yu, Kuan-Ting Yu, Nassir Navab, Slobodan Ilic, Benjamin Busam
TL;DR
MatchU tackles unseen-object 6D pose estimation by learning generic, rotation-invariant 3D descriptors for CAD and depth, and fusing 2D texture through a Latent Fusion Attention module. A Bridged Coarse-level Matching Loss leverages RGB features to align cross-modal latent spaces, while a fine-level Sinkhorn-based matching refines correspondences to estimate pose with RANSAC. It demonstrates state-of-the-art accuracy and speed on five BOP core datasets for unseen objects, without retraining on test objects, and shows robust symmetry handling through texture-enabled descriptors. The approach outperforms several RGB-D fusion baselines and offers a scalable path toward practical unseen-object 6D pose estimation in robotics and AR, albeit relying on external segmentation modules that could be integrated end-to-end in the future.
Abstract
Recent learning methods for object pose estimation require resource-intensive training for each individual object instance or category, hampering their scalability in real applications when confronted with previously unseen objects. In this paper, we propose MatchU, a Fuse-Describe-Match strategy for 6D pose estimation from RGB-D images. MatchU is a generic approach that fuses 2D texture and 3D geometric cues for 6D pose prediction of unseen objects. We rely on learning geometric 3D descriptors that are rotation-invariant by design. By encoding pose-agnostic geometry, the learned descriptors naturally generalize to unseen objects and capture symmetries. To tackle ambiguous associations using 3D geometry only, we fuse additional RGB information into our descriptor. This is achieved through a novel attention-based mechanism that fuses cross-modal information, together with a matching loss that leverages the latent space learned from RGB data to guide the descriptor learning process. Extensive experiments reveal the generalizability of both the RGB-D fusion strategy as well as the descriptor efficacy. Benefiting from the novel designs, MatchU surpasses all existing methods by a significant margin in terms of both accuracy and speed, even without the requirement of expensive re-training or rendering.
