# Exploring attention mechanism for acoustic-based classification of   speech utterances into system-directed and non-system-directed

**Authors:** Atta Norouzian, Bogdan Mazoure, Dermot Connolly, Daniel Willett

arXiv: 1902.00570 · 2019-02-05

## TL;DR

This paper investigates neural network architectures with attention mechanisms for classifying speech utterances as system-directed or non-system-directed using acoustic features, aiming to improve voice assistant responsiveness.

## Contribution

It introduces attention-enhanced neural models for acoustic classification of speech, demonstrating significant accuracy improvements over baseline methods.

## Key findings

- Attention mechanisms improve classification accuracy.
- Best model achieves EER of around 16%.
- Models perform well on realistic datasets.

## Abstract

Voice controlled virtual assistants (VAs) are now available in smartphones, cars, and standalone devices in homes. In most cases, the user needs to first "wake-up" the VA by saying a particular word/phrase every time he or she wants the VA to do something. Eliminating the need for saying the wake-up word for every interaction could improve the user experience. This would require the VA to have the capability to detect the speech that is being directed at it and respond accordingly. In other words, the challenge is to distinguish between system-directed and non-system-directed speech utterances. In this paper, we present a number of neural network architectures for tackling this classification problem based on using only acoustic features. These architectures are based on using convolutional, recurrent and feed-forward layers. In addition, we investigate the use of an attention mechanism applied to the output of the convolutional and the recurrent layers. It is shown that incorporating the proposed attention mechanism into the models always leads to significant improvement in classification accuracy. The best model achieved equal error rates of 16.25 and 15.62 percents on two distinct realistic datasets.

## Full text

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

## Figures

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

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1902.00570/full.md

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