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 [email protected]. Also welcome for any idea exchange and discussion.
[2025/12/11] Repository init.
- Dataset release
- Code release
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.
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}
}
This project is licensed under the MIT license. See LICENSE for details.


