Depth estimation/stereo matching/optical flow @CVPR 2017

Unsupervised Learning of Depth and Ego-Motion from Video

https://people.eecs.berkeley.edu/%7Etinghuiz/projects/SfMLearner/

https://www.reddit.com/r/MachineLearning/comments/6u06y8/p_selfsupervised_learning_of_depth_map_from/

http://blog.csdn.net/lemianli/article/details/53184813

2 - deep learning在计算机视觉各个子领域的应用

Depth Estimation, Normal Estimation (深度、法向量 估计)
     depth和normal
estimation问题,如果在有 stereo image pair
的情况下并不困难。但是否能从单张影像估计出 depth 或者 normal 呢?在有大量的 training data 和一些
constraints 下(比如vanishing points, orthogonal surfaces...),也是可行的。 2014年
Rob Fergus 的学生,就把 depth 和 normal estimation 看作一个 regression
问题,然后使用强大的高度非线性 regressor (CNN) 来做 end-to-end 的 training, 也就是从
image 到 depth normal 的 training (参考原文: Depth map prediction from a
single image using a multi-scale deep network)。文中使用了 multi-scale deep
network,coarse scale 能根据整个场景得到全局的depth map,这个 overall depth map
和原始的影像,一起 feed 到 fine scale 的CNN 中。总之,使用了deep architecture
后,depth normal estimation 就是个简单的 regression 问题了,而且数据越多越好。今年的 CVPR,CMU
的教授 Abhinav Gupta 组也做了从单张影像估计 normal 的工作。他们的大致思想一致,只是把 normal estimation
离散化了,变成了一个 classification 问题。同样,文章中使用了两个 deep nets: coarse & fine
(原文:Designing Deep Networks for Surface Normal
Estimation)。

最新文章

  1. awk命令详解
  2. C语言指针类型
  3. Python WebDriver自动化测试
  4. Unity3D和OGRE资源管理机制
  5. AC自动机 - 多模式串匹配问题的基本运用 + 模板题 --- HDU 2222
  6. js的设计模式
  7. HDU 1114 Piggy-Bank (poj1384)
  8. 加入ScrollView后OnGestureListener无效的解决办法
  9. HDU 4786 Fibonacci Tree
  10. AspNet WebApi: 了解下HttpControllerDispatcher,控制器的创建和执行
  11. automation studio 6.0 破解版 32位
  12. Android常用动画Frame-By-Frame Animations的使用
  13. SQL Server 安装报错找不到vc_red.msi
  14. [luogu P1967][NOIp2013] 货车运输
  15. js-刮刮卡效果,由jquery-eraser源码改的vue组件
  16. 解决刷新页面vuex store中数据丢失的问题
  17. macOS卸载应用不彻底
  18. vegas 为盖斯
  19. Python写一个京东抢券脚本
  20. 【Linux】自动执行Mysql常用命令脚本

热门文章

  1. Java开发岗位面试题归类---怎么好好的准备面试,也算是发展学习方向
  2. iOS sort array 数组排序里面的对象
  3. Android 底部TabActivity(1)——FragmentActivity
  4. web页面查看Tomcat服务器指标
  5. dubbo注冊zookepper奇妙IP_续
  6. 【Python3 爬虫】17_爬取天气信息
  7. C#下载apk文件
  8. 华为无线ap3010dn-agn刷成胖ap
  9. bootstrap学习笔记 插件概述
  10. Android studio使用心得(二)— 打包签名apk发布