MutualVPR: A Mutual Learning Framework for Resolving Supervision Inconsistencies via Adaptive Clustering
Qiwen Gu, Xufei Wang, Junqiao Zhao, Siyue Tao, Tiantian Feng, Ziqiao Wang, Guang Chen
TL;DR
MutualVPR tackles supervision inconsistency in Visual Place Recognition caused by viewpoint changes and occlusions by coupling unsupervised view self-classification with descriptor learning in a mutual learning loop. It initializes coarse place labels from geo grids and iteratively refines them within each grid using K-means guided by Large Margin Cosine Loss, while the feature encoder (DINOv2 with MulConv adapter) and clustering co-evolve to align supervision with visual semantics. The approach achieves competitive to state-of-the-art results across standard VPR benchmarks and demonstrates strong robustness to occlusion, without relying on orientation labels. Practical impact includes improved long-term localization and loop-closure reliability in real-world, cluttered environments, with plans to extend to dynamic clustering strategies in future work.
Abstract
Visual Place Recognition (VPR) enables robust localization through image retrieval based on learned descriptors. However, drastic appearance variations of images at the same place caused by viewpoint changes can lead to inconsistent supervision signals, thereby degrading descriptor learning. Existing methods either rely on manually defined cropping rules or labeled data for view differentiation, but they suffer from two major limitations: (1) reliance on labels or handcrafted rules restricts generalization capability; (2) even within the same view direction, occlusions can introduce feature ambiguity. To address these issues, we propose MutualVPR, a mutual learning framework that integrates unsupervised view self-classification and descriptor learning. We first group images by geographic coordinates, then iteratively refine the clusters using K-means to dynamically assign place categories without orientation labels. Specifically, we adopt a DINOv2-based encoder to initialize the clustering. During training, the encoder and clustering co-evolve, progressively separating drastic appearance variations of the same place and enabling consistent supervision. Furthermore, we find that capturing fine-grained image differences at a place enhances robustness. Experiments demonstrate that MutualVPR achieves state-of-the-art (SOTA) performance across multiple datasets, validating the effectiveness of our framework in improving view direction generalization, occlusion robustness.
