CVSep 23, 2019

Retrieval-based Localization Based on Domain-invariant Feature Learning under Changing Environments

arXiv:1909.10184v133 citations
Originality Incremental advance
AI Analysis

This addresses a critical problem for mobile robotics and autonomous driving by improving localization robustness in varying conditions, though it is an incremental advance using existing translation networks.

The paper tackles retrieval-based visual localization under changing environmental conditions by proposing a domain-invariant feature learning method, achieving state-of-the-art performance on the CMU-Seasons dataset for high and medium precision scenarios.

Visual localization is a crucial problem in mobile robotics and autonomous driving. One solution is to retrieve images with known pose from a database for the localization of query images. However, in environments with drastically varying conditions (e.g. illumination changes, seasons, occlusion, dynamic objects), retrieval-based localization is severely hampered and becomes a challenging problem. In this paper, a novel domain-invariant feature learning method (DIFL) is proposed based on ComboGAN, a multi-domain image translation network architecture. By introducing a feature consistency loss (FCL) between the encoded features of the original image and translated image in another domain, we are able to train the encoders to generate domain-invariant features in a self-supervised manner. To retrieve a target image from the database, the query image is first encoded using the encoder belonging to the query domain to obtain a domain-invariant feature vector. We then preform retrieval by selecting the database image with the most similar domain-invariant feature vector. We validate the proposed approach on the CMU-Seasons dataset, where we outperform state-of-the-art learning-based descriptors in retrieval-based localization for high and medium precision scenarios.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes