| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 人工智能 -> 【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》 -> 正文阅读 |
|
[人工智能]【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》 |
ICRA-2018 文章目录1 Background and Motivation深度感知和深度估计在 robotics, autonomous driving, augmented reality (AR) and 3D mapping 等工程应用中至关重要! 然而现有的深度估计手段在落地时或多或少有着它的局限性: 1)3D LiDARs are cost-prohibitive 单目摄像头由于其体积小,成本低,节能,在消费电子产品中无处不在等特点,单目深度估计方法也成为了人们探索的兴趣点! 然而,the accuracy and reliability of such methods is still far from being practical(尽管这些年有了显著的提升) 作者在 rgb 图像的基础上,配合 sparse depth measurements,来进行深度估计,a few sparse depth samples drastically improves depth reconstruction performance 2 Related Work
3 Advantages / Contributionsrgb + sparse depth 进行单目深度预测 ps:网络结构没啥创新,sparse depth 这种多模态也是借鉴别人的思想(当然,采样方式不一样) 4 Method整体结构 采用的是 encoder 和 decoder 的形式 2)Depth Sampling 根据 Bernoulli probability 采样(eg:抛硬币,每次结果不相关), p = m n p = \frac{m}{n} p=nm?
D ? D* D? 完整的深度图,dense depth map D D D sparse depth map 3)Data Augmentation Scale / Rotation / Color Jitter / Color Normalization / Flips scale 和 rotation 的时候采用的是 Nearest neighbor interpolation 以避免 creating spurious sparse depth points 4)loss function
作者”事实说话”采用的是 l1 5 Experiments5.1 Datasets
The KITTI dataset is more challenging for depth prediction, since the maximum distance is 100 meters as opposed to only 10 meters in the NYU-Depth-v2 dataset. 评价指标 RMSE: root mean squared error REL: mean absolute relative error δ i \delta_i δi?:
更多相关评价指标参考 单目深度估计指标:SILog, SqRel, AbsRel, RMSE, RMSE(log) 5.2 RESULTS1)Architecture Evaluation UpProj 比 DeConv3 好(even larger receptive field of 4x4, the UpProj module outperforms the others) 2)Comparison with the State-of-the-Art NYU-Depth-v2 Dataset 看看可视化的效果 KITTI Dataset 3)On Number of Depth Samples sparse 1 0 1 10^1 101 这个数量级就可以和 rgb 媲美, 1 0 2 10^2 102 飞跃, 采样越多,和 rgb 关系就不大了(performance gap between RGBd and sd shrinks as the sample size increases),哈哈哈 This observation indicates that the information extracted from the sparse sample set dominates the prediction when the sample size is sufficiently large, and in this case the color cue becomes almost irrelevant. (全采样,怎么输入我就怎么给你输出出来,别说跟 rgb 关系不大,跟神经网络关系也不大了,哈哈哈) 再看看 KITTI 上的影响 4)Application: Dense Map from Visual Odometry Features
6 Conclusion(own) / Future work
下面看看另外一些多模态的单目深度预测方法
|
|
|
上一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/26 2:54:16- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |