IMP: Iterative Matching and Pose Estimation with Adaptive Pooling
Fei Xue, Ignas Budvytis, Roberto Cipolla

TL;DR
This paper introduces IMP, an iterative framework that jointly improves feature matching and pose estimation by leveraging geometric relationships, resulting in better accuracy and efficiency in visual localization tasks.
Contribution
The paper proposes a novel geometry-aware recurrent attention module and an efficient EIMP method that iteratively refines matches and poses, reducing computational complexity.
Findings
Outperforms previous methods in accuracy on multiple datasets
Reduces quadratic time complexity of attention in transformers
Demonstrates improved efficiency and robustness in pose estimation
Abstract
Previous methods solve feature matching and pose estimation using a two-stage process by first finding matches and then estimating the pose. As they ignore the geometric relationships between the two tasks, they focus on either improving the quality of matches or filtering potential outliers, leading to limited efficiency or accuracy. In contrast, we propose an iterative matching and pose estimation framework (IMP) leveraging the geometric connections between the two tasks: a few good matches are enough for a roughly accurate pose estimation; a roughly accurate pose can be used to guide the matching by providing geometric constraints. To this end, we implement a geometry-aware recurrent attention-based module which jointly outputs sparse matches and camera poses. Specifically, for each iteration, we first implicitly embed geometric information into the module via a pose-consistency…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Advanced Neural Network Applications · Multimodal Machine Learning Applications
