paper-with-me

홈 › Papers

A Hybrid Sparse-Dense Monocular SLAM System for Autonomous Driving

2021-08-17 · Louis Gallagher, Varun Ravi Kumar, Senthil Yogamani, John B. McDonald

In this paper, we present a system for incrementally reconstructing a dense 3D model of the geometry of an outdoor environment using a single monocular camera attached to a moving vehicle. Dense models provide a rich representation of the environment facilitating higher-level scene understanding, perception, and planning. Our system employs dense depth prediction with a hybrid mapping architecture combining state-of-the-art sparse features and dense fusion-based visual SLAM algorithms within an integrated framework. Our novel contributions include design of hybrid sparse-dense camera tracking and loop closure, and scale estimation improvements in dense depth prediction. We use the motion estimates from the sparse method to overcome the large and variable inter-frame displacement typical of outdoor vehicle scenarios. Our system then registers the live image with the dense model using whole-image alignment. This enables the fusion of the live frame and dense depth prediction into the model. Global consistency and alignment between the sparse and dense models are achieved by applying pose constraints from the sparse method directly within the deformation of the dense model. We provide qualitative and quantitative results for both trajectory estimation and surface reconstruction accuracy, demonstrating competitive performance on the KITTI dataset. Qualitative results of the proposed approach are illustrated in https://youtu.be/Pn2uaVqjskY. Source code for the project is publicly available at the following repository https://github.com/robotvisionmu/DenseMonoSLAM.

📄 PDF Abstract BibTeX arXiv:2108.07736

Code (1)

robotvisionmu/densemonoslam 공식 구현

Tasks

Autonomous DrivingDepth EstimationDepth PredictionScene UnderstandingSurface Reconstruction

Similar Papers 제목 키워드 기반

Depth Completion with Multiple Balanced Bases and Confidence for Dense Monocular SLAM

2023-09-08 · Weijian Xie, Guanyi Chu, Quanhao Qian, Yihao Yu 외

Dense SLAM based on monocular cameras does indeed have immense application value in the field of AR/VR, especially when it is performed on a mobile device. In this paper, we propose a novel method that integrates a light…

Depth Completion

Sparse2Dense: From direct sparse odometry to dense 3D reconstruction

2019-03-21 · Jiexiong Tang, John Folkesson, Patric Jensfelt

In this paper, we proposed a new deep learning based dense monocular SLAM method. Compared to existing methods, the proposed framework constructs a dense 3D model via a sparse to dense mapping using learned surface norma…

3D ReconstructionDepth EstimationDepth PredictionMonocular Visual Odometry+2

MCGS-SLAM: A Multi-Camera SLAM Framework Using Gaussian Splatting for High-Fidelity Mapping

2025-09-17 · Zhihao Cao, Hanyu Wu, Li Wa Tang, Zizhou Luo 외 arxiv

Recent progress in dense SLAM has primarily targeted monocular setups, often at the expense of robustness and geometric coverage. We present MCGS-SLAM, the first purely RGB-based multi-camera SLAM system built on 3D Gaus…

Autonomous Driving

Simultaneous Localization and 3D-Semi Dense Mapping for Micro Drones Using Monocular Camera and Inertial Sensors

2025-11-18 · Jeryes Danial, Yosi Ben Asher, Itzik Klein arxiv

Monocular simultaneous localization and mapping (SLAM) algorithms estimate drone poses and build a 3D map using a single camera. Current algorithms include sparse methods that lack detailed geometry, while learning-drive…

Pose EstimationEdge Detection

Learning Deeply Supervised Good Features to Match for Dense Monocular Reconstruction

2017-11-16 · Chamara Saroj Weerasekera, Ravi Garg, Yasir Latif, Ian Reid

Visual SLAM (Simultaneous Localization and Mapping) methods typically rely on handcrafted visual features or raw RGB values for establishing correspondences between images. These features, while suitable for sparse mappi…

Depth EstimationMonocular ReconstructionSimultaneous Localization and Mapping