Fast ORB-SLAM without Keypoint Descriptors
Qiang Fu, Hongshan Yu, Xiaolong Wang, Zhengeng Yang, Yong He, Hong, Zhang, and Ajmal Mian

TL;DR
FastORB-SLAM is a lightweight visual SLAM method that tracks keypoints without computing descriptors for each frame, significantly improving speed while maintaining high accuracy on RGB-D datasets.
Contribution
It introduces a descriptor-independent keypoint matching approach using sparse optical flow, reducing computational load compared to traditional descriptor-based methods.
Findings
Achieves state-of-the-art accuracy on RGB-D datasets.
Runs approximately twice as fast as ORB-SLAM2.
Maintains robustness and accuracy without computing descriptors for every frame.
Abstract
Indirect methods for visual SLAM are gaining popularity due to their robustness to environmental variations. ORB-SLAM2 \cite{orbslam2} is a benchmark method in this domain, however, it consumes significant time for computing descriptors that never get reused unless a frame is selected as a keyframe. To overcome these problems, we present FastORB-SLAM which is lightweight and efficient as it tracks keypoints between adjacent frames without computing descriptors. To achieve this, a two-stage coarse-to-fine descriptor independent keypoint matching method is proposed based on sparse optical flow. In the first stage, we predict initial keypoint correspondences via a simple but effective motion model and then robustly establish the correspondences via pyramid-based sparse optical flow tracking. In the second stage, we leverage the constraints of the motion smoothness and epipolar geometry to…
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.
