一、Image Classification(Recognition)

lenet: http://yann.lecun.com/exdb/publis/pdf/lecun-01a.pdf

alexnet: http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf

overfeat: http://arxiv.org/pdf/1312.6229v4.pdf

vgg: http://arxiv.org/pdf/1409.1556.pdf

googlenet: http://arxiv.org/pdf/1409.4842v1.pdf

二、Image Detection(Segmentation)

overfeat: http://arxiv.org/pdf/1312.6229v4.pdf

dnn: http://papers.nips.cc/paper/5207-deep-neural-networks-for-object-detection.pdf

rcnn: http://arxiv.org/pdf/1311.2524.pdf

spp: http://arxiv.org/pdf/1406.4729v4.pdf

fcn: http://arxiv.org/pdf/1411.4038v2.pdf

fast rcnn:  http://arxiv.org/pdf/1504.08083v1.pdf

三、Image(Visual)  Search

feature learning+hash: http://arxiv.org/pdf/1504.03410v1.pdf

triplet learning: http://arxiv.org/pdf/1412.6622v3.pdf

deep rank: http://arxiv.org/pdf/1404.4661v1.pdf

Visual Search at Pinterest: http://arxiv.org/pdf/1505.07647v1.pdf

四、Image/Video Captioning

Baidu/UCLA: http://arxiv.org/abs/1410.1090

Toronto: http://arxiv.org/abs/1411.2539

Berkeley: http://arxiv.org/abs/1411.4389

Google: http://arxiv.org/abs/1411.4555

Stanford: http://cs.stanford.edu/people/karpathy/deepimagesent/

UML/UT:  http://arxiv.org/abs/1412.4729

Microsoft/CMU:  http://arxiv.org/abs/1411.5654

Microsoft:  http://arxiv.org/abs/1411.4952

版权声明:本文博主原创文章。博客,未经同意不得转载。

Deep Learning Papers的更多相关文章

  1. (转) Awesome - Most Cited Deep Learning Papers

    转自:https://github.com/terryum/awesome-deep-learning-papers Awesome - Most Cited Deep Learning Papers ...

  2. Deep Learning Papers Reading Roadmap

    Deep Learning Papers Reading Roadmap https://github.com/songrotek/Deep-Learning-Papers-Reading-Roadm ...

  3. (转)The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3)

    Adit Deshpande CS Undergrad at UCLA ('19) Blog About The 9 Deep Learning Papers You Need To Know Abo ...

  4. What are some good books/papers for learning deep learning?

    What's the most effective way to get started with deep learning?       29 Answers     Yoshua Bengio, ...

  5. 【深度学习Deep Learning】资料大全

    最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books  by Yoshua Bengio, Ian Goodfellow and Aaron C ...

  6. (转) Awesome Deep Learning

    Awesome Deep Learning  Table of Contents Free Online Books Courses Videos and Lectures Papers Tutori ...

  7. (转)Deep Learning Research Review Week 1: Generative Adversarial Nets

    Adit Deshpande CS Undergrad at UCLA ('19) Blog About Resume Deep Learning Research Review Week 1: Ge ...

  8. Why Deep Learning Works – Key Insights and Saddle Points

    Why Deep Learning Works – Key Insights and Saddle Points A quality discussion on the theoretical mot ...

  9. 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)

    ##机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)---#####注:机器学习资料[篇目一](https://github.co ...

随机推荐

  1. POJ1811_Prime Test【Miller Rabin素数测试】【Pollar Rho整数分解】

    Prime Test Time Limit: 6000MS Memory Limit: 65536K Total Submissions: 29193 Accepted: 7392 Case Time ...

  2. Linux如何用QQ?Linux下QQ使用的几种方案

    在linux下如何使用QQ?在ubuntu11.10中如何使用QQ?或许有初涉linux的人这样问,我们可以看看ubuntusoft总结出来的几种在linux系统下用QQ的方法.前面的几种主要的方法都 ...

  3. 【原创】leetCodeOj --- Repeated DNA Sequences 解题报告

    原题地址: https://oj.leetcode.com/problems/repeated-dna-sequences/ 题目内容: All DNA is composed of a series ...

  4. 超人学院Hadoop大数据资源共享

    超人学院Hadoop大数据资源共享-----数据结构与算法(java解密版) http://yunpan.cn/cw5avckz8fByJ   訪问password b0f8 很多其它精彩内容请关注: ...

  5. netperf 而网络性能测量

    本文首先介绍网络性能測量的一些基本概念和方法.然后结合 netperf 工具的使用.详细的讨论怎样測试不同情况下的网络性能. 汤凯 (tangk73@hotmail.com), 2004 年 7 月 ...

  6. html 格式的email 编辑

    本篇文章只讲如何编辑html格式的email 模板,并不讲述如何用程序发送email. 1.做email的重要思想:“复古” 抛弃现代化的div+css技术,回到html4.0+table的时代.少用 ...

  7. curl 命令详解(转)

    命令事例 1.读取网页,将网页内容全部输出 curl http://www.linuxidc.com 2.保存网页.下载文件 以page.html命名下载网页:curl –o page.html ht ...

  8. A*算法进入

    作者文章链接:http://www.policyalmanac.org/games/aStarTutorial.htm 启示式搜索:启示式搜索就是在状态空间中的搜索对每个搜索的位置进行评估,得到最好的 ...

  9. Android复制iPhone日期和时间选择器

    看效果图 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvbGluZ2xvbmd4aW4yNA==/font/5a6L5L2T/fontsize/400/fi ...

  10. VC POST表单——登录验证新浪邮箱

    1.本机环境: Windows XP SP3.ADSL 2.开发工具: WildPackets OmniPeek V5.1.4 Visual C++ 6.0 IE6.0 FlexEdit V2.3.1 ...