RayPose: Ray Bundling Diffusion for Template Views in Unseen 6D Object Pose Estimation
Junwen Huang, Shishir Reddy Vutukur, Peter KT Yu, Nassir Navab, Slobodan Ilic, Benjamin Busam
TL;DR
This work presents RayPose, a diffusion-transformer framework for unseen 6D object pose estimation that treats pose inference as ray-bundle alignment between a query image and multiple posed templates. By adopting an object-centered ray representation for rotation and a dense offset map for translation, the model decouples pose components and leverages multiview priors through a conditional diffusion process. A coarse-to-fine training strategy enables robust pose reasoning without architectural changes, while cross-attention in the diffusion transformer enables effective fusion of query and template information. Experiments on multiple BOP datasets show competitive or superior performance for RGB-only unseen-object pose estimation, with ablations validating the importance of template priors, multiview conditioning, and the proposed loss terms.
Abstract
Typical template-based object pose pipelines estimate the pose by retrieving the closest matching template and aligning it with the observed image. However, failure to retrieve the correct template often leads to inaccurate pose predictions. To address this, we reformulate template-based object pose estimation as a ray alignment problem, where the viewing directions from multiple posed template images are learned to align with a non-posed query image. Inspired by recent progress in diffusion-based camera pose estimation, we embed this formulation into a diffusion transformer architecture that aligns a query image with a set of posed templates. We reparameterize object rotation using object-centered camera rays and model object translation by extending scale-invariant translation estimation to dense translation offsets. Our model leverages geometric priors from the templates to guide accurate query pose inference. A coarse-to-fine training strategy based on narrowed template sampling improves performance without modifying the network architecture. Extensive experiments across multiple benchmark datasets show competitive results of our method compared to state-of-the-art approaches in unseen object pose estimation.
