You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official repository of PoseGAM. We're actively organizing the code to enhance the user experience—stay tuned for updates! 🚀
If you encounter any question about the paper, please feel free to contact us. You can create an issue or just send email to me windvchen@gmail.com. Also welcome for any idea exchange and discussion.
6D object pose estimation, which predicts the transformation of an object relative to the camera, remains challenging for unseen objects. Existing approaches typically rely on explicitly constructing feature correspondences between the query image and either the object model or template images. In this work, we propose PoseGAM, a geometry-aware multi-view framework that directly predicts object pose from a query image and multiple template images, eliminating the need for explicit matching. Built upon recent multi-view-based foundation model architectures, the method integrates object geometry information through two complementary mechanisms: explicit point-based geometry and learned features from geometry representation networks. In addition, we construct a large-scale synthetic dataset containing more than 190k objects under diverse environmental conditions to enhance robustness and generalization. Extensive evaluations across multiple benchmarks demonstrate our state-of-the-art performance.
Results
Citation & Acknowledgments
If you find this paper useful in your research, please consider citing:
@article{chen2025posegam,
title={PoseGAM: Robust Unseen Object Pose Estimation via Geometry-Aware Multi-View Reasoning},
author={Chen, Jianqi and Zhang, Biao and Tang, Xiangjun and Wonka, Peter},
journal={arXiv preprint arXiv:2512.10840},
year={2025}
}
License
This project is licensed under the MIT license. See LICENSE for details.
About
A novel multi-view feedforward network that enables direct and robust object pose estimation from a query image.