paper-with-me

Papers

SemanticSLAM: Learning based Semantic Map Construction and Robust Camera Localization

2024-01-23 · Mingyang Li, Yue Ma, Qinru Qiu

Current techniques in Visual Simultaneous Localization and Mapping (VSLAM) estimate camera displacement by comparing image features of consecutive scenes. These algorithms depend on scene continuity, hence requires frequent camera inputs. However, processing images frequently can lead to significant memory usage and computation overhead. In this study, we introduce SemanticSLAM, an end-to-end visual-inertial odometry system that utilizes semantic features extracted from an RGB-D sensor. This approach enables the creation of a semantic map of the environment and ensures reliable camera localization. SemanticSLAM is scene-agnostic, which means it doesn't require retraining for different environments. It operates effectively in indoor settings, even with infrequent camera input, without prior knowledge. The strength of SemanticSLAM lies in its ability to gradually refine the semantic map and improve pose estimation. This is achieved by a convolutional long-short-term-memory (ConvLSTM) network, trained to correct errors during map construction. Compared to existing VSLAM algorithms, SemanticSLAM improves pose estimation by 17%. The resulting semantic map provides interpretable information about the environment and can be easily applied to various downstream tasks, such as path planning, obstacle avoidance, and robot navigation. The code will be publicly available at https://github.com/Leomingyangli/SemanticSLAM

📄 PDF Abstract BibTeX arXiv:2401.13076

Code (1)

leomingyangli/semanticslam 공식 구현 pytorch

Tasks

Camera LocalizationPose EstimationRobot NavigationSimultaneous Localization and Mapping

Similar Papers 제목 키워드 기반

DynaMoN: Motion-Aware Fast and Robust Camera Localization for Dynamic Neural Radiance Fields

2023-09-16 · Nicolas Schischka, Hannah Schieber, Mert Asim Karaoglu, Melih Görgülü 외

The accurate reconstruction of dynamic scenes with neural radiance fields is significantly dependent on the estimation of camera poses. Widely used structure-from-motion pipelines encounter difficulties in accurately tra…

Camera LocalizationCamera Pose EstimationDynamic ReconstructionNeRF+4

STAMICS: Splat, Track And Map with Integrated Consistency and Semantics for Dense RGB-D SLAM

2025-03-27 · Yongxu Wang, Xu Cao, Weiyun Yi, Zhaoxin Fan

Simultaneous Localization and Mapping (SLAM) is a critical task in robotics, enabling systems to autonomously navigate and understand complex environments. Current SLAM approaches predominantly rely on geometric cues for…

Camera Pose EstimationNavigatePose EstimationSimultaneous Localization and Mapping

Semantic Image Alignment for Vehicle Localization

2021-10-08 · Markus Herb, Matthias Lemberger, Marcel M. Schmitt, Alexander Kurz 외

Accurate and reliable localization is a fundamental requirement for autonomous vehicles to use map information in higher-level tasks such as navigation or planning. In this paper, we present a novel approach to vehicle l…

Autonomous VehiclesSemantic SegmentationVisual Localization

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

DetectFusion: Detecting and Segmenting Both Known and Unknown Dynamic Objects in Real-time SLAM

2019-07-22 · Ryo Hachiuma, Christian Pirchheim, Dieter Schmalstieg, Hideo Saito

We present DetectFusion, an RGB-D SLAM system that runs in real-time and can robustly handle semantically known and unknown objects that can move dynamically in the scene. Our system detects, segments and assigns semanti…

2D Object DetectionInstance Segmentationobject-detectionObject Detection+3