SOTAVerified

Query-Based Adaptive Aggregation for Multi-Dataset Joint Training Toward Universal Visual Place Recognition

2025-07-04Code Available0· sign in to hype

Jiuhong Xiao, Yang Zhou, Giuseppe Loianno

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep learning methods for Visual Place Recognition (VPR) have advanced significantly, largely driven by large-scale datasets. However, most existing approaches are trained on a single dataset, which can introduce dataset-specific inductive biases and limit model generalization. While multi-dataset joint training offers a promising solution for developing universal VPR models, divergences among training datasets can saturate limited information capacity in feature aggregation layers, leading to suboptimal performance. To address these challenges, we propose Query-based Adaptive Aggregation (QAA), a novel feature aggregation technique that leverages learned queries as reference codebooks to effectively enhance information capacity without significant computational or parameter complexity. We show that computing the Cross-query Similarity (CS) between query-level image features and reference codebooks provides a simple yet effective way to generate robust descriptors. Our results demonstrate that QAA outperforms state-of-the-art models, achieving balanced generalization across diverse datasets while maintaining peak performance comparable to dataset-specific models. Ablation studies further explore QAA's mechanisms and scalability. Visualizations reveal that the learned queries exhibit diverse attention patterns across datasets. Code will be publicly released.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AmsterTimeQAA-DINOv2-B-8192Recall@163.7Unverified
EynshamQAA-DINOv2-B-8192Recall@192.9Unverified
Mapillary testQAA-DINOv2-B-8192Recall@185.7Unverified
Mapillary valQAA-DINOv2-B-8192Recall@197.6Unverified
NordlandQAA-DINOv2-B-8192Recall@196.7Unverified
Nordland* (2760 queries)QAA-DINOv2-B-8192Recall@191.8Unverified
Pittsburgh-250k-testQAA-DINOv2-B-8192Recall@196.6Unverified
Pittsburgh-30k-testQAA-DINOv2-B-8192Recall@194.4Unverified
SF-XL test v1QAA-DINOv2-B-8192Recall@194.4Unverified
SF-XL test v2QAA-DINOv2-B-8192Recall@194.6Unverified
SPEDQAA-DINOv2-B-8192Recall@191.8Unverified
SVOX NightQAA-DINOv2-B-8192Recall@197.2Unverified
SVOX-OvercastQAA-DINOv2-B-8192Recall@198.4Unverified
SVOX-RainQAA-DINOv2-B-8192Recall@198.4Unverified
SVOX-SnowQAA-DINOv2-B-8192Recall@199.1Unverified
SVOX SunQAA-DINOv2-B-8192Recall@197.3Unverified
Tokyo247QAA-DINOv2-B-8192Recall@198.4Unverified

Reproductions