paper-with-me

홈 › Papers

Visualizing the Diversity of Representations Learned by Bayesian Neural Networks

2022-01-26 · Dennis Grinwald, Kirill Bykov, Shinichi Nakajima, Marina M. -C. Höhne

Explainable Artificial Intelligence (XAI) aims to make learning machines less opaque, and offers researchers and practitioners various tools to reveal the decision-making strategies of neural networks. In this work, we investigate how XAI methods can be used for exploring and visualizing the diversity of feature representations learned by Bayesian Neural Networks (BNNs). Our goal is to provide a global understanding of BNNs by making their decision-making strategies a) visible and tangible through feature visualizations and b) quantitatively measurable with a distance measure learned by contrastive learning. Our work provides new insights into the \emph{posterior} distribution in terms of human-understandable feature information with regard to the underlying decision making strategies. The main findings of our work are the following: 1) global XAI methods can be applied to explain the diversity of decision-making strategies of BNN instances, 2) Monte Carlo dropout with commonly used Dropout rates exhibit increased diversity in feature representations compared to the multimodal posterior approximation of MultiSWAG, 3) the diversity of learned feature representations highly correlates with the uncertainty estimate for the output and 4) the inter-mode diversity of the multimodal posterior decreases as the network width increases, while the intra mode diversity increases. These findings are consistent with the recent Deep Neural Networks theory, providing additional intuitions about what the theory implies in terms of humanly understandable concepts.

📄 PDF Abstract BibTeX arXiv:2201.10859

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDecision MakingDiversityExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Monte Carlo Dropout 설명 없음

Similar Papers 제목 키워드 기반

Analyzing Learned Convnet Features with Dirichlet Process Gaussian Mixture Models

2017-02-23 · David Malmgren-Hansen, Allan Aasbjerg Nielsen, Rasmus Engholm

Convolutional Neural Networks (Convnets) have achieved good results in a range of computer vision tasks the recent years. Though given a lot of attention, visualizing the learned representations to interpret Convnets, st…

ClusteringTransfer Learning

Interpretable Diversity Analysis: Visualizing Feature Representations In Low-Cost Ensembles

2023-02-12 · Tim Whitaker, Darrell Whitley

Diversity is an important consideration in the construction of robust neural network ensembles. A collection of well trained models will generalize better if they are diverse in the patterns they respond to and the predi…

Diversity

Perceptual Regularization: Visualizing and Learning Generalizable Representations

2019-09-25 · Hongzhou Lin, Joshua Robinson, Stefanie Jegelka

A deployable machine learning model relies on a good representation. Two desirable criteria of a good representation are to be understandable, and to generalize to new tasks. We propose a technique termed perceptual regu…

Towards faithfully visualizing global linguistic diversity

2018-05-01 · LREC 2018 5 · Garl McNew, , Curdin Derungs, Steven Moran
Diversity

Visualizing the Consequences of Evidence in Bayesian Networks

2017-07-04 · Clifford Champion, Charles Elkan

This paper addresses the challenge of viewing and navigating Bayesian networks as their structural size and complexity grow. Starting with a review of the state of the art of visualizing Bayesian networks, an area which …