CVApr 18, 2022

Multiple-environment Self-adaptive Network for Aerial-view Geo-localization

arXiv:2204.08381v293 citationsh-index: 112
Originality Incremental advance
AI Analysis

This addresses the domain shift issue in drone-based geo-localization for applications like surveillance or mapping, but it is incremental as it builds on existing image retrieval methods.

The paper tackles the problem of aerial-view geo-localization under varying weather conditions by proposing a Multiple-environment Self-adaptive Network (MuSe-Net) to dynamically adjust for domain shifts, achieving competitive results on benchmarks like University-1652 and CVUSA.

Aerial-view geo-localization tends to determine an unknown position through matching the drone-view image with the geo-tagged satellite-view image. This task is mostly regarded as an image retrieval problem. The key underpinning this task is to design a series of deep neural networks to learn discriminative image descriptors. However, existing methods meet large performance drops under realistic weather, such as rain and fog, since they do not take the domain shift between the training data and multiple test environments into consideration. To minor this domain gap, we propose a Multiple-environment Self-adaptive Network (MuSe-Net) to dynamically adjust the domain shift caused by environmental changing. In particular, MuSe-Net employs a two-branch neural network containing one multiple-environment style extraction network and one self-adaptive feature extraction network. As the name implies, the multiple-environment style extraction network is to extract the environment-related style information, while the self-adaptive feature extraction network utilizes an adaptive modulation module to dynamically minimize the environment-related style gap. Extensive experiments on two widely-used benchmarks, i.e., University-1652 and CVUSA, demonstrate that the proposed MuSe-Net achieves a competitive result for geo-localization in multiple environments. Furthermore, we observe that the proposed method also shows great potential to the unseen extreme weather, such as mixing the fog, rain and snow.

Code Implementations2 repos
Foundations

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

Your Notes