GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose

Abstract

We propose GeoNet, a jointly unsupervised learning framework for monocular depth, optical flow and ego-motion estimation from videos. The three components are coupled by the nature of 3D scene geometry, jointly learned by our framework in an end-to-end manner. Specifically, geometric relationships are extracted over the predictions of individual modules and then combined as an image reconstruction loss, reasoning about static and dynamic scene parts separately. Furthermore, we propose an adaptive geometric consistency loss to increase robustness towards outliers and non-Lambertian regions, which resolves occlusions and texture ambiguities effectively. Experimentation on the KITTI driving dataset reveals that our scheme achieves state-of-the-art results in all of the three tasks, performing better than previously unsupervised methods and comparably with supervised ones.

Cite

Text

Yin and Shi. "GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00212

Markdown

[Yin and Shi. "GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/yin2018cvpr-geonet/) doi:10.1109/CVPR.2018.00212

BibTeX

@inproceedings{yin2018cvpr-geonet,
  title     = {{GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose}},
  author    = {Yin, Zhichao and Shi, Jianping},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00212},
  url       = {https://mlanthology.org/cvpr/2018/yin2018cvpr-geonet/}
}