paper-with-me

Papers

Improved Real-Time Monocular SLAM Using Semantic Segmentation on Selective Frames

2021-04-30 · Jinkyu Lee, Muhyun Back, Sung Soo Hwang, Il Yong Chun

Monocular simultaneous localization and mapping (SLAM) is emerging in advanced driver assistance systems and autonomous driving, because a single camera is cheap and easy to install. Conventional monocular SLAM has two major challenges leading inaccurate localization and mapping. First, it is challenging to estimate scales in localization and mapping. Second, conventional monocular SLAM uses inappropriate mapping factors such as dynamic objects and low-parallax areas in mapping. This paper proposes an improved real-time monocular SLAM that resolves the aforementioned challenges by efficiently using deep learning-based semantic segmentation. To achieve the real-time execution of the proposed method, we apply semantic segmentation only to downsampled keyframes in parallel with mapping processes. In addition, the proposed method corrects scales of camera poses and three-dimensional (3D) points, using estimated ground plane from road-labeled 3D points and the real camera height. The proposed method also removes inappropriate corner features labeled as moving objects and low parallax areas. Experiments with eight video sequences demonstrate that the proposed monocular SLAM system achieves significantly improved and comparable trajectory tracking accuracy, compared to existing state-of-the-art monocular and stereo SLAM systems, respectively. The proposed system can achieve real-time tracking on a standard CPU potentially with a standard GPU support, whereas existing segmentation-aided monocular SLAM does not.

📄 PDF Abstract BibTeX arXiv:2105.00114

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingCPUGPUSegmentationSemantic SegmentationSimultaneous Localization and Mapping

Similar Papers 제목 키워드 기반

M2H-MX: Multi-Task Semantic and Geometric Perception for Real-Time Monocular 3D Scene Graph Construction

2026-03-31 · U. V. B. L. Udugama, George Vosselman, Francesco Nex arxiv

Monocular cameras are attractive for robotic perception due to their low cost and ease of deployment, yet achieving reliable real-time spatial understanding from a single image stream remains challenging. While recent mu…

CNN-SLAM: Real-time dense monocular SLAM with learned depth prediction

2017-04-11 · CVPR 2017 7 · Keisuke Tateno, Federico Tombari, Iro Laina, Nassir Navab

Given the recent advances in depth prediction from Convolutional Neural Networks (CNNs), this paper investigates how predicted depth maps from a deep neural network can be deployed for accurate and dense monocular recons…

Depth EstimationDepth PredictionMonocular ReconstructionPrediction

Real-Time Monocular Object-Model Aware Sparse SLAM

2018-09-24 · Mehdi Hosseinzadeh, Kejie Li, Yasir Latif, Ian Reid

Simultaneous Localization And Mapping (SLAM) is a fundamental problem in mobile robotics. While sparse point-based SLAM methods provide accurate camera localization, the generated maps lack semantic information. On the o…

Camera LocalizationmodelObjectobject-detection+3

WaterSplat-SLAM: Photorealistic Monocular SLAM in Underwater Environment

2026-04-06 · Kangxu Wang, Shaofeng Zou, Chenxing Jiang, Yixiang Dai 외 arxiv

Underwater monocular SLAM is a challenging problem with applications from autonomous underwater vehicles to marine archaeology. However, existing underwater SLAM methods struggle to produce maps with high-fidelity render…

3D ReconstructionDepth EstimationPose Estimation

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…