TL;DR
This paper introduces an end-to-end deep learning framework using recurrent convolutional neural networks for monocular visual odometry, eliminating the need for traditional pipeline components and demonstrating competitive results on KITTI dataset.
Contribution
It presents a novel deep RCNN-based approach for monocular VO that learns features and models sequential relations directly from raw images, bypassing traditional modules.
Findings
Achieves competitive performance on KITTI dataset
Automatically learns effective feature representations
Models sequential dynamics implicitly
Abstract
This paper studies monocular visual odometry (VO) problem. Most of existing VO algorithms are developed under a standard pipeline including feature extraction, feature matching, motion estimation, local optimisation, etc. Although some of them have demonstrated superior performance, they usually need to be carefully designed and specifically fine-tuned to work well in different environments. Some prior knowledge is also required to recover an absolute scale for monocular VO. This paper presents a novel end-to-end framework for monocular VO by using deep Recurrent Convolutional Neural Networks (RCNNs). Since it is trained and deployed in an end-to-end manner, it infers poses directly from a sequence of raw RGB images (videos) without adopting any module in the conventional VO pipeline. Based on the RCNNs, it not only automatically learns effective feature representation for the VO…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAdam · 1-bit Adam
