# Towards Debugging Deep Neural Networks by Generating Speech Utterances

**Authors:** Bilal Soomro, Anssi Kanervisto, Trung Ngo Trong, Ville Hautam\"aki

arXiv: 1907.03164 · 2019-07-09

## TL;DR

This paper explores using activation maximization to generate speech utterances for debugging deep neural networks, combining objective and subjective evaluations to assess the quality of synthesized speech and its interpretability.

## Contribution

It demonstrates that activation maximization can be effectively applied to speech classifiers, enabling insights into what DNNs 'listen to' in speech tasks.

## Key findings

- Generated speech samples align with class priors.
- Activation maximization reveals class-specific features.
- Synthesized speech quality is acceptable for interpretability.

## Abstract

Deep neural networks (DNN) are able to successfully process and classify speech utterances. However, understanding the reason behind a classification by DNN is difficult. One such debugging method used with image classification DNNs is activation maximization, which generates example-images that are classified as one of the classes. In this work, we evaluate applicability of this method to speech utterance classifiers as the means to understanding what DNN "listens to". We trained a classifier using the speech command corpus and then use activation maximization to pull samples from the trained model. Then we synthesize audio from features using WaveNet vocoder for subjective analysis. We measure the quality of generated samples by objective measurements and crowd-sourced human evaluations. Results show that when combined with the prior of natural speech, activation maximization can be used to generate examples of different classes. Based on these results, activation maximization can be used to start opening up the DNN black-box in speech tasks.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1907.03164/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1907.03164/full.md

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