paper-with-me

홈 › Papers

FastTrack: GPU-Accelerated Tracking for Visual SLAM

2025-09-13 · Kimia Khabiri, Parsa Hosseininejad, Shishir Gopinath, Karthik Dantu, Steven Y. Ko arxiv

The tracking module of a visual-inertial SLAM system processes incoming image frames and IMU data to estimate the position of the frame in relation to the map. It is important for the tracking to complete in a timely manner for each frame to avoid poor localization or tracking loss. We therefore present a new approach which leverages GPU computing power to accelerate time-consuming components of tracking in order to improve its performance. These components include stereo feature matching and local map tracking. We implement our design inside the ORB-SLAM3 tracking process using CUDA. Our evaluation demonstrates an overall improvement in tracking performance of up to 2.8x on a desktop and Jetson Xavier NX board in stereo-inertial mode, using the well-known SLAM datasets EuRoC and TUM-VI.

📄 PDF Abstract BibTeX arXiv:2509.10757

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FastTrack: an open-source software for tracking varying numbers of deformable objects

2020-11-13 · Benjamin Gallois, Raphaël Candelier

Analyzing the dynamical properties of mobile objects requires to extract trajectories from recordings, which is often done by tracking movies. We compiled a database of two-dimensional movies for very different biologica…

Cell Tracking

FastTracker: Real-Time and Accurate Visual Tracking

2025-08-20 · Hamidreza Hashempoor, Yu Dong Hwang arxiv

Conventional multi-object tracking (MOT) systems are predominantly designed for pedestrian tracking and often exhibit limited generalization to other object categories. This paper presents a generalized tracking framewor…

Multi-Object TrackingVisual Tracking

FastLoop: Parallel Loop Closing with GPU-Acceleration in Visual SLAM

2026-03-17 · Soudabeh Mohammadhashemi, Shishir Gopinath, Kimia Khabiri, Parsa Hosseininejad 외 arxiv

Visual SLAM systems combine visual tracking with global loop closure to maintain a consistent map and accurate localization. Loop closure is a computationally expensive process as we need to search across the whole map f…

Visual Tracking

FastTrackTr:Towards Fast Multi-Object Tracking with Transformers

2024-11-24 · Pan Liao, Feng Yang, Di wu, Jinwen Yu 외

Transformer-based multi-object tracking (MOT) methods have captured the attention of many researchers in recent years. However, these models often suffer from slow inference speeds due to their structure or other issues.…

Multi-Object TrackingObjectObject Tracking

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…