paper-with-me

Papers

Leveraging Model Interpretability and Stability to increase Model Robustness

2019-10-01 · Fei Wu, Thomas Michel, Alexandre Briot

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 activations. Detected wrong predictions are discarded, increasing the model robustness. A different approach to distinguish wrong and correct predictions of DNNs is proposed by Wang et al. whose method is based on the premise that input samples leading a DNN into making wrong predictions are less stable to the DNN weight changes than correctly classified input samples. In our study, we compare both methods and find out by combining them that better detection of wrong predictions can be achieved.

📄 PDF Abstract BibTeX arXiv:1910.00387

Code (1)

feiwu77777/Leveraging-Model-Interpretability-and-Stability-to-increase-Model-Robustness 공식 구현 tf

Tasks

image-classificationImage Classificationmodel

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Evaluating the Robustness of Interpretability Methods through Explanation Invariance and Equivariance

2023-04-13 · NeurIPS 2023 11 · Jonathan Crabbé, Mihaela van der Schaar

Interpretability methods are valuable only if their explanations faithfully describe the explained model. In this work, we consider neural networks whose predictions are invariant under a specific symmetry group. This in…

Multilevel Robustness for 2D Vector Field Feature Tracking, Selection, and Comparison

2022-09-19 · Lin Yan, Paul Aaron Ullrich, Luke P. Van Roekel, Bei Wang 외

Critical point tracking is a core topic in scientific visualization for understanding the dynamic behavior of time-varying vector field data. The topological notion of robustness has been introduced recently to quantify …

Point Tracking

Operator inference with roll outs for learning reduced models from scarce and low-quality data

2022-12-02 · Wayne Isaac Tan Uy, Dirk Hartmann, Benjamin Peherstorfer

Data-driven modeling has become a key building block in computational science and engineering. However, data that are available in science and engineering are typically scarce, often polluted with noise and affected by m…

A Unified Matrix-Spectral Framework for Stability and Interpretability in Deep Learning

2026-02-01 · Ronald Katende arxiv

We develop a unified matrix-spectral framework for analyzing stability and interpretability in deep neural networks. Representing networks as data-dependent products of linear operators reveals spectral quantities govern…

Improving Stability in Decision Tree Models

2023-05-26 · Dimitris Bertsimas, Vassilis Digalakis Jr

Owing to their inherently interpretable structure, decision trees are commonly used in applications where interpretability is essential. Recent work has focused on improving various aspects of decision trees, including t…