Category-Agnostic Pose Estimation for Point Clouds
Bowen Liu, Wei Liu, Siang Chen, Pengwei Xie, Guijin Wang
TL;DR
The paper tackles the problem of generalizing 6D pose estimation to unseen object categories by introducing rotation-invariant patch features learned in a category-agnostic setting. It presents an end-to-end pipeline that combines PatchNet for patch estimation and a PointMLP-based backbone for pose regression, using a loss that balances pose reconstruction, patch accuracy, and symmetry handling. Key contributions include a semi-automatic patch annotation workflow, a rotation-invariant patch design, and a symmetry-aware loss, yielding competitive results on CAMERA25 and ModelNet40 without category information and demonstrating generalization to novel categories. This approach offers a practical pathway toward robust pose estimation in real-world, category-rich environments where category labels are unavailable or unreliable.
Abstract
The goal of object pose estimation is to visually determine the pose of a specific object in the RGB-D input. Unfortunately, when faced with new categories, both instance-based and category-based methods are unable to deal with unseen objects of unseen categories, which is a challenge for pose estimation. To address this issue, this paper proposes a method to introduce geometric features for pose estimation of point clouds without requiring category information. The method is based only on the patch feature of the point cloud, a geometric feature with rotation invariance. After training without category information, our method achieves as good results as other category-based methods. Our method successfully achieved pose annotation of no category information instances on the CAMERA25 dataset and ModelNet40 dataset.
