LGAICVMLFeb 6, 2019

Fooling Neural Network Interpretations via Adversarial Model Manipulation

arXiv:1902.02041v3236 citations
Originality Incremental advance
AI Analysis

This work highlights a critical flaw in current interpretation methods, posing a problem for researchers and practitioners relying on them for robust and reliable AI explanations, though it is incremental as it builds on existing adversarial manipulation concepts.

The authors tackled the vulnerability of neural network interpretation methods by fine-tuning models to alter saliency maps without affecting accuracy, demonstrating that methods like LRP, Grad-CAM, and SimpleGrad can be easily fooled with both passive and active manipulations that generalize across validation sets and transfer to other interpreters.

We ask whether the neural network interpretation methods can be fooled via adversarial model manipulation, which is defined as a model fine-tuning step that aims to radically alter the explanations without hurting the accuracy of the original models, e.g., VGG19, ResNet50, and DenseNet121. By incorporating the interpretation results directly in the penalty term of the objective function for fine-tuning, we show that the state-of-the-art saliency map based interpreters, e.g., LRP, Grad-CAM, and SimpleGrad, can be easily fooled with our model manipulation. We propose two types of fooling, Passive and Active, and demonstrate such foolings generalize well to the entire validation set as well as transfer to other interpretation methods. Our results are validated by both visually showing the fooled explanations and reporting quantitative metrics that measure the deviations from the original explanations. We claim that the stability of neural network interpretation method with respect to our adversarial model manipulation is an important criterion to check for developing robust and reliable neural network interpretation method.

Code Implementations3 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