# SfMLearner++: Learning Monocular Depth & Ego-Motion using Meaningful   Geometric Constraints

**Authors:** Vignesh Prasad, Brojeshwar Bhowmick

arXiv: 1812.08370 · 2018-12-21

## TL;DR

SfMLearner++ introduces a geometrically constrained learning approach for monocular depth and ego-motion estimation, leveraging epipolar constraints and the Essential matrix to improve accuracy and robustness over naive photometric methods.

## Contribution

The paper proposes using epipolar constraints with the Essential matrix for training, making monocular VO learning more geometrically sound and effective with fewer parameters.

## Key findings

- Comparable performance to state-of-the-art methods
- Effective in failure cases of photometric error minimization
- Uses fewer parameters with meaningful geometric constraints

## Abstract

Most geometric approaches to monocular Visual Odometry (VO) provide robust pose estimates, but sparse or semi-dense depth estimates. Off late, deep methods have shown good performance in generating dense depths and VO from monocular images by optimizing the photometric consistency between images. Despite being intuitive, a naive photometric loss does not ensure proper pixel correspondences between two views, which is the key factor for accurate depth and relative pose estimations. It is a well known fact that simply minimizing such an error is prone to failures.   We propose a method using Epipolar constraints to make the learning more geometrically sound. We use the Essential matrix, obtained using Nister's Five Point Algorithm, for enforcing meaningful geometric constraints on the loss, rather than using it as labels for training. Our method, although simplistic but more geometrically meaningful, using lesser number of parameters, gives a comparable performance to state-of-the-art methods which use complex losses and large networks showing the effectiveness of using epipolar constraints. Such a geometrically constrained learning method performs successfully even in cases where simply minimizing the photometric error would fail.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.08370/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1812.08370/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1812.08370/full.md

---
Source: https://tomesphere.com/paper/1812.08370