What is: Agglomerative Contextual Decomposition?
Source | Hierarchical interpretations for neural network predictions |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Agglomerative Contextual Decomposition (ACD) is an interpretability method that produces hierarchical interpretations for a single prediction made by a neural network, by scoring interactions and building them into a tree. Given a prediction from a trained neural network, ACD produces a hierarchical clustering of the input features, along with the contribution of each cluster to the final prediction. This hierarchy is optimized to identify clusters of features that the DNN learned are predictive.