paper-with-me

홈 › Papers

QdaVPR: A novel query-based domain-agnostic model for visual place recognition

2026-03-08 · Shanshan Wan, Lai Kang, Yingmei Wei, Tianrui Shen, Haixuan Wang, Chao Zuo arxiv

Visual place recognition (VPR) aiming at predicting the location of an image based solely on its visual features is a fundamental task in robotics and autonomous systems. Domain variation remains one of the main challenges in VPR and is relatively unexplored. Existing VPR models attempt to achieve domain agnosticism either by training on large-scale datasets that inherently contain some domain variations, or by being specifically adapted to particular target domains. In practice, the former lacks explicit domain supervision, while the latter generalizes poorly to unseen domain shifts. This paper proposes a novel query-based domain-agnostic VPR model called QdaVPR. First, a dual-level adversarial learning framework is designed to encourage domain invariance for both the query features forming the global descriptor and the image features from which these query features are derived. Then, a triplet supervision based on query combinations is designed to enhance the discriminative power of the global descriptors. To support the learning process, we augment a large-scale VPR dataset using style transfer methods, generating various synthetic domains with corresponding domain labels as auxiliary supervision. Extensive experiments show that QdaVPR achieves state-of-the-art performance on multiple VPR benchmarks with significant domain variations. Specifically, it attains the best Recall@1 and Recall@10 on nearly all test scenarios: 93.5%/98.6% on Nordland (seasonal changes), 97.5%/99.0% on Tokyo24/7 (day-night transitions), and the highest Recall@1 across almost all weather conditions on the SVOX dataset. Our code will be released at https://github.com/shuimushan/QdaVPR.

📄 PDF Abstract BibTeX arXiv:2603.07414

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Place RecognitionStyle Transfer

Results from the Paper

RankTaskDatasetModelMetrics
#1 Visual Place Recognition Nordland QdaVPR. Recall@1: 98.6
#1 Visual Place Recognition SVOX QdaVPR. Recall@1: 99.0

Similar Papers 제목 키워드 기반

Attention-Aware Age-Agnostic Visual Place Recognition

2019-09-11 · Ziqi Wang, Jiahui Li, Seyran Khademi, Jan van Gemert

A cross-domain visual place recognition (VPR) task is proposed in this work, i.e., matching images of the same architectures depicted in different domains. VPR is commonly treated as an image retrieval task, where a quer…

Domain AdaptationImage RetrievalRetrievalVisual Place Recognition

Intelligent Reference Curation for Visual Place Recognition via Bayesian Selective Fusion

2020-10-19 · Timothy L. Molloy, Tobias Fischer, Michael Milford, Girish N. Nair

A key challenge in visual place recognition (VPR) is recognizing places despite drastic visual appearance changes due to factors such as time of day, season, weather or lighting conditions. Numerous approaches based on d…

Visual Place Recognition

Adaptive-Attentive Geolocalization from few queries: a hybrid approach

2020-10-14 · Gabriele Moreno Berton, Valerio Paolicelli, Carlo Masone, Barbara Caputo

We address the task of cross-domain visual place recognition, where the goal is to geolocalize a given query image against a labeled gallery, in the case where the query and the gallery belong to different visual domains…

Domain AdaptationUnsupervised Domain AdaptationVisual Place Recognition

Improving Road Segmentation in Challenging Domains Using Similar Place Priors

2022-05-27 · Connor Malone, Sourav Garg, Ming Xu, Thierry Peynot 외

Road segmentation in challenging domains, such as night, snow or rain, is a difficult task. Most current approaches boost performance using fine-tuning, domain adaptation, style transfer, or by referencing previously acq…

Domain AdaptationRoad SegmentationSegmentationStyle Transfer+1

Are Local Features All You Need for Cross-Domain Visual Place Recognition?

2023-04-12 · Giovanni Barbarani, Mohamad Mostafa, Hajali Bayramov, Gabriele Trivigno 외

Visual Place Recognition is a task that aims to predict the coordinates of an image (called query) based solely on visual clues. Most commonly, a retrieval approach is adopted, where the query is matched to the most simi…

AllRe-RankingRetrievalVisual Place Recognition