paper-with-me

Papers

BEV$^2$PR: BEV-Enhanced Visual Place Recognition with Structural Cues

2024-03-11 · Fudong Ge, Yiwei Zhang, Shuhan Shen, Yue Wang, Weiming Hu, Jin Gao

In this paper, we propose a new image-based visual place recognition (VPR) framework by exploiting the structural cues in bird's-eye view (BEV) from a single monocular camera. The motivation arises from two key observations about place recognition methods based on both appearance and structure: 1) For the methods relying on LiDAR sensors, the integration of LiDAR in robotic systems has led to increased expenses, while the alignment of data between different sensors is also a major challenge. 2) Other image-/camera-based methods, involving integrating RGB images and their derived variants (eg, pseudo depth images, pseudo 3D point clouds), exhibit several limitations, such as the failure to effectively exploit the explicit spatial relationships between different objects. To tackle the above issues, we design a new BEV-enhanced VPR framework, namely BEV$^2$PR, generating a composite descriptor with both visual cues and spatial awareness based on a single camera. The key points lie in: 1) We use BEV features as an explicit source of structural knowledge in constructing global features. 2) The lower layers of the pre-trained backbone from BEV generation are shared for visual and structural streams in VPR, facilitating the learning of fine-grained local features in the visual stream. 3) The complementary visual and structural features can jointly enhance VPR performance. Our BEV$^2$PR framework enables consistent performance improvements over several popular aggregation modules for RGB global features. The experiments on our collected VPR-NuScenes dataset demonstrate an absolute gain of 2.47% on Recall@1 for the strong Conv-AP baseline to achieve the best performance in our setting, and notably, a 18.06% gain on the hard set. The code and dataset will be available at https://github.com/FudongGe/BEV2PR.

📄 PDF Abstract BibTeX arXiv:2403.06600

Code (1)

fudongge/bev2pr 공식 구현

Tasks

Visual Place Recognition

Similar Papers 제목 키워드 기반

Augmenting Visual Place Recognition with Structural Cues

2020-02-29 · Amadeus Oertel, Titus Cieslewski, Davide Scaramuzza

In this paper, we propose to augment image-based place recognition with structural cues. Specifically, these structural cues are obtained using structure-from-motion, such that no additional sensors are needed for place …

Visual Place Recognition

Visual Place Recognition in Forests with Depth-Aware Distillation

2026-06-11 · Walter Nedov, Saimunur Rahman, Kavindie Katuwandeniya, David Hall 외 arxiv

Visual place recognition in natural forest environments remains challenging due to repetitive vegetation, weak structural cues, and significant appearance variation across traversals. To address this limitation, this pap…

Visual Place Recognition

CMFN: Cross-Modal Fusion Network for Irregular Scene Text Recognition

2024-01-18 · Jinzhi Zheng, Ruyi Ji, Libo Zhang, Yanjun Wu 외

Scene text recognition, as a cross-modal task involving vision and text, is an important research topic in computer vision. Most existing methods use language models to extract semantic information for optimizing visual …

PositionScene Text Recognition

Optimal Transport Aggregation for Visual Place Recognition

2023-11-27 · CVPR 2024 1 · Sergio Izquierdo, Javier Civera

The task of Visual Place Recognition (VPR) aims to match a query image against references from an extensive database of images from different places, relying solely on visual cues. State-of-the-art pipelines focus on the…

Re-RankingVisual Place Recognition

Adding Cues to Binary Feature Descriptors for Visual Place Recognition

2018-09-18 · Dominik Schlegel, Giorgio Grisetti

In this paper we propose an approach to embed continuous and selector cues in binary feature descriptors used for visual place recognition. The embedding is achieved by extending each feature descriptor with a binary str…

Image RetrievalRetrievalVisual Place Recognition