paper-with-me

홈 › Papers

Breaking the Frame: Visual Place Recognition by Overlap Prediction

2024-06-23 · Tong Wei, Philipp Lindenberger, Jiri Matas, Daniel Barath

Visual place recognition methods struggle with occlusions and partial visual overlaps. We propose a novel visual place recognition approach based on overlap prediction, called VOP, shifting from traditional reliance on global image similarities and local features to image overlap prediction. VOP proceeds co-visible image sections by obtaining patch-level embeddings using a Vision Transformer backbone and establishing patch-to-patch correspondences without requiring expensive feature detection and matching. Our approach uses a voting mechanism to assess overlap scores for potential database images. It provides a nuanced image retrieval metric in challenging scenarios. Experimental results show that VOP leads to more accurate relative pose estimation and localization results on the retrieved image pairs than state-of-the-art baselines on a number of large-scale, real-world indoor and outdoor benchmarks. The code is available at https://github.com/weitong8591/vop.git.

📄 PDF Abstract BibTeX arXiv:2406.16204

Code (1)

weitong8591/vop 공식 구현 pytorch

Tasks

Image RetrievalPose EstimationPredictionRetrievalVisual Place Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Revisit Anything: Visual Place Recognition via Image Segment Retrieval

2024-09-26 · Kartik Garg, Sai Shubodh Puligilla, Shishir Kolathaya, Madhava Krishna 외

Accurately recognizing a revisited place is crucial for embodied agents to localize and navigate. This requires visual representations to be distinct, despite strong variations in camera viewpoint and scene appearance. E…

Image SegmentationNavigateRetrievalSemantic Segmentation+1

OverlapMamba: Novel Shift State Space Model for LiDAR-based Place Recognition

2024-05-13 · Qiuchi Xiang, Jintao Cheng, Jiehao Luo, Jin Wu 외

Place recognition is the foundation for enabling autonomous systems to achieve independent decision-making and safe operations. It is also crucial in tasks such as loop closure detection and global localization within SL…

Decision MakingLoop Closure DetectionMambaState Space Models

Breaking Déjà Vu: Independent Auditing of Visual Place Recognition through Vision-Language Reasoning

2026-07-14 · Sania Waheed, Michael Milford, Sarvapali D. Ramchurn, Shoaib Ehsan arxiv

Visual place recognition (VPR) is a key enabler of accurate localization and long-term autonomous navigation in robotics applications, such as loop closure detection for simultaneous localisation and mapping (SLAM). Howe…

Visual Place RecognitionImage Matching

Regressing Transformers for Data-efficient Visual Place Recognition

2024-01-29 · María Leyva-Vallina, Nicola Strisciuglio, Nicolai Petkov

Visual place recognition is a critical task in computer vision, especially for localization and navigation systems. Existing methods often rely on contrastive learning: image descriptors are trained to have small distanc…

Contrastive LearningRe-RankingVisual Place Recognition

Where is your place, Visual Place Recognition?

2021-03-11 · Sourav Garg, Tobias Fischer, Michael Milford

Visual Place Recognition (VPR) is often characterized as being able to recognize the same place despite significant changes in appearance and viewpoint. VPR is a key component of Spatial Artificial Intelligence, enabling…

Visual Place Recognition