paper-with-me

Papers

TurboMap: GPU-Accelerated Local Mapping for Visual SLAM

2025-11-03 · Parsa Hosseininejad, Kimia Khabiri, Shishir Gopinath, Soudabeh Mohammadhashemi, Karthik Dantu, Steven Y. Ko arxiv

In real-time Visual SLAM systems, local mapping must operate under strict latency constraints, as delays degrade map quality and increase the risk of tracking failure. GPU parallelization offers a promising way to reduce latency. However, parallelizing local mapping is challenging due to synchronized shared-state updates and the overhead of transferring large map data structures to the GPU. This paper presents TurboMap, a GPU-parallelized and CPU-optimized local mapping backend that holistically addresses these challenges. We restructure Map Point Creation to enable parallel Keypoint Correspondence Search on the GPU, redesign and parallelize Map Point Fusion, optimize Redundant Keyframe Culling on the CPU, and integrate a fast GPU-based Local Bundle Adjustment solver. To minimize data transfer and synchronization costs, we introduce persistent GPU-resident keyframe storage. Experiments on the EuRoC and TUM-VI datasets show average local mapping speedups of 1.3x and 1.6x, respectively, while preserving accuracy.

📄 PDF Abstract BibTeX arXiv:2511.02036

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

cuVSLAM: CUDA accelerated visual odometry and mapping

2025-06-04 · Alexander Korovko, Dmitry Slepichev, Alexander Efitorov, Aigul Dzhumamuratova 외

Accurate and robust pose estimation is a key requirement for any autonomous robot. We present cuVSLAM, a state-of-the-art solution for visual simultaneous localization and mapping, which can operate with a variety of vis…

Edge-computingPose EstimationSimultaneous Localization and MappingVisual Odometry

Accelerated Feature Detectors for Visual SLAM: A Comparative Study of FPGA vs GPU

2025-10-15 · Ruiqi Ye, Mikel Luján arxiv

Feature detection is a common yet time-consuming module in Simultaneous Localization and Mapping (SLAM) implementations, which are increasingly deployed on power-constrained platforms, such as drones. Graphics Processing…

Navigating the Landscape for Real-time Localisation and Mapping for Robotics and Virtual and Augmented Reality

2018-08-20 · Sajad Saeedi, Bruno Bodin, Harry Wagstaff, Andy Nisbet 외

Visual understanding of 3D environments in real-time, at low power, is a huge computational challenge. Often referred to as SLAM (Simultaneous Localisation and Mapping), it is central to applications spanning domestic an…

Autonomous Vehicles

An Online Semantic Mapping System for Extending and Enhancing Visual SLAM

2022-03-08 · Thorsten Hempel, Ayoub Al-Hamadi

We present a real-time semantic mapping approach for mobile vision systems with a 2D to 3D object detection pipeline and rapid data association for generated landmarks. Besides the semantic map enrichment the associated …

3D Object DetectionObjectobject-detectionObject Detection+3

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 app…

Visual Place Recognition