当前位置:网站首页>入门cv必读的10篇baseline论文
入门cv必读的10篇baseline论文
2022-08-09 06:54:00 【just do it now】
1. NIPS-2012,Alexnet:深度学习CV领域划时代论文,具有里程碑意义
《ImageNet Classification with Deep Convolutional Neural Networks》
2. ICLR-2015,VGG net:开启3*3卷积堆叠时代
《Very Deep Convolutional Networks for Large-Scale Image Recognition》
3. CVPR-2015,googlenet v1:Google系列论文开创论文,提出多尺度卷积模块《Going deeper with convolutions》
4. arXiv-2015,googlenet v2: 神经网络大杀器:BN层提出
《Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift》
5. CVPR-2016,googlenet v3: 卷积分解及结构进化,超越人类精度
《Rethinking the Inception Architecture for Computer Vision》
6. CVPR-2016,resnet:工业界标杆模型,最具影响力的卷积神经网络
《Deep Residual Learning for Image Recognition》
7. arXiv-2016,googlenet v4: Inception与ResNet结构的尝试
《 Inception-ResNet and the Impact of Residual Connections on Learning》
8. CVPR-2017,ResNeXt:何恺明团队对ResNet重大改进
《Aggregated Residual Transformations for Deep Neural Networks》
9. CVPR-2017,densenet:ResNet的改进,2016-ILSVRC冠军
《Densely Connected Convolutional Networks》
10. TPAMI-2017,SEnet:引入注意力机制的卷积神经网络,2017-ILSVRC(最后一届)冠军
《Squeeze-and-Excitation Networks》
边栏推荐
- Output method of list string print(*a) print(““.join(str(c) for c in a) )
- VS2019 common shortcut keys
- 分布式事务的应用场景
- The water problem of leetcode
- SIGINT, SIGKILL, SIGTERM signal difference, summary of various signals
- eyb:Redis学习(2)
- 高项 04 项目整体管理
- Inception V3 闭眼检测
- 错误:为 repo ‘oracle_linux_repo‘ 下载元数据失败 : Cannot download repomd.xml: Cannot download repodata/repomd.
- Transaction concluded
猜你喜欢
ByteDance Written Exam 2020 (Douyin E-commerce)
e-learning summary
错误:为 repo ‘oracle_linux_repo‘ 下载元数据失败 : Cannot download repomd.xml: Cannot download repodata/repomd.
买口罩(0-1背包)
线程的6种状态
力扣第 305 场周赛复盘
The solution that does not work and does not take effect after VScode installs ESlint
高项 04 项目整体管理
Altium designer软件常用最全封装库,包含原理图库、PCB库和3D模型库
按图搜索1688商品接口(item_search_img-按图搜索1688商品(拍立淘接口)代码对接教程
随机推荐
Simple Factory Pattern
XxlJobConfig distributed timer task management XxlJob configuration class, replace
搭载开源鸿蒙系统的嵌入式XM-RK3568工业互联方案
线程池总结
Teach you how to make the Tanabata meteor shower in C language - elegant and timeless (detailed tutorial)
常用测试用例设计方法之正交实验法详解
SIGINT, SIGKILL, SIGTERM signal difference, summary of various signals
failed (13: Permission denied) while connecting to upstream
Thread Pool Summary
分布式事务的应用场景
线程的6种状态
C语言的内置宏(定义日志宏)
使用百度EasyDL实现智能垃圾箱
Output method of list string print(*a) print(““.join(str(c) for c in a) )
字节跳动面试题之镜像二叉树2020
The Integer thread safe
默默重新开始,第一页也是新的一页
io.lettuce.core。RedisCommandTimeoutException命令超时
db.sqlite3没有“as Data Source“解决方法
C language implements sequential stack and chain queue