Papers › MVC-VPR: Mutual Learning of Viewpoint Classification and Visual Place Recognition

MVC-VPR: Mutual Learning of Viewpoint Classification and Visual Place Recognition

12 Dec 2024arXiv:2412.09199archive 2025-07-28

Qiwen Gu, Xufei Wang, Fenglin Zhang, Junqiao Zhao, Siyue Tao, Chen Ye, Tiantian Feng, Changjun Jiang

Visual Place Recognition (VPR) aims to robustly identify locations by leveraging image retrieval based on descriptors encoded from environmental images. However, drastic appearance changes of images captured from different viewpoints at the same location pose incoherent supervision signals for descriptor learning, which severely hinder the performance of VPR. Previous work proposes classifying images based on manually defined rules or ground truth labels for viewpoints, followed by descriptor training based on the classification results. However, not all datasets have ground truth labels of viewpoints and manually defined rules may be suboptimal, leading to degraded descriptor performance.To address these challenges, we introduce the mutual learning of viewpoint self-classification and VPR. Starting from coarse classification based on geographical coordinates, we progress to finer classification of viewpoints using simple clustering techniques. The dataset is partitioned in an unsupervised manner while simultaneously training a descriptor extractor for place recognition. Experimental results show that this approach almost perfectly partitions the dataset based on viewpoints, thus achieving mutually reinforcing effects. Our method even excels state-of-the-art (SOTA) methods that partition datasets using ground truth labels.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.09199")

Code

Syntology Ran 2 of 15 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Gucci233/MutualVPR found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 2 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
13unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Gucci233/MutualVPR. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

gem Gucci233/MutualVPR/cosplace_model/layers.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 79f68aea8273d062 · report
named_apply Gucci233/MutualVPR/backbone/vision_transformer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e7fcb6d9ac9deaf4 · report
cluster_acc Gucci233/MutualVPR/util.py found in paper text by Syntology unverified no licence file found · pointer only · 4033a01764a10bf0 · report
cosine_sim Gucci233/MutualVPR/cosface_loss.py found in paper text by Syntology unverified no licence file found · pointer only · d7ebec9a9c0c9b14 · report
eva Gucci233/MutualVPR/util.py found in paper text by Syntology unverified no licence file found · pointer only · 7eaa679765840da6 · report
get_backbone Gucci233/MutualVPR/cosplace_model/cosplace_network.py found in paper text by Syntology unverified no licence file found · pointer only · 98e6824b3bb0eef9 · report
get_crop_image Gucci233/MutualVPR/datasets/dataset_utils.py found in paper text by Syntology unverified no licence file found · pointer only · f220669505374432 · report
get_pretrained_torchvision_model Gucci233/MutualVPR/cosplace_model/cosplace_network.py found in paper text by Syntology unverified no licence file found · pointer only · 4102a46eb0cc1ac7 · report
get_training_query_set Gucci233/MutualVPR/datasets/pittsburgh.py found in paper text by Syntology unverified no licence file found · pointer only · a344fab75c51fe9a · report
get_whole_training_set Gucci233/MutualVPR/datasets/pittsburgh.py found in paper text by Syntology unverified no licence file found · pointer only · ccc715a4170f75e9 · report
input_transform Gucci233/MutualVPR/datasets/tokyo247.py found in paper text by Syntology unverified no licence file found · pointer only · e7fce521294dd6b0 · report
parse_arguments Gucci233/MutualVPR/myparser.py found in paper text by Syntology unverified no licence file found · pointer only · dd6baf8e06f292e1 · report
parse_dbStruct Gucci233/MutualVPR/datasets/pittsburgh.py found in paper text by Syntology unverified no licence file found · pointer only · b621be8f9984138e · report
read_images_paths Gucci233/MutualVPR/datasets/dataset_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 6e1ab6206b79c01f · report
read_pano_images_paths Gucci233/MutualVPR/datasets/dataset_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 16e7f712c3144990 · report

Tasks

ClassificationImage RetrievalVisual Place Recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections