当前位置:网站首页>深度学习分类网络 -- ZFNet
深度学习分类网络 -- ZFNet
2022-07-06 12:13:00 【有时候。】
前言
ZFNet这篇论文中的motivation有两点:
- 深度神经网络为什么表现好?
- 如何改进网络?
作者通过Deconvnet来可视化深度神经网络各层的特征图,并据此来针对性地对AlexNet进行改进,取得了2013年ImageNet分类挑战赛的冠军。
1. 网络结构
在可视化特征图的基础上,作者对ALexNet做了两处修改:
- 第一个卷积的尺寸由11×11改为7×7
- 第一个卷积的stride由4改为2
当然,作者这样修改不是凭空臆造,而是有据可依的,而这个依据就是特征图的可视化结果。
2. 要点
Deconvnet可视化方法
网络各层特征特点
网络各层特征学习过程
根据特征可视化改进网络结构
特征不变性
遮挡敏感性
参考资料
边栏推荐
- Leetcode brush first_ Maximum Subarray
- Crawler (14) - scrape redis distributed crawler (1) | detailed explanation
- Teach you to learn JS prototype and prototype chain hand in hand, a tutorial that monkeys can understand
- mod_ WSGI + pymssql path SQL server seat
- Method keywords deprecated, externalprocname, final, forcegenerate
- Learning and Exploration - Seamless rotation map
- Learn to explore - use pseudo elements to clear the high collapse caused by floating elements
- From spark csc. csr_ Matrix generate adjacency matrix
- How to customize animation avatars? These six free online cartoon avatar generators are exciting at a glance!
- Classic 100 questions of algorithm interview, the latest career planning of Android programmers
猜你喜欢
Learn to explore - use pseudo elements to clear the high collapse caused by floating elements
Interpretation of Dagan paper
Introduction to enterprise lean management system
It's enough to read this article to analyze the principle in depth
[calculating emotion and thought] floor sweeper, typist, information panic and Oppenheimer
理解 YOLOV1 第二篇 预测阶段 非极大值抑制(NMS)
新一代垃圾回收器—ZGC
Tencent architects first, 2022 Android interview written examination summary
beegfs高可用模式探讨
Interview assault 63: how to remove duplication in MySQL?
随机推荐
Vscode debug run fluent message: there is no extension for debugging yaml. Should we find yaml extensions in the market?
新一代垃圾回收器—ZGC
Example of applying fonts to flutter
js获取浏览器系统语言
句号压缩过滤器
Example of shutter text component
AsyncHandler
AddressSanitizer 技术初体验
夏志刚介绍
MySql必知必会学习
Li Kou 101: symmetric binary tree
Test Li hi
Linear distance between two points of cesium
Hudi vs Delta vs Iceberg
腾讯T3大牛手把手教你,大厂内部资料
转让malloc()该功能后,发生了什么事内核?附malloc()和free()实现源
某东短信登录复活 安装部署教程
Selenium advanced operations
腾讯T2大牛亲自讲解,跳槽薪资翻倍
golang的超时处理使用技巧