paper-with-me

Papers

Analysis & Computational Complexity Reduction of Monocular and Stereo Depth Estimation Techniques

2022-06-18 · Rajeev Patwari, Varo Ly

Accurate depth estimation with lowest compute and energy cost is a crucial requirement for unmanned and battery operated autonomous systems. Robotic applications require real time depth estimation for navigation and decision making under rapidly changing 3D surroundings. A high accuracy algorithm may provide the best depth estimation but may consume tremendous compute and energy resources. A general trade-off is to choose less accurate methods for initial depth estimate and a more accurate yet compute intensive method when needed. Previous work has shown this trade-off can be improved by developing a state-of-the-art method (AnyNet) to improve stereo depth estimation. We studied both the monocular and stereo vision depth estimation methods and investigated methods to reduce computational complexity of these methods. This was our baseline. Consequently, our experiments show reduction of monocular depth estimation model size by ~75% reduces accuracy by less than 2% (SSIM metric). Our experiments with the novel stereo vision method (AnyNet) show that accuracy of depth estimation does not degrade more than 3% (three pixel error metric) in spite of reduction in model size by ~20%. We have shown that smaller models can indeed perform competitively.

📄 PDF Abstract BibTeX arXiv:2206.09071

Code (1)

rajeevpatwari/anynet 공식 구현 pytorch

Tasks

Decision MakingDepth EstimationMonocular Depth EstimationSSIMStereo Depth Estimation

Similar Papers 제목 키워드 기반

Pip-Stereo: Progressive Iterations Pruner for Iterative Optimization based Stereo Matching

2026-02-24 · Jintu Zheng, Qizhe Liu, HuangXin Xu, Zhuojie Chen arxiv

While iterative stereo matching achieves high accuracy, its dependence on Recurrent Neural Networks (RNN) hinders edge deployment, a challenge underexplored in existing researches. We analyze iterative refinement and rev…

Extending Monocular Visual Odometry to Stereo Camera Systems by Scale Optimization

2019-05-29 · Jiawei Mo, Junaed Sattar

This paper proposes a novel approach for extending monocular visual odometry to a stereo camera system. The proposed method uses an additional camera to accurately estimate and optimize the scale of the monocular visual …

Monocular Visual OdometryStereo MatchingStereo Matching HandVisual Odometry

StereoDETR: Stereo-based Transformer for 3D Object Detection

2025-11-24 · Shiyi Mu, Zichong Gu, Zhiqi Ai, Anqi Liu 외 arxiv

Compared to monocular 3D object detection, stereo-based 3D methods offer significantly higher accuracy but still suffer from high computational overhead and latency. The state-of-the-art stereo 3D detection method achiev…

Monocular 3D Object Detection

Monocular Depth Estimation with Self-supervised Instance Adaptation

2020-04-13 · Robert McCraith, Lukas Neumann, Andrew Zisserman, Andrea Vedaldi

Recent advances in self-supervised learning havedemonstrated that it is possible to learn accurate monoculardepth reconstruction from raw video data, without using any 3Dground truth for supervision. However, in robotics…

Depth EstimationMonocular Depth EstimationMonocular ReconstructionSelf-Supervised Learning

Separable Convolutions for Optimizing 3D Stereo Networks

2021-08-23 · Rafia Rahim, Faranak Shamsafar, Andreas Zell

Deep learning based 3D stereo networks give superior performance compared to 2D networks and conventional stereo methods. However, this improvement in the performance comes at the cost of increased computational complexi…