paper-with-me

Papers

Robust Dense Mapping for Large-Scale Dynamic Environments

2019-05-07 · Ioan Andrei Bârsan, Peidong Liu, Marc Pollefeys, Andreas Geiger

We present a stereo-based dense mapping algorithm for large-scale dynamic urban environments. In contrast to other existing methods, we simultaneously reconstruct the static background, the moving objects, and the potentially moving but currently stationary objects separately, which is desirable for high-level mobile robotic tasks such as path planning in crowded environments. We use both instance-aware semantic segmentation and sparse scene flow to classify objects as either background, moving, or potentially moving, thereby ensuring that the system is able to model objects with the potential to transition from static to dynamic, such as parked cars. Given camera poses estimated from visual odometry, both the background and the (potentially) moving objects are reconstructed separately by fusing the depth maps computed from the stereo input. In addition to visual odometry, sparse scene flow is also used to estimate the 3D motions of the detected moving objects, in order to reconstruct them accurately. A map pruning technique is further developed to improve reconstruction accuracy and reduce memory consumption, leading to increased scalability. We evaluate our system thoroughly on the well-known KITTI dataset. Our system is capable of running on a PC at approximately 2.5Hz, with the primary bottleneck being the instance-aware semantic segmentation, which is a limitation we hope to address in future work. The source code is available from the project website (http://andreibarsan.github.io/dynslam).

📄 PDF Abstract BibTeX arXiv:1905.02781

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationVisual Odometry

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
pc 설명 없음

Similar Papers 제목 키워드 기반

NID-SLAM: Neural Implicit Representation-based RGB-D SLAM in dynamic environments

2024-01-02 · Ziheng Xu, Jianwei Niu, Qingfeng Li, Tao Ren 외

Neural implicit representations have been explored to enhance visual SLAM algorithms, especially in providing high-fidelity dense map. Existing methods operate robustly in static scenes but struggle with the disruption c…

VINGS-Mono: Visual-Inertial Gaussian Splatting Monocular SLAM in Large Scenes

2025-01-14 · Ke wu, ZiCheng Zhang, Muer Tie, Ziqing Ai 외

VINGS-Mono is a monocular (inertial) Gaussian Splatting (GS) SLAM framework designed for large scenes. The framework comprises four main components: VIO Front End, 2D Gaussian Map, NVS Loop Closure, and Dynamic Eraser. I…

Loop Closure DetectionNeRFNovel View Synthesis

Large-scale Autonomous Flight with Real-time Semantic SLAM under Dense Forest Canopy

2021-09-14 · Xu Liu, Guilherme V. Nardari, Fernando Cladera Ojeda, Yuezhan Tao 외

Semantic maps represent the environment using a set of semantically meaningful objects. This representation is storage-efficient, less ambiguous, and more informative, thus facilitating large-scale autonomy and the acqui…

Autonomous NavigationSemantic SegmentationSemantic SLAM

Real-time Scalable Dense Surfel Mapping

2019-09-10 · Kaixuan Wang, Fei Gao, Shaojie Shen

In this paper, we propose a novel dense surfel mapping system that scales well in different environments with only CPU computation. Using a sparse SLAM system to estimate camera poses, the proposed mapping system can fus…

3D Point Cloud ReconstructionCPUSuperpixels

NeRF-LOAM: Neural Implicit Representation for Large-Scale Incremental LiDAR Odometry and Mapping

2023-03-19 · ICCV 2023 1 · Junyuan Deng, Xieyuanli Chen, Songpengcheng Xia, Zhen Sun 외

Simultaneously odometry and mapping using LiDAR data is an important task for mobile systems to achieve full autonomy in large-scale environments. However, most existing LiDAR-based methods prioritize tracking quality ov…

NeRF