A Stereo Visual SLAM System Using Object-Level Motion Estimation and Geometric Filtering Based on Cross Disparity

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

OCD SLAM is a dynamic stereo visual SLAM framework that extends ORB-SLAM2, specifically designed to operate robustly in environments with moving objects and dynamic features. It introduces a novel geometric approach based on "cross disparity" to identify dynamic feature points by exploiting both temporal and stereo inconsistency. Complementary to this, OCD SLAM integrates a 3D object detection module (SMOKE) with Kalman filter-based object tracking for object-level motion classification. Evaluated on the KITTI Odometry and KITTI Raw datasets, OCD SLAM demonstrates significant improvements in trajectory accuracy compared to ORB-SLAM2 and other dynamic SLAM methods. Ablation studies confirm the effectiveness of the cross disparity module in detecting dynamic features often missed by 3D object detection alone.

Key takeaway

For robotics engineers developing SLAM systems in dynamic environments, OCD SLAM offers a robust solution. Your current ORB-SLAM2 implementations likely struggle with moving objects; consider integrating the "cross disparity" geometric filtering and object-level motion estimation. This dual approach significantly improves trajectory accuracy, enabling more reliable navigation and mapping in complex, real-world settings. Evaluate its performance against your specific dynamic scene challenges.

Key insights

OCD SLAM improves dynamic SLAM by combining geometric cross disparity with object-level motion tracking.

Principles

Method

OCD SLAM uses a geometric "cross disparity" approach for feature-level motion, combined with SMOKE 3D object detection and Kalman filter tracking for object-level motion classification.

In practice

Topics

Best for: Research Scientist, AI Scientist, Robotics Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.