MixRI: Mixing Features of Reference Images for Novel Object Pose Estimation
Xinhang Liu, Jiawei Shi, Zheng Dang, Yuchao Dai
TL;DR
MixRI tackles the problem of CAD-based novel object pose estimation from RGB images with a lightweight network that operates without finetuning. It introduces View-Aggregated Point Matching via a Dual-Attention Based Feature Mixer to fuse multi-view reference features with the query, predicting per-point projections and occlusions, followed by SQ-PnP within RANSAC to recover the $6$DoF pose. The method achieves competitive performance on seven core BOP datasets while using far fewer reference images and a smaller network than prior approaches, and it exhibits faster inference and reduced memory, making it well suited for edge-AI applications. This work demonstrates that strong pose estimation can be obtained through multi-view feature fusion and efficient attention-based fusion, reducing the need for large caches or extensive reference sets.
Abstract
We present MixRI, a lightweight network that solves the CAD-based novel object pose estimation problem in RGB images. It can be instantly applied to a novel object at test time without finetuning. We design our network to meet the demands of real-world applications, emphasizing reduced memory requirements and fast inference time. Unlike existing works that utilize many reference images and have large network parameters, we directly match points based on the multi-view information between the query and reference images with a lightweight network. Thanks to our reference image fusion strategy, we significantly decrease the number of reference images, thus decreasing the time needed to process these images and the memory required to store them. Furthermore, with our lightweight network, our method requires less inference time. Though with fewer reference images, experiments on seven core datasets in the BOP challenge show that our method achieves comparable results with other methods that require more reference images and larger network parameters.
