Leveraging Model Interpretability and Stability to increase Model Robustness
Fei Wu, Thomas Michel, Alexandre Briot

TL;DR
This paper enhances deep neural network robustness by analyzing hidden unit contributions and stability patterns, using interpretability metrics and classifiers to detect and discard wrong predictions.
Contribution
It introduces a combined approach leveraging interpretability and stability analysis to improve DNN robustness by detecting and discarding incorrect predictions.
Findings
Combining interpretability and stability methods improves wrong prediction detection.
Hidden unit activation patterns differ between correct and incorrect predictions.
Discarding detected wrong predictions increases model robustness.
Abstract
State of the art Deep Neural Networks (DNN) can now achieve above human level accuracy on image classification tasks. However their outstanding performances come along with a complex inference mechanism making them arduously interpretable models. In order to understand the underlying prediction rules of DNNs, Dhamdhere et al. propose an interpretability method to break down a DNN prediction score as sum of its hidden unit contributions, in the form of a metric called conductance. Analyzing conductances of DNN hidden units, we find out there is a difference in how wrong and correct predictions are inferred. We identify distinguishable patterns of hidden unit activations for wrong and correct predictions. We then use an error detector in the form of a binary classifier on top of the DNN to automatically discriminate wrong and correct predictions of the DNN based on their hidden unit…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Machine Learning and Data Classification
MethodsInterpretability
