LEDepth: A Lightweight Self-Supervised Monocular Depth Estimation Network Combining CNN and Transformer
摘要
Depth estimation is a critical component of computer vision, with self-supervised monocular depth estimation drawing significant attention due to its lack of reliance on ground truth depth data. To meet real-time application demands, designing lightweight and efficient architectures for resource-constrained devices is essential. This paper introduces a novel network called LEDepth, which incorporates a Dilated Convolution Transformer (DCT) module and a Cross-Attention Feature Interaction (CAFI) module. The DCT module efficiently captures multi-scale features through dilated convolution, while the CAFI module integrates local and global feature information via a cross-attention mechanism. This design enables LEDepth to enhance depth estimation accuracy and inference speed while reducing the number of parameters. Experiments on the KITTI dataset demonstrate that LEDepth is only 3.1 MB in size, with approximately 80% fewer parameters compared to Monodepth2, while achieving significantly higher accuracy. LEDepth also exhibits strong generalization performance on the Make3D dataset.