dais-ita / interpretability-papers

Papers on interpretable deep learning, for review
29 stars 2 forks source link

TreeView: Peeking into Deep Neural Networks Via Feature-Space Partitioning #20

Open richardtomsett opened 6 years ago

richardtomsett commented 6 years ago

TreeView: Peeking into Deep Neural Networks Via Feature-Space Partitioning With the advent of highly predictive but opaque deep learning models, it has become more important than ever to understand and explain the predictions of such models. Existing approaches define interpretability as the inverse of complexity and achieve interpretability at the cost of accuracy. This introduces a risk of producing interpretable but misleading explanations. As humans, we are prone to engage in this kind of behavior \cite{mythos}. In this paper, we take a step in the direction of tackling the problem of interpretability without compromising the model accuracy. We propose to build a Treeview representation of the complex model via hierarchical partitioning of the feature space, which reveals the iterative rejection of unlikely class labels until the correct association is predicted.

Bibtex:

@misc{1611.07429, Author = {Jayaraman J. Thiagarajan and Bhavya Kailkhura and Prasanna Sattigeri and Karthikeyan Natesan Ramamurthy}, Title = {TreeView: Peeking into Deep Neural Networks Via Feature-Space Partitioning}, Year = {2016}, Eprint = {arXiv:1611.07429}, }