paper-with-me

홈 › Papers

MultiRes-NetVLAD: Augmenting Place Recognition Training with Low-Resolution Imagery

2022-02-18 · Ahmad Khaliq, Michael Milford, Sourav Garg

Visual Place Recognition (VPR) is a crucial component of 6-DoF localization, visual SLAM and structure-from-motion pipelines, tasked to generate an initial list of place match hypotheses by matching global place descriptors. However, commonly-used CNN-based methods either process multiple image resolutions after training or use a single resolution and limit multi-scale feature extraction to the last convolutional layer during training. In this paper, we augment NetVLAD representation learning with low-resolution image pyramid encoding which leads to richer place representations. The resultant multi-resolution feature pyramid can be conveniently aggregated through VLAD into a single compact representation, avoiding the need for concatenation or summation of multiple patches in recent multi-scale approaches. Furthermore, we show that the underlying learnt feature tensor can be combined with existing multi-scale approaches to improve their baseline performance. Evaluation on 15 viewpoint-varying and viewpoint-consistent benchmarking datasets confirm that the proposed MultiRes-NetVLAD leads to state-of-the-art Recall@N performance for global descriptor based retrieval, compared against 11 existing techniques. Source code is publicly available at https://github.com/Ahmedest61/MultiRes-NetVLAD.

📄 PDF Abstract BibTeX arXiv:2202.09146

Code (1)

ahmedest61/multires-netvlad 공식 구현 pytorch

Tasks

BenchmarkingRepresentation LearningRetrievalVisual Place Recognition

Similar Papers 제목 키워드 기반

PointNetVLAD: Deep Point Cloud Based Retrieval for Large-Scale Place Recognition

2018-04-10 · CVPR 2018 6 · Mikaela Angelina Uy, Gim Hee Lee

Unlike its image based counterpart, point cloud based retrieval for place recognition has remained as an unexplored and unsolved problem. This is largely due to the difficulty in extracting local feature descriptors from…

3D Place RecognitionPoint Cloud RetrievalRetrievalTriplet+2

FE-Fusion-VPR: Attention-based Multi-Scale Network Architecture for Visual Place Recognition by Fusing Frames and Events

2022-11-22 · Kuanxu Hou, Delei Kong, Junjie Jiang, Hao Zhuang 외

Traditional visual place recognition (VPR), usually using standard cameras, is easy to fail due to glare or high-speed motion. By contrast, event cameras have the advantages of low latency, high temporal resolution, and …

Visual Place Recognition

Patch-NetVLAD: Multi-Scale Fusion of Locally-Global Descriptors for Place Recognition

2021-03-02 · CVPR 2021 1 · Stephen Hausler, Sourav Garg, Ming Xu, Michael Milford 외

Visual Place Recognition is a challenging task for robotics and autonomous systems, which must deal with the twin problems of appearance and viewpoint change in an always changing world. This paper introduces Patch-NetVL…

Computational EfficiencyVisual LocalizationVisual Place Recognition

NetVLAD: CNN architecture for weakly supervised place recognition

2015-11-23 · CVPR 2016 6 · Relja Arandjelović, Petr Gronat, Akihiko Torii, Tomas Pajdla 외

We tackle the problem of large scale visual place recognition, where the task is to quickly and accurately recognize the location of a given query photograph. We present the following three principal contributions. First…

Image RetrievalRetrievalVisual Place Recognition

Patch-NetVLAD+: Learned patch descriptor and weighted matching strategy for place recognition

2022-02-11 · Yingfeng Cai, Junqiao Zhao, Jiafeng Cui, Fenglin Zhang 외

Visual Place Recognition (VPR) in areas with similar scenes such as urban or indoor scenarios is a major challenge. Existing VPR methods using global descriptors have difficulty capturing local specific regions (LSR) in …

TripletVisual Place Recognition