CVOct 6, 2023

ClusVPR: Efficient Visual Place Recognition with Clustering-based Weighted Transformer

arXiv:2310.04099v24 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses visual place recognition for applications like robot navigation and self-driving vehicles, presenting an incremental improvement over existing methods.

The paper tackles the challenges of duplicate regions and small object representation in visual place recognition by introducing ClusVPR, which uses a clustering-based weighted transformer and optimized-VLAD layer to achieve superior performance on four datasets with reduced complexity.

Visual place recognition (VPR) is a highly challenging task that has a wide range of applications, including robot navigation and self-driving vehicles. VPR is particularly difficult due to the presence of duplicate regions and the lack of attention to small objects in complex scenes, resulting in recognition deviations. In this paper, we present ClusVPR, a novel approach that tackles the specific issues of redundant information in duplicate regions and representations of small objects. Different from existing methods that rely on Convolutional Neural Networks (CNNs) for feature map generation, ClusVPR introduces a unique paradigm called Clustering-based Weighted Transformer Network (CWTNet). CWTNet leverages the power of clustering-based weighted feature maps and integrates global dependencies to effectively address visual deviations encountered in large-scale VPR problems. We also introduce the optimized-VLAD (OptLAD) layer that significantly reduces the number of parameters and enhances model efficiency. This layer is specifically designed to aggregate the information obtained from scale-wise image patches. Additionally, our pyramid self-supervised strategy focuses on extracting representative and diverse information from scale-wise image patches instead of entire images, which is crucial for capturing representative and diverse information in VPR. Extensive experiments on four VPR datasets show our model's superior performance compared to existing models while being less complex.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes