ディープラーニングは、意思決定タスクでますます使用されています。ただし、ニューラルネットワークが最終的な予測をどのように生成するかを理解することは基本的な課題です。画像のニューラルネットワーク予測の解釈に関する既存の作業は、多くの場合、単一の画像またはニューロンの予測の説明に焦点を当てています。予測は多くの場合、数百万の画像にわたって最適化された数百万の重みから計算されるため、そのような説明は大きな画像を見逃す可能性があります。ディープラーニングモデルが学習した機能と、予測を行うためにそれらの機能がどのように相互作用するかをスケーラブルかつ体系的に要約および視覚化するインタラクティブシステムであるSummitを紹介します。 Summitには、2つの新しいスケーラブルな要約手法が導入されています。(1)活性化集約は重要なニューロンを発見し、(2)ニューロン影響集約はそのようなニューロン間の関係を識別します。 Summitはこれらの手法を組み合わせて、モデルの結果に寄与する重要なニューロンの関連付けと下位構造を明らかにし、要約する新しい属性グラフを作成します。 Summitは、1.2Mの画像を含むImageNetデータセットなどの大きなデータにスケーリングし、ニューラルネットワーク機能の視覚化とデータセットの例を活用して、ユーザーが大規模で複雑なニューラルネットワークモデルをコンパクトでインタラクティブな視覚化に活用できるようにします。 Summitは、一般的な大規模な画像分類器の学習表現に対する複数の驚くべき洞察を発見し、将来のニューラルネットワークアーキテクチャの設計に役立つ、ニューラルネットワーク探索シナリオを提示します。 Summit視覚化は最新のWebブラウザーで実行され、オープンソースです。
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.