一、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. 【解决】/usr/bin/ld: cannot find -lc

    现象:运行gcc静态编译程序时报错: /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit statusmake: *** [gcc_dr ...

  2. 说说UI设计

    近期的项目验收中,无数次的提到了UI的设计,首先来说说为什么UI设计如此重要. 对于用户来说产品的外观是最先映入眼帘的,无论你用了什么高端的技术,无论你后台代码封装的多么好,用户是无法体会到的,能体会 ...

  3. 瑞丽的SQL-SQL Server的表旋转(行列转换)

    所谓表旋转,就是将表的行转换为列,或是将表的列转换为行,这是从SQL Server 2005開始提供的新技术.因此,如果希望使用此功能,须要将数据库的兼容级别设置为90.表旋转在某些方面也是攻克了表的 ...

  4. 查看linux信息

    1.操作系统内核 cat /proc/version 2.操作系统版本 head -n 1 /etc/issue # 查看操作系统版本 3.查看cpu信息 more /proc/cpuinfo --- ...

  5. 【SICP读书笔记(四)】练习2.27 --- 表序列reverse的扩展:树结构的deep-reverse

    题目要求是,修改练习2.18所做的reverse过程,得到一个deep-reverse过程.它以一个表为参数,返回另一个表作为值,结果表中的元素反转过来,其中的子树也反转. 例如: (define x ...

  6. Quartz CronTrigger运用

    CronTrigger配置格式: 格式: [秒] [分] [小时] [日] [月] [周] [年]  序号 说明  是否必填  同意填写的值 同意的通配符  1  秒  是  0-59    , - ...

  7. UVA 12103 - Leonardo's Notebook(数论置换群)

    UVA 12103 - Leonardo's Notebook 题目链接 题意:给定一个字母置换B.求是否存在A使得A^2=B 思路:随意一个长为 L 的置换的k次幂,会把自己分裂成gcd(L,k) ...

  8. 机械革命X5(MECHREVO MR-X5)开包检验

    不废话.直接的问题,左右X5没有更具体的信息.为了通过有机会了解后续的选择,具体的数据被释放约: 首先看包装: 1.快递包裹,基于卖方这可以是不同的,包装各不相同 watermark/2/text/a ...

  9. 【Java GUI】Java GUI基金会

    AWT和Swing Swing是个AWT改进和扩展. 书写GUI规划.Swing和AWT曾效力.他们共存 Java基础类(JFC)于. 虽然AWT和Swing都提供了构造图形界面元素的类.但它们的虫药 ...

  10. JAVA Metrics 度量工具使用介绍1

    Java Metric使用介绍1 Metrics是一个给JAVA提供度量工具的包,在JAVA代码中嵌入Metrics代码,可以方便的对业务代码的各个指标进行监控,同一时候,Metrics可以非常好的跟 ...