MiniNet: An extremely lightweight convolutional neural network for real-time unsupervised monocular depth estimation
Jun Liu, Qing Li, Rui Cao, Wenming Tang, Guoping Qiu

TL;DR
This paper introduces MiniNet, a highly lightweight neural network designed for real-time unsupervised monocular depth estimation on embedded devices, achieving high accuracy with minimal parameters and fast inference speeds.
Contribution
MiniNet is the first extremely lightweight neural network for real-time unsupervised monocular depth estimation trained on video sequences, combining efficiency with high accuracy.
Findings
Runs at 110 fps on GPU
Achieves 33 times fewer parameters than state-of-the-art
Operates at 37 fps on CPU and 2 fps on Raspberry Pi
Abstract
Predicting depth from a single image is an attractive research topic since it provides one more dimension of information to enable machines to better perceive the world. Recently, deep learning has emerged as an effective approach to monocular depth estimation. As obtaining labeled data is costly, there is a recent trend to move from supervised learning to unsupervised learning to obtain monocular depth. However, most unsupervised learning methods capable of achieving high depth prediction accuracy will require a deep network architecture which will be too heavy and complex to run on embedded devices with limited storage and memory spaces. To address this issue, we propose a new powerful network with a recurrent module to achieve the capability of a deep network while at the same time maintaining an extremely lightweight size for real-time high performance unsupervised monocular depth…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
