Continual Learning for Image-Based Camera Localization
Shuzhe Wang, Zakaria Laskar, Iaroslav Melekhov, Xiaotian Li, and Juho Kannala

TL;DR
This paper explores continual learning for visual localization, addressing catastrophic forgetting by proposing a buffer-based replay method and a coverage-based sampling strategy, improving localization accuracy across multiple datasets.
Contribution
It introduces a novel sampling method (Buff-CS) and demonstrates effective continual learning for camera localization with deep networks.
Findings
Buffer replay mitigates catastrophic forgetting.
Coverage score sampling improves localization accuracy.
Method outperforms standard buffering on multiple datasets.
Abstract
For several emerging technologies such as augmented reality, autonomous driving and robotics, visual localization is a critical component. Directly regressing camera pose/3D scene coordinates from the input image using deep neural networks has shown great potential. However, such methods assume a stationary data distribution with all scenes simultaneously available during training. In this paper, we approach the problem of visual localization in a continual learning setup -- whereby the model is trained on scenes in an incremental manner. Our results show that similar to the classification domain, non-stationary data induces catastrophic forgetting in deep networks for visual localization. To address this issue, a strong baseline based on storing and replaying images from a fixed buffer is proposed. Furthermore, we propose a new sampling method based on coverage score (Buff-CS) that…
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
TopicsDomain Adaptation and Few-Shot Learning · Robotics and Sensor-Based Localization · Multimodal Machine Learning Applications
