paper-with-me

Papers

Training Deep SLAM on Single Frames

2019-12-11 · Igor Slinko, Anna Vorontsova, Dmitry Zhukov, Olga Barinova, Anton Konushin

Learning-based visual odometry and SLAM methods demonstrate a steady improvement over past years. However, collecting ground truth poses to train these methods is difficult and expensive. This could be resolved by training in an unsupervised mode, but there is still a large gap between performance of unsupervised and supervised methods. In this work, we focus on generating synthetic data for deep learning-based visual odometry and SLAM methods that take optical flow as an input. We produce training data in a form of optical flow that corresponds to arbitrary camera movement between a real frame and a virtual frame. For synthesizing data we use depth maps either produced by a depth sensor or estimated from stereo pair. We train visual odometry model on synthetic data and do not use ground truth poses hence this model can be considered unsupervised. Also it can be classified as monocular as we do not use depth maps on inference. We also propose a simple way to convert any visual odometry model into a SLAM method based on frame matching and graph optimization. We demonstrate that both the synthetically-trained visual odometry model and the proposed SLAM method build upon this model yields state-of-the-art results among unsupervised methods on KITTI dataset and shows promising results on a challenging EuRoC dataset.

📄 PDF Abstract BibTeX arXiv:1912.05405

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow EstimationVisual Odometry

Similar Papers 제목 키워드 기반

Multicam-SLAM: Non-overlapping Multi-camera SLAM for Indirect Visual Localization and Navigation

2024-06-10 · Shenghao Li, Luchao Pang, Xianglong Hu

This paper presents a novel approach to visual simultaneous localization and mapping (SLAM) using multiple RGB-D cameras. The proposed method, Multicam-SLAM, significantly enhances the robustness and accuracy of SLAM sys…

Pose EstimationSimultaneous Localization and MappingVisual Localization

DeepRelativeFusion: Dense Monocular SLAM using Single-Image Relative Depth Prediction

2020-06-07 · Shing Yan Loo, Syamsiah Mashohor, Sai Hong Tang, Hong Zhang

In this paper, we propose a dense monocular SLAM system, named DeepRelativeFusion, that is capable to recover a globally consistent 3D structure. To this end, we use a visual SLAM algorithm to reliably recover the camera…

Depth EstimationDepth PredictionSimultaneous Localization and MappingVisual Navigation

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 m…

Autonomous DrivingCPUGPUSegmentation+2

Dual-SLAM: A framework for robust single camera navigation

2020-09-23 · Huajian Huang, Wen-Yan Lin, Siying Liu, Dong Zhang 외

SLAM (Simultaneous Localization And Mapping) seeks to provide a moving agent with real-time self-localization. To achieve real-time speed, SLAM incrementally propagates position estimates. This makes SLAM fast but also m…

Pose EstimationSimultaneous Localization and Mapping

Pose Correction Algorithm for Relative Frames between Keyframes in SLAM

2020-09-18 · Youngseok Jang, Hojoon Shin, H. Jin Kim

With the dominance of keyframe-based SLAM in the field of robotics, the relative frame poses between keyframes have typically been sacrificed for a faster algorithm to achieve online applications. However, those approach…