AsymLoc: Towards Asymmetric Feature Matching for Efficient Visual Localization
Mohammad Omama, Gabriele Berton, Eric Foxlin, Yelin Kim
TLDR
AsymLoc proposes an asymmetric teacher-student model for efficient visual localization, achieving high accuracy with a lightweight student for edge devices.
Key contributions
- Introduces asymmetric visual localization with offline Teacher and online Student models.
- Proposes AsymLoc, a novel distillation framework aligning Student to Teacher features.
- Utilizes geometry-driven matching and joint detector-descriptor distillation for alignment.
- Achieves 95% teacher accuracy with 10x smaller models for efficient localization.
Why it matters
This paper addresses the critical need for efficient visual localization on resource-constrained edge devices like smart glasses. By significantly reducing model size and computational load without sacrificing much accuracy, AsymLoc enables practical deployment of AR/VR and robotics applications. It sets a new state-of-the-art for efficiency-accuracy trade-offs.
Original Abstract
Precise and real-time visual localization is critical for applications like AR/VR and robotics, especially on resource-constrained edge devices such as smart glasses, where battery life and heat dissipation can be a primary concerns. While many efficient models exist, further reducing compute without sacrificing accuracy is essential for practical deployment. To address this, we propose asymmetric visual localization: a large Teacher model processes pre-mapped database images offline, while a lightweight Student model processes the query image online. This creates a challenge in matching features from two different models without resorting to heavy, learned matchers. We introduce AsymLoc, a novel distillation framework that aligns a Student to its Teacher through a combination of a geometry-driven matching objective and a joint detector-descriptor distillation objective, enabling fast, parameter-less nearest-neighbor matching. Extensive experiments on HPatches, ScanNet, IMC2022, and Aachen show that AsymLoc achieves up to 95% of the teacher's localization accuracy using an order of magnitude smaller models, significantly outperforming existing baselines and establishing a new state-of-the-art efficiency-accuracy trade-off.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.