paper-with-me

홈 › Papers

Real-Time Loop Closure Detection in Visual SLAM via NetVLAD and Faiss

2026-02-02 · Enguang Fan arxiv

Loop closure detection (LCD) is a core component of simultaneous localization and mapping (SLAM): it identifies revisited places and enables pose-graph constraints that correct accumulated drift. Classic bag-of-words approaches such as DBoW are efficient but often degrade under appearance change and perceptual aliasing. In parallel, deep learning-based visual place recognition (VPR) descriptors (e.g., NetVLAD and Transformer-based models) offer stronger robustness, but their computational cost is often viewed as a barrier to real-time SLAM. In this paper, we empirically evaluate NetVLAD as an LCD module and compare it against DBoW on the KITTI dataset. We introduce a Fine-Grained Top-K precision-recall curve that better reflects LCD settings where a query may have zero or multiple valid matches. With Faiss-accelerated nearestneighbor search, NetVLAD achieves real-time query speed while improving accuracy and robustness over DBoW, making it a practical drop-in alternative for LCD in SLAM.

📄 PDF Abstract BibTeX arXiv:2602.01673

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Place Recognition

Similar Papers 제목 키워드 기반

LoopNet: A Multitasking Few-Shot Learning Approach for Loop Closure in Large Scale SLAM

2025-07-20 · Mohammad-Maher Nakshbandi, Ziad Sharawy, Sorin Grigorescu arxiv

One of the main challenges in the Simultaneous Localization and Mapping (SLAM) loop closure problem is the recognition of previously visited places. In this work, we tackle the two main problems of real-time SLAM systems…

Few-Shot Learning

Multi-Model Hypothesize-and-Verify Approach for Incremental Loop Closure Verification

2016-08-06 · Kanji Tanaka

Loop closure detection, which is the task of identifying locations revisited by a robot in a sequence of odometry and perceptual observations, is typically formulated as a visual place recognition (VPR) task. However, ev…

Loop Closure DetectionRobot NavigationVisual OdometryVisual Place Recognition

Bi-directional Loop Closure for Visual SLAM

2022-04-01 · Ihtisham Ali, Sari Peltonen, Atanas Gotchev

A key functional block of visual navigation system for intelligent autonomous vehicles is Loop Closure detection and subsequent relocalisation. State-of-the-Art methods still approach the problem as uni-directional along…

Autonomous VehiclesLoop Closure DetectionVisual Navigation

Visual Loop Closure Detection Through Deep Graph Consensus

2025-05-27 · Martin Büchner, Liza Dahiya, Simon Dorer, Vipul Ramtekkar 외

Visual loop closure detection traditionally relies on place recognition methods to retrieve candidate loops that are validated using computationally expensive RANSAC-based geometric verification. As false positive loop c…

Computational EfficiencyGraph Neural NetworkLoop Closure DetectionSimultaneous Localization and Mapping

Appearance-Based Loop Closure Detection for Online Large-Scale and Long-Term Operation

2024-07-22 · Mathieu Labbé, François Michaud

In appearance-based localization and mapping, loop closure detection is the process used to determinate if the current observation comes from a previously visited location or a new one. As the size of the internal map in…

Loop Closure Detection