LGAIMLMay 20, 2020

An Adversarial Approach for Explaining the Predictions of Deep Neural Networks

arXiv:2005.10284v41 citations
Originality Incremental advance
AI Analysis

This addresses the need for interpretable AI in applications like computer vision and NLP, though it appears incremental as it builds on existing adversarial techniques for explanation.

The paper tackles the problem of explaining deep neural network predictions by introducing a novel algorithm that uses adversarial machine learning to identify input feature importance, demonstrating its effectiveness through experiments with various DNNs, tasks, and datasets.

Machine learning models have been successfully applied to a wide range of applications including computer vision, natural language processing, and speech recognition. A successful implementation of these models however, usually relies on deep neural networks (DNNs) which are treated as opaque black-box systems due to their incomprehensible complexity and intricate internal mechanism. In this work, we present a novel algorithm for explaining the predictions of a DNN using adversarial machine learning. Our approach identifies the relative importance of input features in relation to the predictions based on the behavior of an adversarial attack on the DNN. Our algorithm has the advantage of being fast, consistent, and easy to implement and interpret. We present our detailed analysis that demonstrates how the behavior of an adversarial attack, given a DNN and a task, stays consistent for any input test data point proving the generality of our approach. Our analysis enables us to produce consistent and efficient explanations. We illustrate the effectiveness of our approach by conducting experiments using a variety of DNNs, tasks, and datasets. Finally, we compare our work with other well-known techniques in the current literature.

Code Implementations2 repos
Foundations

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

Your Notes