TurboMap: GPU-Accelerated Local Mapping for Visual SLAM
Parsa Hosseininejad, Kimia Khabiri, Shishir Gopinath, Soudabeh Mohammadhashemi, Karthik Dantu, Steven Y. Ko

TL;DR
TurboMap introduces a GPU-accelerated local mapping backend for Visual SLAM that significantly reduces latency and maintains accuracy through innovative restructuring and optimization techniques.
Contribution
This work presents a comprehensive GPU-parallelized local mapping system for Visual SLAM, addressing synchronization and data transfer challenges with novel restructuring and persistent GPU storage.
Findings
Achieves 1.3x speedup on EuRoC dataset
Achieves 1.6x speedup on TUM-VI dataset
Maintains accuracy while accelerating local mapping
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Advanced Vision and Imaging · Advanced Image and Video Retrieval Techniques
