# Summit: Scaling Deep Learning Interpretability by Visualizing Activation   and Attribution Summarizations

**Authors:** Fred Hohman, Haekyu Park, Caleb Robinson, Duen Horng Chau

arXiv: 1904.02323 · 2019-09-04

## TL;DR

Summit is an interactive visualization system that summarizes and visualizes learned features and their interactions in large neural networks, aiding interpretability at scale.

## Contribution

It introduces scalable activation and neuron-influence aggregation techniques and a novel attribution graph for large-scale neural network interpretability.

## Key findings

- Revealed surprising insights into a large-scale image classifier.
- Enabled scalable interpretation of models with over a million images.
- Facilitated discovery of neuron relationships and model substructures.

## Abstract

Deep learning is increasingly used in decision-making tasks. However, understanding how neural networks produce final predictions remains a fundamental challenge. Existing work on interpreting neural network predictions for images often focuses on explaining predictions for single images or neurons. As predictions are often computed from millions of weights that are optimized over millions of images, such explanations can easily miss a bigger picture. We present Summit, an interactive system that scalably and systematically summarizes and visualizes what features a deep learning model has learned and how those features interact to make predictions. Summit introduces two new scalable summarization techniques: (1) activation aggregation discovers important neurons, and (2) neuron-influence aggregation identifies relationships among such neurons. Summit combines these techniques to create the novel attribution graph that reveals and summarizes crucial neuron associations and substructures that contribute to a model's outcomes. Summit scales to large data, such as the ImageNet dataset with 1.2M images, and leverages neural network feature visualization and dataset examples to help users distill large, complex neural network models into compact, interactive visualizations. We present neural network exploration scenarios where Summit helps us discover multiple surprising insights into a prevalent, large-scale image classifier's learned representations and informs future neural network architecture design. The Summit visualization runs in modern web browsers and is open-sourced.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.02323/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02323/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/1904.02323/full.md

---
Source: https://tomesphere.com/paper/1904.02323