English

M4Depth: Monocular depth estimation for autonomous vehicles in unseen environments

Computer Vision and Pattern Recognition 2022-07-04 v3

Abstract

Estimating the distance to objects is crucial for autonomous vehicles when using depth sensors is not possible. In this case, the distance has to be estimated from on-board mounted RGB cameras, which is a complex task especially in environments such as natural outdoor landscapes. In this paper, we present a new method named M4Depth for depth estimation. First, we establish a bijective relationship between depth and the visual disparity of two consecutive frames and show how to exploit it to perform motion-invariant pixel-wise depth estimation. Then, we detail M4Depth which is based on a pyramidal convolutional neural network architecture where each level refines an input disparity map estimate by using two customized cost volumes. We use these cost volumes to leverage the visual spatio-temporal constraints imposed by motion and to make the network robust for varied scenes. We benchmarked our approach both in test and generalization modes on public datasets featuring synthetic camera trajectories recorded in a wide variety of outdoor scenes. Results show that our network outperforms the state of the art on these datasets, while also performing well on a standard depth estimation benchmark. The code of our method is publicly available at https://github.com/michael-fonder/M4Depth.

Keywords

Cite

@article{arxiv.2105.09847,
  title  = {M4Depth: Monocular depth estimation for autonomous vehicles in unseen environments},
  author = {Michaël Fonder and Damien Ernst and Marc Van Droogenbroeck},
  journal= {arXiv preprint arXiv:2105.09847},
  year   = {2022}
}

Comments

Main paper: 9 pages, Appendix: 4 pages, References: 2 pages. Code available on GitHub: https://github.com/michael-fonder/M4Depth

R2 v1 2026-06-24T02:18:33.368Z