CVNEFeb 28, 2024

Understanding the Role of Pathways in a Deep Neural Network

arXiv:2402.18132v15 citationsh-index: 7Neural Networks
Originality Incremental advance
AI Analysis

This work addresses the interpretability challenge in AI for researchers and practitioners, though it is incremental in advancing pathway-based analysis.

The authors tackled the problem of interpreting deep neural networks by developing an algorithm to extract pixel diffusion pathways in CNNs, revealing that the largest pathways consistently cross important feature maps and can discriminate between categories and sample types.

Deep neural networks have demonstrated superior performance in artificial intelligence applications, but the opaqueness of their inner working mechanism is one major drawback in their application. The prevailing unit-based interpretation is a statistical observation of stimulus-response data, which fails to show a detailed internal process of inherent mechanisms of neural networks. In this work, we analyze a convolutional neural network (CNN) trained in the classification task and present an algorithm to extract the diffusion pathways of individual pixels to identify the locations of pixels in an input image associated with object classes. The pathways allow us to test the causal components which are important for classification and the pathway-based representations are clearly distinguishable between categories. We find that the few largest pathways of an individual pixel from an image tend to cross the feature maps in each layer that is important for classification. And the large pathways of images of the same category are more consistent in their trends than those of different categories. We also apply the pathways to understanding adversarial attacks, object completion, and movement perception. Further, the total number of pathways on feature maps in all layers can clearly discriminate the original, deformed, and target samples.

Foundations

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

Your Notes