码迷,mamicode.com
首页 > Web开发 > 详细

Visualing and understanding convolutional networks

时间:2015-01-27 10:49:55      阅读:546      评论:0      收藏:0      [点我收藏+]

标签:

这篇文章主要是基于Alex的CNN代码利用可视化技术将卷积神经网络每层学习到的特征以人眼可见的方式变现出来,即Feature Visualization,并试图提出改进。相当于是卷积神经网络的逆过程。

主要框架如下图:
技术分享
主要利用到的技术有unpooling ,rectification,filtering(逆滤波)
 
主要的分析过程有:
1.Architecture Selection
发现的问题:The first layer lters are a mix of extremely high and low frequency information, with little coverage of the mid frequencies. Additionally, the 2nd layer visualization shows aliasing artifacts caused by the large stride 4 used in the 1st layer convolutions。(虽然我还不知道他是怎么看出的(⊙o⊙))
2.Occlusion Sensitivity
去掉某部分然后看结果怎么样
3.Correspndence Analysis
相关性分析
 





Visualing and understanding convolutional networks

标签:

原文地址:http://www.cnblogs.com/hshsmile/p/4252023.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!