This is the official repository of PoseGAM (CVPR 2026 Oral). We're actively organizing the code to ensure a smooth release — the full code release is expected by mid-June 2026. Stay tuned! 🚀
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.
[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:
@inproceedings{chen2026posegam,
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},
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
year={2026}
}This project is licensed under the MIT license. See LICENSE for details.


