paper-with-me

Papers

EigenPlaces: Training Viewpoint Robust Models for Visual Place Recognition

2023-08-21 · ICCV 2023 1 · Gabriele Berton, Gabriele Trivigno, Barbara Caputo, Carlo Masone

Visual Place Recognition is a task that aims to predict the place of an image (called query) based solely on its visual features. This is typically done through image retrieval, where the query is matched to the most similar images from a large database of geotagged photos, using learned global descriptors. A major challenge in this task is recognizing places seen from different viewpoints. To overcome this limitation, we propose a new method, called EigenPlaces, to train our neural network on images from different point of views, which embeds viewpoint robustness into the learned global descriptors. The underlying idea is to cluster the training data so as to explicitly present the model with different views of the same points of interest. The selection of this points of interest is done without the need for extra supervision. We then present experiments on the most comprehensive set of datasets in literature, finding that EigenPlaces is able to outperform previous state of the art on the majority of datasets, while requiring 60\% less GPU memory for training and using 50\% smaller descriptors. The code and trained models for EigenPlaces are available at {\small{\url{https://github.com/gmberton/EigenPlaces}}}, while results with any other baseline can be computed with the codebase at {\small{\url{https://github.com/gmberton/auto_VPR}}}.

📄 PDF Abstract BibTeX arXiv:2308.10832

Code (4)

gmberton/auto_vpr 공식 구현 pytorch
gmberton/eigenplaces 공식 구현 pytorch
gmberton/VPR-methods-evaluation pytorch
stschubert/vpr_tutorial pytorch

Tasks

GPUImage RetrievalRetrievalVisual Place Recognition

Similar Papers 제목 키워드 기반

BoQ: A Place is Worth a Bag of Learnable Queries

2024-05-12 · CVPR 2024 1 · Amar Ali-bey, Brahim Chaib-Draa, Philippe Giguère

In visual place recognition, accurately identifying and matching images of locations under varying environmental conditions and viewpoints remains a significant challenge. In this paper, we introduce a new technique, cal…

Image Similarity SearchRetrievalVisual Place Recognition

Evaluation of Visual Place Recognition Methods for Image Pair Retrieval in 3D Vision and Robotics

2026-03-14 · Dennis Haitz, Athradi Shritish Shetty, Michael Weinmann, Markus Ulrich arxiv

Visual Place Recognition (VPR) is a core component in computer vision, typically formulated as an image retrieval task for localization, mapping, and navigation. In this work, we instead study VPR as an image pair retrie…

Visual Place RecognitionImage Retrieval

Improving Visual Place Recognition with Sequence-Matching Receptiveness Prediction

2025-03-10 · Somayeh Hussaini, Tobias Fischer, Michael Milford

In visual place recognition (VPR), filtering and sequence-based matching approaches can improve performance by integrating temporal information across image sequences, especially in challenging conditions. While these me…

Visual Place Recognition

NocPlace: Nocturnal Visual Place Recognition via Generative and Inherited Knowledge Transfer

2024-02-27 · Bingxi Liu, Yiqun Wang, Huaqi Tao, Tingjun Huang 외

Visual Place Recognition (VPR) is crucial in computer vision, aiming to retrieve database images similar to a query image from an extensive collection of known images. However, like many vision tasks, VPR always degrades…

Image GenerationImage-to-Image TranslationTransfer LearningTranslation+1

Enhancing Geo-localization for Crowdsourced Flood Imagery via LLM-Guided Attention

2025-11-25 · Fengyi Xu, Jun Ma, Waishan Qiu, Cui Guo 외 arxiv

Crowdsourced social media imagery provides real-time visual evidence of urban flooding but often lacks reliable geographic metadata for emergency response. Existing Visual Place Recognition (VPR) models struggle to geo-l…

Visual Place RecognitionSpatial Reasoning