paper-with-me

Papers

BDIS-SLAM: A lightweight CPU-based dense stereo SLAM for surgery

2023-12-25 · Jingwei Song, Ray Zhang, Qiuchen Zhu, Jianyu Lin, Maani Ghaffari

Purpose: Common dense stereo Simultaneous Localization and Mapping (SLAM) approaches in Minimally Invasive Surgery (MIS) require high-end parallel computational resources for real-time implementation. Yet, it is not always feasible since the computational resources should be allocated to other tasks like segmentation, detection, and tracking. To solve the problem of limited parallel computational power, this research aims at a lightweight dense stereo SLAM system that works on a single-core CPU and achieves real-time performance (more than 30 Hz in typical scenarios). Methods: A new dense stereo mapping module is integrated with the ORB-SLAM2 system and named BDIS-SLAM. Our new dense stereo mapping module includes stereo matching and 3D dense depth mosaic methods. Stereo matching is achieved with the recently proposed CPU-level real-time matching algorithm Bayesian Dense Inverse Searching (BDIS). A BDIS-based shape recovery and a depth mosaic strategy are integrated as a new thread and coupled with the backbone ORB-SLAM2 system for real-time stereo shape recovery. Results: Experiments on in-vivo data sets show that BDIS-SLAM runs at over 30 Hz speed on modern single-core CPU in typical endoscopy/colonoscopy scenarios. BDIS-SLAM only consumes around an additional 12% time compared with the backbone ORB-SLAM2. Although our lightweight BDIS-SLAM simplifies the process by ignoring deformation and fusion procedures, it can provide a usable dense mapping for modern MIS on computationally constrained devices. Conclusion: The proposed BDIS-SLAM is a lightweight stereo dense SLAM system for MIS. It achieves 30 Hz on a modern single-core CPU in typical endoscopy/colonoscopy scenarios (image size around 640*480). BDIS-SLAM provides a low-cost solution for dense mapping in MIS and has the potential to be applied in surgical robots and AR systems.

📄 PDF Abstract BibTeX arXiv:2312.15679

Code (1)

jingweisong/bdis-slam 공식 구현

Tasks

CPUSimultaneous Localization and MappingStereo Matching

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
ORB-SLAM2 설명 없음

Similar Papers 제목 키워드 기반

DROID-SLAM: Deep Visual SLAM for Monocular, Stereo, and RGB-D Cameras

2021-08-24 · NeurIPS 2021 12 · Zachary Teed, Jia Deng

We introduce DROID-SLAM, a new deep learning based SLAM system. DROID-SLAM consists of recurrent iterative updates of camera pose and pixelwise depth through a Dense Bundle Adjustment layer. DROID-SLAM is accurate, achie…

Stereo Plane SLAM Based on Intersecting Lines

2020-08-19 · Xiao-Yu Zhang, Wei Wang, Xianyu Qi, Ziwei Liao

Plane feature is a kind of stable landmark to reduce drift error in SLAM system. It is easy and fast to extract planes from dense point cloud, which is commonly acquired from RGB-D camera or lidar. But for stereo camera,…

Stereo Matching

DSP-SLAM: Object Oriented SLAM with Deep Shape Priors

2021-08-21 · Jingwen Wang, Martin Rünz, Lourdes Agapito

We propose DSP-SLAM, an object-oriented SLAM system that builds a rich and accurate joint map of dense 3D models for foreground objects, and sparse landmark points to represent the background. DSP-SLAM takes as input the…

3D Object ReconstructionObjectObject SLAMSemantic SLAM+1

ORB-SLAM2: an Open-Source SLAM System for Monocular, Stereo and RGB-D Cameras

2016-10-20 · Raul Mur-Artal, Juan D. Tardos

We present ORB-SLAM2 a complete SLAM system for monocular, stereo and RGB-D cameras, including map reuse, loop closing and relocalization capabilities. The system works in real-time on standard CPUs in a wide variety of …

Simultaneous Localization and MappingVisual Odometry

Combining SLAM with muti-spectral photometric stereo for real-time dense 3D reconstruction

2018-07-06 · Yuanhong Xu, Pei Dong, Junyu Dong, Lin Qi

Obtaining dense 3D reconstrution with low computational cost is one of the important goals in the field of SLAM. In this paper we propose a dense 3D reconstruction framework from monocular multispectral video sequences u…

3D Reconstruction