Deep Learning Assisted Visual Odometry

Total Page:16

File Type:pdf, Size:1020Kb

Deep Learning Assisted Visual Odometry Deep Learning Assisted Visual Odometry JIEXIONG TANG Doctoral Thesis Stockholm, Sweden 2020 KTH Royal Institute of Technology School of Electrical Engineering and Computer Science TRITA-EECS-AVL-2020:30 SE-100 44 Stockholm ISBN 978-91-7873-550-1 SWEDEN Akademisk avhandling som med tillstånd av Kungliga Tekniska högskolan fram- lägges till offentlig granskning för avläggande av doktorsexamen i datalogi fredagen den 12 juni 2020 klockan 10.00 i sal U1 Kungliga Tekniska högskolan, Brinellvägen 28A, Stockholm. © Jiexiong Tang, June 2020, except where otherwise stated. Tryck: Universitetsservice US AB iii Abstract The capabilities to autonomously explore and interact with the environ- ment has always been a greatly demanded capability for robots. Various sensor based SLAM methods were investigated and served for this purpose in the past decades. Vision intuitively provides 3D understanding of the sur- rounding and contains a vast amount of information that require high level intelligence to interpret. Sensors like LIDAR, returns the range measurement directly. The motion estimation and scene reconstruction using camera is a harder problem. In this thesis, we are in particular interested in the track- ing frond-end of vision based SLAM, i.e. Visual Odometry (VO), with a focus on deep learning approaches. Recently, learning based methods have dominated most of the vision applications and gradually appears in our daily life and real-world applications. Different to classical methods, deep learn- ing based methods can potentially tackle some of the intrinsic problems in multi-view geometry and straightforwardly improve the performance of cru- cial procedures of VO. For example, the correspondences estimation, dense reconstruction and semantic representation. In this work, we propose novel learning schemes for assisting both di- rect and in-direct visual odometry methods. For the direct approaches, we investigate mainly the monocular setup. The lack of the baseline that pro- vides scale as in stereo has been one of the well-known intrinsic problems in this case. We propose a coupled single view depth and normal estimation method to reduce the scale drift and address the issue of lacking observa- tions of the absolute scale. It is achieved by providing priors for the depth optimization. Moreover, we utilize higher-order geometrical information to guide the dense reconstruction in a sparse-to-dense manner. For the in-direct methods, we propose novel feature learning based methods which noticeably improve the feature matching performance in comparison with common clas- sical feature detectors and descriptors. Finally, we discuss potential ways to make the training self-supervised. This is accomplished by incorporating the differential motion estimation into the training while performing multi-view adaptation to maximize the repeatability and matching performance. We also investigate using a different type of supervisory signal for the training. We add a higher-level proxy task and show that it is possible to train a feature extraction network even without the explicit loss for it. In summary, this thesis presents successful examples of incorporating deep learning techniques to assist a classical visual odometry system. The results are promising and have been extensively evaluated on challenging bench- marks, real robot and handheld cameras. The problem we investigate is still in an early stage, but is attracting more and more interest from researcher in related fields. iv Sammanfattning Förmågan att självständigt utforska och interagera med en miljö har alltid varit önskvärd hos robotar. Olika sensorbaserade SLAM-metoder har utveck- lats och använts för detta ändamål under de senaste decennierna. Datorseende kan intuitivt används för 3D-förståelse men bygger på en enorm mängd in- formation som kräver en hög nivå av intelligens för att tolka. Sensorer som LIDAR returnerar avståndet för varje mätpunkt direkt vilket gör rörelseupp- skattning och scenrekonstruktion mer rättframt än med en kamera. I den här avhandlingen är vi särskilt intresserade av kamerabaserad SLAM och mer specifikt den första delen av ett sådan system, dvs det som normalt kallas visuell odometri (VO). Vi fokuserar på strategier baserade på djupinlärning. Nyligen har inlärningsbaserade metoder kommit att dominera de flesta av kameratillämpningarna och dyker gradvis upp i vårt dagliga liv. Till skill- nad från klassiska metoder kan djupinlärningsbaserade metoder potentiellt ta itu med några av de inneboende problemen i kamerabaserade system och förbättra prestandan för viktiga delar i VO. Till exempel uppskattningar av korrespondenser, tät rekonstruktion och semantisk representation. I detta ar- bete föreslår vi nya inlärningssystem för att stödja både direkta och indirekta visuella odometrimetoder. För de direkta metoder undersöker vi huvudsak- ligen fallet med endast en kamera. Bristen på baslinje, som i stereo, som ger skalan i en scen har varit ett av de välkända problemen i detta fall. Vi föreslår en metod som kopplar skattningen av djup och normaler, baserad på endast en bild. För att adressera problemen med att skatta den absoluta skalan och drift i dessa skattningar, används det predikterade djupet som startgissningar för avståndsoptimeringen. Dessutom använder vi geometrisk information för att vägleda den täta rekonstruktionen på ett glest-till-tätt sätt. För de indirekta metoderna föreslår vi nya nyckelpunktsbaserade me- toder som märkbart förbättrar matchningsprestanda jämfört med klassiska metoder. Slutligen diskuterar vi potentiella sätt att göra inlärningen själv- kontrollerad. Detta åstadkoms genom att integrera skattningen av den inkre- mentella rörelsen i träningen. Vi undersöker också hur man kan använda en så kallad proxy-uppgift för att generera en implicit kontrollsignal och visar att vi kan träna ett nyckelpunktgenererande nätverk på detta sätt. Sammanfattningsvis presenterar denna avhandling flera fungerade exem- pel på att hur djupinlärningstekniker kan hjälpa ett klassiskt visuellt odo- metrisystem. Resultaten är lovande och har utvärderats i omfattande och utmanande scenarier, från dataset, på riktiga robotar så väl som handhållna kameror. Problemet vi undersöker befinner sig fortfarande i ett tidigt skede forskningsmässigt, men intresserar nu också forskare från närliggande områ- den. v Dedicated to my family you paint the colors to my life. vi Acknowledgements I am writing to thank all the friends who have been helping me though the four years PhD study, I cannot possibly finish this thesis without you. I would like to express my sincere thankfulness to my supervisor Patric, who has always been kind and thoughtful to me. You are always there and raised me up when I was at my lowest, I appreciated everything you have done for me. Sorry for my childish sometime and thank you for your tolerance. I hope everything will get better and better in your future. I would like to thank my colleagues and friends at RPL. John, thanks to be my co-supervisor, appreciated you are always being available for help and talk. Rares, thanks for hosting me at U.S., the four months have been my favorite time in the past four years. I have learnt things that are invaluable from you both in work and life. Xi, thanks for hearing me out when I really needed it. Hope your work will go smoothly in the future. Ludvig and Daniel, I will not forget the morning meeting we had. I hope you guys will continue being motivated and good luck for your research. I would also like to thank all the members at RPL for any help I have received from you, I will you all the best in the future. Most importantly, I would like to say thanks to my family, you are the ones I cherish the most. I have been and will always being grateful for the love received from you. Last, thank you Sining, the story started with you. Thank you Yuan, I don’t know how to end the story without you. Jiexiong Tang Stockholm, Sweden May, 2020 Contents Contents vii I Introduction 1 1 Introduction 3 1.1 Visual Odometry and Vision-based SLAM . 3 1.2 Deep Learning for Visual Odometry . 5 1.3 Thesis outline . 9 2 Proposed Methods 11 2.1 Deep Learning for Direct Methods . 11 2.2 Deep Learning for In-direct Methods . 14 2.3 Self-Supervision for Visual Odometry . 17 3 Conclusions and Future Work 21 3.1 Conclusions . 21 3.2 Future Work . 22 4 Summary of Included Papers 23 A Sparse2Dense: From Direct Sparse Odometry to Dense 3-D Recon- struction. 23 B Geometric correspondence network for camera motion estimation. 24 C GCNv2: Efficient Correspondence Prediction for Real-Time SLAM. 25 D Self-Supervised 3D Keypoint Learning for Ego-motion Estimation. 26 E Neural Outlier Rejection for Self-Supervised Keypoint Learning. 27 Bibliography 29 II Included Publications 33 vii Part I Introduction 1 Chapter 1 Introduction 1.1 Visual Odometry and Vision-based SLAM Robots see the world through different sensors and use this information to inter- act with the surrounding environment. Since the environment is typical unknown and, thus, unpredictable, one of the fundamental problems in robotics is how to reduce the uncertainty of the estimation from perception and action. To tackle this problem, the robot needs to be able to perceive the world in an intelligent and autonomous way. This goal requires a robust system can provide reliable positional information and comprehensive understanding of the 3D world, so that the robot can support itself to navigate and move around. Among all sensors, the camera is probably the easiest attainable sensor in our daily life. In addition, compared to, for example, LiDAR sensors cameras are rel- atively low weight, low power and low cost. Used in the right way, cameras can provide accurate position information and 3D reconstruction on par with LiDAR sensors. However, vision based approaches provide a large amount of visual infor- mation, it is more challenging to process as some of the information that comes for free from a LiDAR has to be estimated with a camera, such as the depth. The advantages of being able to estimate motion and perform 3D reconstruction solely using a camera are therefore significant.
Recommended publications
  • Semantically Informed Visual Odometry and Mapping
    SIVO: Semantically Informed Visual Odometry and Mapping by Pranav Ganti A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Applied Science in Mechanical and Mechatronics Engineering Waterloo, Ontario, Canada, 2018 c Pranav Ganti 2018 I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I understand that my thesis may be made electronically available to the public. ii Abstract Accurate localization is a requirement for any autonomous mobile robot. In recent years, cameras have proven to be a reliable, cheap, and effective sensor to achieve this goal. Visual simultaneous localization and mapping (SLAM) algorithms determine camera motion by tracking the motion of reference points from the scene. However, these references must be static, as well as viewpoint, scale, and rotation invariant in order to ensure accurate localization. This is especially paramount for long-term robot operation, where we require our references to be stable over long durations and also require careful point selection to maintain the runtime and storage complexity of the algorithm while the robot navigates through its environment. In this thesis, we present SIVO (Semantically Informed Visual Odometry and Mapping), a novel feature selection method for visual SLAM which incorporates machine learning and neural network uncertainty into an information-theoretic approach to feature selection. The emergence of deep learning techniques has resulted in remarkable advances in scene understanding, and our method supplements traditional visual SLAM with this contextual knowledge.
    [Show full text]
  • Visual Odometry by Multi-Frame Feature Integration
    Visual Odometry by Multi-frame Feature Integration Hernan´ Badino Akihiro Yamamoto∗ Takeo Kanade [email protected] [email protected] [email protected] Robotics Institute Carnegie Mellon University Pittsburgh, PA Abstract Our proposed method follows the procedure of comput- ing optical flow and stereo disparity to minimize the re- This paper presents a novel stereo-based visual odom- projection error of tracked feature points. However, instead etry approach that provides state-of-the-art results in real of performing this task using only consecutive frames (e.g., time, both indoors and outdoors. Our proposed method [3, 21]), we propose a novel and computationally simple follows the procedure of computing optical flow and stereo technique that uses the whole history of the tracked features disparity to minimize the re-projection error of tracked fea- to compute the motion of the camera. In our technique, ture points. However, instead of following the traditional the features measured and tracked over all past frames are approach of performing this task using only consecutive integrated into a single improved estimate of the real 3D frames, we propose a novel and computationally inexpen- feature projection. In this context, the term multi-frame fea- sive technique that uses the whole history of the tracked ture integration refers to this estimation and noise reduction feature points to compute the motion of the camera. In technique. our technique, which we call multi-frame feature integra- This paper presents three main contributions: tion, the features measured and tracked over all past frames are integrated into a single, improved estimate.
    [Show full text]
  • Spherical-Model-Based SLAM on Full-View Images for Indoor Environments
    applied sciences Article Spherical-Model-Based SLAM on Full-View Images for Indoor Environments Jianfeng Li 1 , Xiaowei Wang 2 and Shigang Li 1,2,* 1 School of Electronic and Information Engineering, also with the Key Laboratory of Non-linear Circuit and Intelligent Information Processing, Southwest University, Chongqing 400715, China; [email protected] 2 Graduate School of Information Sciences, Hiroshima City University, Hiroshima 7313194, Japan; [email protected] * Correspondence: [email protected] Received: 14 October 2018; Accepted: 14 November 2018; Published: 16 November 2018 Featured Application: For an indoor mobile robot, finding its location and building environment maps. Abstract: As we know, SLAM (Simultaneous Localization and Mapping) relies on surroundings. A full-view image provides more benefits to SLAM than a limited-view image. In this paper, we present a spherical-model-based SLAM on full-view images for indoor environments. Unlike traditional limited-view images, the full-view image has its own specific imaging principle (which is nonlinear), and is accompanied by distortions. Thus, specific techniques are needed for processing a full-view image. In the proposed method, we first use a spherical model to express the full-view image. Then, the algorithms are implemented based on the spherical model, including feature points extraction, feature points matching, 2D-3D connection, and projection and back-projection of scene points. Thanks to the full field of view, the experiments show that the proposed method effectively handles sparse-feature or partially non-feature environments, and also achieves high accuracy in localization and mapping. An experiment is conducted to prove that the accuracy is affected by the view field.
    [Show full text]
  • Omnidirectional Visual-Inertial Odometry Using Multi-State Constraint Kalman Filter
    Omnidirectional Visual-Inertial Odometry Using Multi-State Constraint Kalman Filter Milad Ramezani 1 and Kourosh Khoshelham 1 and Laurent Kneip 2 Abstract— We present an Omnidirectional Visual-Inertial VIO can be substantially improved by increasing the Field of Odometry (OVIO) approach based on Multi-State Constraint View (FoV) of the camera. A larger FoV allows capturing Kalman Filtering (MSCKF) to estimate the ego-motion of a a larger extent of the environment, thereby increasing the moving platform. Instead of considering visual measurements on image plane, we use individual planes for each point that likelihood of usable regions in images for feature extraction are tangent to the unit sphere and normal to the corresponding and matching. Furthermore, a larger FoV provides a better measurement ray. This way, we combine spherical images cap- geometry for the pose estimation due to the fact that it tured by omnidirectional camera with inertial measurements is more likely to track features from different angles sur- within the filtering method MSCKF. The key hypothesis of rounding the moving camera. More importantly, a wider OVIO is that a wider field of view allows incorporating more visual features from the surrounding environment, thereby im- FoV allows features to be tracked over a longer sequence proving the accuracy and robustness of the motion estimation. of images. In theory, this increases the number of visual Moreover, by using an omnidirectional camera, it is less likely measurements, and consequently improves the precision and to end up in a situation where there is not enough texture. robustness of pose estimation. It is worth noting that larger We provide an evaluation of OVIO using synthetic and real FoV can solve the rotation- translation ambiguity which is a video sequences captured by a fish-eye camera, and compare the performance with MSCKF using a perspective camera.
    [Show full text]
  • Evolution of Visual Odometry Techniques
    Evolution of Visual Odometry Techniques Shashi Poddar, Rahul Kottath, Vinod Karar Abstract— With rapid advancements in the area of mobile robotics visual odometry (VO) pipeline [4]. Simultaneous localization and industrial automation, a growing need has arisen towards accurate and mapping (SLAM), a superset of VO, localizes and builds navigation and localization of moving objects. Camera based motion a map of its environment along with the trajectory of a moving estimation is one such technique which is gaining huge popularity owing to its simplicity and use of limited resources in generating motion path. object [5]. However, our discussion in this paper is limited to In this paper, an attempt is made to introduce this topic for beginners visual odometry, which incrementally estimates the camera covering different aspects of vision based motion estimation task. The pose and refines it using optimization technique. A visual evolution of VO schemes over last few decades is discussed under two odometry system consists of a specific camera arrangement, broad categories, that is, geometric and non-geometric approaches. The geometric approaches are further detailed under three different classes, the software architecture and the hardware platform to yield that is, feature-based, appearance-based, and a hybrid of feature and camera pose at every time instant. The camera pose estimation appearance based schemes. The non-geometric approach is one of the can be either appearance or feature based. The appearance- recent paradigm shift from conventional pose estimation technique and based techniques operate on intensity values directly and is thus discussed in a separate section. Towards the end, a list of different datasets for visual odometry and allied research areas are provided for a matches template of sub-images over two frame or the optical ready reference.
    [Show full text]
  • Semi-Dense Visual Odometry for AR on a Smartphone
    Semi-Dense Visual Odometry for AR on a Smartphone Thomas Schops¨ ∗ Jakob Engely Daniel Cremersz Technische Universitat¨ Munchen¨ Figure 1: From left to right: AR demo application with simulated car. Corresponding estimated semi-dense depth map. Estimated dense collision mesh, fixed and shown from a different perspective. Photo of running system. The attached video shows the system in action. ABSTRACT of-the-art monocular SLAM methods generally operate on features. We present a direct monocular visual odometry system which runs While this allows to estimate the camera movement in real-time on in real-time on a smartphone. Being a direct method, it tracks and mobile platforms [12, 15], the resulting feature based maps hardly maps on the images themselves instead of extracted features such as provide sufficient information about the 3D geometry of the scene keypoints. New images are tracked using direct image alignment, for physical interaction. while geometry is represented in the form of a semi-dense depth At the same time, recent advances in computer vision have direct map. Depth is estimated by filtering over many small-baseline, shown the high potential of methods for monocular pixel-wise stereo comparisons. This leads to significantly less out- SLAM [16, 5, 7, 17]: instead of operating on features, these meth- liers and allows to map and use all image regions with sufficient ods perform both tracking and mapping directly on the image inten- gradient, including edges. We show how a simple world model sity values. Fundamentally different from feature based methods, for AR applications can be derived from semi-dense depth maps, direct methods not only allow for fast, sub-pixel accurate camera and demonstrate the practical applicability in the context of an AR tracking, but also provide substantially more information about the application in which simulated objects can collide with real geom- 3D structure of the environment, are less susceptible to outliers, and etry.
    [Show full text]
  • Optical Flow and Deep Learning Based Approach to Visual Odometry
    Rochester Institute of Technology RIT Scholar Works Theses 11-2016 Optical Flow and Deep Learning Based Approach to Visual Odometry Peter M. Muller [email protected] Follow this and additional works at: https://scholarworks.rit.edu/theses Recommended Citation Muller, Peter M., "Optical Flow and Deep Learning Based Approach to Visual Odometry" (2016). Thesis. Rochester Institute of Technology. Accessed from This Thesis is brought to you for free and open access by RIT Scholar Works. It has been accepted for inclusion in Theses by an authorized administrator of RIT Scholar Works. For more information, please contact [email protected]. Optical Flow and Deep Learning Based Approach to Visual Odometry Peter M. Muller Optical Flow and Deep Learning Based Approach to Visual Odometry Peter M. Muller November 2016 A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Engineering Department of Computer Engineering Optical Flow and Deep Learning Based Approach to Visual Odometry Peter M. Muller Committee Approval: Dr. Andreas Savakis Advisor Date Professor Dr. Raymond Ptucha Date Assistant Professor Dr. Roy Melton Date Principal Lecturer i Acknowledgments I would like to thank my advisor, Dr. Andreas Savakis, for his exceptional patience and direction in helping me complete this thesis. I would like to thank my committee, Dr. Raymond Ptucha and Dr. Roy Melton, for being outstanding mentors during my time at RIT. I would also like to thank my fellow lab member, Dan Chianucci, for his help and input during the course of this thesis. Finally, I would like to thank my friends who have supported me from distances near and far: anywhere from just beyond the lab doors to just beyond the other side of the world.
    [Show full text]
  • Unsupervised Deep Learning-Based RGB-D Visual Odometry
    Article Unsupervised Deep Learning-Based RGB-D Visual Odometry Qiang Liu1,2 , Haidong Zhang 2, Yiming Xu 2,* and Li Wang 2 1 Department of Psychiatry, University of Oxford, Warneford Hospital, Oxford OX3 7JX, UK; [email protected] 2 School of Electrical Engineering, Nantong University, Nantong 226000, China; [email protected] (H.Z.); [email protected] (L.W.) * Correspondence: [email protected] Received: 6 July 2020; Accepted: 3 August 2020; Published: 6 August 2020 Abstract: Recently, deep learning frameworks have been deployed in visual odometry systems and achieved comparable results to traditional feature matching based systems. However, most deep learning-based frameworks inevitably need labeled data as ground truth for training. On the other hand, monocular odometry systems are incapable of restoring absolute scale. External or prior information has to be introduced for scale recovery. To solve these problems, we present a novel deep learning-based RGB-D visual odometry system. Our two main contributions are: (i) during network training and pose estimation, the depth images are fed into the network to form a dual-stream structure with the RGB images, and a dual-stream deep neural network is proposed. (ii) the system adopts an unsupervised end-to-end training method, thus the labor-intensive data labeling task is not required. We have tested our system on the KITTI dataset, and results show that the proposed RGB-D Visual Odometry (VO) system has obvious advantages over other state-of-the-art systems in terms of both translation and rotation errors. Keywords: RGB-D sensor; visual odometry; unsupervised deep learning; Recurrent Convolutional Neural Networks 1.
    [Show full text]
  • Improved Ground-Based Monocular Visual Odometry Estimation Using Inertially-Aided Convolutional Neural Networks
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 3-2020 Improved Ground-Based Monocular Visual Odometry Estimation using Inertially-Aided Convolutional Neural Networks Josiah D. Watson Follow this and additional works at: https://scholar.afit.edu/etd Part of the Electrical and Electronics Commons, and the Navigation, Guidance, Control and Dynamics Commons Recommended Citation Watson, Josiah D., "Improved Ground-Based Monocular Visual Odometry Estimation using Inertially-Aided Convolutional Neural Networks" (2020). Theses and Dissertations. 3622. https://scholar.afit.edu/etd/3622 This Thesis is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. IMPROVED GROUND-BASED MONOCULAR VISUAL ODOMETRY ESTIMATION USING INERTIALLY-AIDED CONVOLUTIONAL NEURAL NETWORKS THESIS Josiah D Watson AFIT-ENG-MS-20-M-072 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio DISTRIBUTION STATEMENT A APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in this document are those of the author and do not reflect the official policy or position of the United States Air Force, the United States Department of Defense or the United States Government. This material is declared a work of the U.S. Government and is not subject to copyright protection in the United States. AFIT-ENG-MS-20-M-072 Improved Ground-Based Monocular Visual Odometry Estimation using Inertially-Aided Convolutional Neural Networks THESIS Presented to the Faculty Department of Electrical and Computer Engineering Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command in Partial Fulfillment of the Requirements for the Degree of Master of Science in Electrical Engineering Josiah D Watson, B.S.Cp.E.
    [Show full text]
  • Real-Time Stereo Visual Odometry for Autonomous Ground Vehicles
    Real-Time Stereo Visual Odometry for Autonomous Ground Vehicles Andrew Howard Abstract— This paper describes a visual odometry algorithm in the inlier set. The inlier detection step (3) is the key for estimating frame-to-frame camera motion from successive distinguishing feature of the algorithm. The feature matching stereo image pairs. The algorithm differs from most visual stage inevitably produces some incorrect correspondences, odometry algorithms in two key respects: (1) it makes no prior assumptions about camera motion, and (2) it operates on dense which, if left intact, will unfavorably bias the frame-to-frame disparity images computed by a separate stereo algorithm. motion estimate. A common solution to this problem is to This algorithm has been tested on many platforms, including use a robust estimator that can tolerate some number of false wheeled and legged vehicles, and has proven to be fast, accurate matches (e.g., RANSAC [4]). In our algorithm, however, and robust. For example, after 4000 frames and 400m of we adopt an approach described by Hirschmuller¨ et al. [7], travel, position errors are typically less than 1m (0.25% of distance traveled). Processing time is approximately 20ms on and exploit stereo range data at the inlier detection stage. a 512x384 image. This paper includes a detailed description The core intuition is that the 3D locations of features must of the algorithm and experimental evaluation on a variety of obey a rigidity constraint, and that this constraint can be platforms and terrain types. used to identify sets of features that are mutually consistent (i.e., a clique) prior to computing the frame-to-frame motion I.
    [Show full text]
  • Monocular Visual Odometry
    IIT-Kanpur Undergraduate Project 2 Monocular Visual Odometry Author: Supervisor: Avi Singh Dr. KS Venkatesh April 24, 2015 Contents 1 Introduction 2 1.1 Why Monocular? . 2 1.2 Application . 2 1.3 Related Work . 3 2 The Algorithm 3 2.1 Problem Formulation . 3 2.2 Algorithm Outline . 4 2.3 Undistortion . 4 2.4 Feature Detection . 4 2.5 Feature Tracking . 5 2.6 Essential Matrix Estimation . 5 2.7 Computing R, t from the Essential Matrix . 6 2.8 Constructing Trajectory . 6 2.9 Heuristics . 7 3 Results and Conclusions 7 4 Future Work 7 5 References 9 1 Abstract This report explains a monocular visual odometry algorithm, which has been implemented in OpenCV/C++. We report results on the KITTI dataset (using only one image of the stereo dataset). Since it is a monocular implementation, we cannot do absolute scale estima- tion, and thus that quantity is used from the ground truths that we have. 1 Introduction Visual Odometry is the estimation of 6-DOF trajectory followed by a mov- ing agent, based on input from a camera rigidly attached to the body of the agent. The camera might be monocular, or a couple of cameras might be used to form a stereo rig. In the monocular approach, it is not possible to obtain the absolute scale of the trajectory, while it is certainly possible to do so for the stereo approach, assuming we know the baseline (distance between the two cameras of the stereo rig). Visual Odometry has attracted a lot of research in the recent years, with new state-of-the-art approaches coming almost every year[14, 11].
    [Show full text]
  • Deep Direct Visual Odometry Chaoqiang Zhao, Yang Tang, Senior Member, IEEE, Qiyu Sun, and Athanasios V
    1 Deep Direct Visual Odometry Chaoqiang Zhao, Yang Tang, Senior Member, IEEE, Qiyu Sun, and Athanasios V. Vasilakos Abstract—Traditional monocular direct visual odometry (DVO) is one of the most famous methods to estimate the ego- motion of robots and map environments from images simul- taneously. However, DVO heavily relies on high-quality images and accurate initial pose estimation during tracking. With the outstanding performance of deep learning, previous works have shown that deep neural networks can effectively learn 6-DoF (Degree of Freedom) poses between frames from monocular image sequences in the unsupervised manner. However, these (a) DDSO on Seq. 10 unsupervised deep learning-based frameworks cannot accurately generate the full trajectory of a long monocular video because of the scale-inconsistency between each pose. To address this problem, we use several geometric constraints to improve the scale-consistency of the pose network, including improving the previous loss function and proposing a novel scale-to-trajectory constraint for unsupervised training. We call the pose network trained by the proposed novel constraint as TrajNet. In addition, a new DVO architecture, called deep direct sparse odometry (DDSO), is proposed to overcome the drawbacks of the previous direct sparse odometry (DSO) framework by embedding TrajNet. (b) DSO [7] on Seq. 10 Extensive experiments on the KITTI dataset show that the pro- posed constraints can effectively improve the scale-consistency of Fig. 1. Trajectories of DDSO and DSO [7] running on KITTI odometry TrajNet when compared with previous unsupervised monocular sequence 10. The proposed DDSO is more robust than DSO [7] in initial- methods, and integration with TrajNet makes the initialization ization.
    [Show full text]