This project aims to provide a new perspective to understand the trained Convolutional Neural Network(CNN) model and features in its filters. Guided Backporpagation is a typical way of CNN filter visualizaiton, which could generate visualization images for every filter according a given image. The general information of datasets could be represented as its average image. Therefore, comparing the distance of average image and filter visualization image could describe the general information extraction power of a filter. In this way, we could quantify the confusing visualization results as several scalars, called as SimValues. After computing the SimValues of all filters in all layers, we could analyse them by their absolute values, variances and changing trends to get more insights about CNN model.
-
Couldn't load subscription status.
- Fork 0
This project aims to provide a new perspective to understand the trained Convolutional Neural Network(CNN) model and features in its filters. Guided Backporpagation is a typical way of CNN filter visualizaiton, which could generate visualization images for every filter according a given image. The general information of datasets could be represe…
License
Couldn't load subscription status.
XinyuanWangCS/Average-Image-Analysis
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This project aims to provide a new perspective to understand the trained Convolutional Neural Network(CNN) model and features in its filters. Guided Backporpagation is a typical way of CNN filter visualizaiton, which could generate visualization images for every filter according a given image. The general information of datasets could be represe…