# Software and application patterns for explanation methods

**Authors:** Maximilian Alber

arXiv: 1904.04734 · 2019-04-10

## TL;DR

This paper introduces software and application patterns for explanation methods of neural networks, emphasizing efficient implementation, application use cases, and discussing challenges with evolving models.

## Contribution

It provides a structured overview of coding patterns for explanation algorithms, their integration in applications, and reviews open-source tools and challenges.

## Key findings

- Patterns enable efficient implementation of explanation algorithms
- Applications include analyzing misclassifications and comparing models
- Discussion of open-source packages and challenges with complex models

## Abstract

Deep neural networks successfully pervaded many applications domains and are increasingly used in critical decision processes. Understanding their workings is desirable or even required to further foster their potential as well as to access sensitive domains like medical applications or autonomous driving. One key to this broader usage of explaining frameworks is the accessibility and understanding of respective software. In this work we introduce software and application patterns for explanation techniques that aim to explain individual predictions of neural networks. We discuss how to code well-known algorithms efficiently within deep learning software frameworks and describe how to embed algorithms in downstream implementations. Building on this we show how explanation methods can be used in applications to understand predictions for miss-classified samples, to compare algorithms or networks, and to examine the focus of networks. Furthermore, we review available open-source packages and discuss challenges posed by complex and evolving neural network structures to explanation algorithm development and implementations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.04734/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04734/full.md

## References

64 references — full list in the complete paper: https://tomesphere.com/paper/1904.04734/full.md

---
Source: https://tomesphere.com/paper/1904.04734