Deep Neighbor Layer Aggregation for Lightweight Self-Supervised Monocular Depth Estimation
Wang Boya, Wang Shuo, Ye Dong, Dou Ziwen

TL;DR
This paper introduces a lightweight convolutional network with contextual feature fusion and channel attention for efficient self-supervised monocular depth estimation, outperforming larger models on KITTI with fewer parameters.
Contribution
The proposed method combines high- and low-resolution features with lightweight attention to reduce parameters while maintaining accuracy in depth estimation.
Findings
Outperforms larger models like Monodepth2 on KITTI
Uses only 30 parameters, significantly fewer than competitors
Achieves better depth estimation results with efficient architecture
Abstract
With the frequent use of self-supervised monocular depth estimation in robotics and autonomous driving, the model's efficiency is becoming increasingly important. Most current approaches apply much larger and more complex networks to improve the precision of depth estimation. Some researchers incorporated Transformer into self-supervised monocular depth estimation to achieve better performance. However, this method leads to high parameters and high computation. We present a fully convolutional depth estimation network using contextual feature fusion. Compared to UNet++ and HRNet, we use high-resolution and low-resolution features to reserve information on small targets and fast-moving objects instead of long-range fusion. We further promote depth estimation results employing lightweight channel attention based on convolution in the decoder stage. Our method reduces the parameters…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications · Advanced Vision and Imaging · Optical measurement and interference techniques
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Attention Is All You Need · Batch Normalization · Softmax · Dense Connections · HRNet · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Linear Layer · Residual Connection
