paper-with-me

홈 › Papers

Going Beyond Saliency Maps: Training Deep Models to Interpret Deep Models

2021-02-16 · Zixuan Liu, Ehsan Adeli, Kilian M. Pohl, Qingyu Zhao

Interpretability is a critical factor in applying complex deep learning models to advance the understanding of brain disorders in neuroimaging studies. To interpret the decision process of a trained classifier, existing techniques typically rely on saliency maps to quantify the voxel-wise or feature-level importance for classification through partial derivatives. Despite providing some level of localization, these maps are not human-understandable from the neuroscience perspective as they do not inform the specific meaning of the alteration linked to the brain disorder. Inspired by the image-to-image translation scheme, we propose to train simulator networks that can warp a given image to inject or remove patterns of the disease. These networks are trained such that the classifier produces consistently increased or decreased prediction logits for the simulated images. Moreover, we propose to couple all the simulators into a unified model based on conditional convolution. We applied our approach to interpreting classifiers trained on a synthetic dataset and two neuroimaging datasets to visualize the effect of the Alzheimer's disease and alcohol use disorder. Compared to the saliency maps generated by baseline approaches, our simulations and visualizations based on the Jacobian determinants of the warping field reveal meaningful and understandable patterns related to the diseases.

📄 PDF Abstract BibTeX arXiv:2102.08239

Code (0)

등록된 구현이 없습니다.

Tasks

Image-to-Image Translation

Similar Papers 제목 키워드 기반

DecomCAM: Advancing Beyond Saliency Maps through Decomposition and Integration

2024-05-29 · Yuguang Yang, Runtang Guo, Sheng Wu, Yimi Wang 외

Interpreting complex deep networks, notably pre-trained vision-language models (VLMs), is a formidable challenge. Current Class Activation Map (CAM) methods highlight regions revealing the model's decision-making basis b…

Computational EfficiencyDecision Making

On Saliency Maps and Adversarial Robustness

2020-06-14 · Puneet Mangla, Vedant Singh, Vineeth N. Balasubramanian

A Very recent trend has emerged to couple the notion of interpretability and adversarial robustness, unlike earlier efforts which solely focused on good interpretations or robustness against adversaries. Works have shown…

Adversarial Robustness

Improving the Interpretability of fMRI Decoding using Deep Neural Networks and Adversarial Robustness

2020-04-23 · Patrick McClure, Dustin Moraczewski, Ka Chun Lam, Adam Thomas 외

Deep neural networks (DNNs) are being increasingly used to make predictions from functional magnetic resonance imaging (fMRI) data. However, they are widely seen as uninterpretable "black boxes", as it can be difficult t…

Adversarial Robustness

Trustworthy Convolutional Neural Networks: A Gradient Penalized-based Approach

2020-09-29 · Nicholas Halliwell, Freddy Lecue

Convolutional neural networks (CNNs) are commonly used for image classification. Saliency methods are examples of approaches that can be used to interpret CNNs post hoc, identifying the most relevant pixels for a predict…

General Classificationimage-classificationImage Classification

SCAAT: Improving Neural Network Interpretability via Saliency Constrained Adaptive Adversarial Training

2023-11-09 · Rui Xu, Wenkang Qin, Peixiang Huang, Hao Wang 외

Deep Neural Networks (DNNs) are expected to provide explanation for users to understand their black-box predictions. Saliency map is a common form of explanation illustrating the heatmap of feature attributions, but it s…