


ICRA-2019
文章目录
1 Background and Motivation
加速现有单目深度估计模型,使其不太损失精度的同时有较低延迟,能在 micro aerial vehicle 部署运行,辅助 mapping, localization, and obstacle avoidance 等 robotic tasks
2 Related Work
- Monocular Depth Estimation
- Efficient Neural Networks
- Network Pruning
3 Advantages / Contributions
加速单目深度估计模型:
- a low-complexity and low-latency decoder design
- a state-of-the-art pruning algorithm(NetAdapt 剪枝)
- Hardware-specific compilation(TVM 部署 DWConv 优化)
4 Method
1)整体结构

朴实无华的 U-Net 结构,skip connection 用的 add(没用 concat,avoid increasing the number of feature map channels)
upsample layer 细节如下

conv5(深度可分离卷积) + linear interpolation(相比于双线性,底层实现简单通用)
2)Network Pruning
用的 NetAdapt 方法来剪枝
《NetAdapt: Platform-Aware Neural Network Adaptation for Mobile Applications》

就比较暴力和直接,下面的图更直观一些
嵌入式AI微航空器:深度估计模型的低延迟优化与实战应用

本文探讨了如何通过改进的U-Net架构、NetAdapt剪枝和TVM硬件编译,降低单目深度估计模型的复杂性和延迟,使其适用于微航空器的机器人任务,如定位、避障。研究以NYUDepthv2数据集为基准,评估了模型的精度和速度,并展示了在Jetson TX2不同模式下的性能对比和优化细节。
最低0.47元/天 解锁文章
2150





