CVMay 14, 2019

Neurons Activation Visualization and Information Theoretic Analysis

arXiv:1905.08618v31 citations
Originality Synthesis-oriented
AI Analysis

This provides incremental insights for researchers designing DNNs by offering a new metric to evaluate model accuracy and layer requirements.

The researchers tackled the problem of understanding deep neural networks by analyzing neuron activation patterns using entropy, finding that entropy monotonically decreases with layer depth, indicating more stable activations in deeper layers.

Understanding the inner working mechanism of deep neural networks (DNNs) is essential and important for researchers to design and improve the performance of DNNs. In this work, the entropy analysis is leveraged to study the neurons activation behavior of the fully connected layers of DNNs. The entropy of the activation patterns of each layer can provide a performance metric for the evaluation of the network model accuracy. The study is conducted based on a well trained network model. The activation patterns of shallow and deep layers of the fully connected layers are analyzed by inputting the images of a single class. It is found that for the well trained deep neural networks model, the entropy of the neuron activation pattern is monotonically reduced with the depth of the layers. That is, the neuron activation patterns become more and more stable with the depth of the fully connected layers. The entropy pattern of the fully connected layers can also provide guidelines as to how many fully connected layers are needed to guarantee the accuracy of the model. The study in this work provides a new perspective on the analysis of DNN, which shows some interesting results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes