English

Anytime Stereo Image Depth Estimation on Mobile Devices

Computer Vision and Pattern Recognition 2019-03-06 v2

Abstract

Many applications of stereo depth estimation in robotics require the generation of accurate disparity maps in real time under significant computational constraints. Current state-of-the-art algorithms force a choice between either generating accurate mappings at a slow pace, or quickly generating inaccurate ones, and additionally these methods typically require far too many parameters to be usable on power- or memory-constrained devices. Motivated by these shortcomings, we propose a novel approach for disparity prediction in the anytime setting. In contrast to prior work, our end-to-end learned approach can trade off computation and accuracy at inference time. Depth estimation is performed in stages, during which the model can be queried at any time to output its current best estimate. Our final model can process 1242× \times 375 resolution images within a range of 10-35 FPS on an NVIDIA Jetson TX2 module with only marginal increases in error -- using two orders of magnitude fewer parameters than the most competitive baseline. The source code is available at https://github.com/mileyan/AnyNet .

Keywords

Cite

@article{arxiv.1810.11408,
  title  = {Anytime Stereo Image Depth Estimation on Mobile Devices},
  author = {Yan Wang and Zihang Lai and Gao Huang and Brian H. Wang and Laurens van der Maaten and Mark Campbell and Kilian Q. Weinberger},
  journal= {arXiv preprint arXiv:1810.11408},
  year   = {2019}
}

Comments

Accepted by ICRA2019

R2 v1 2026-06-23T04:53:53.899Z