PoseGAM
A novel multi-view feedforward network that enables direct and robust object pose estimation from a query image.
Install / Use
/learn @WindVChen/PoseGAMREADME
Jianqi Chen, Biao Zhang, Xiangjun Tang, and Peter Wonka
<a href='https://windvchen.github.io/PoseGAM/'>
<img src='https://img.shields.io/badge/Project-Page-pink?style=flat&logo=Google%20chrome&logoColor=pink'></a>

Share us a :star: if this repo does help
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.
Updates
[2025/12/11] Repository init.
TODO
- [ ] Dataset release
- [ ] Code release
Table of Contents
Abstract

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
<div align=center><img src="assets/Comparison.png" alt="Visual comparisons1"></div>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.
Security Score
Audited on Mar 20, 2026
