# End-to-End Classification of Reverberant Rooms using DNNs

**Authors:** Constantinos Papayiannis, Christine Evers, Patrick A. Naylor

arXiv: 1812.09324 · 2020-11-03

## TL;DR

This paper demonstrates how deep neural networks, specifically a CRNN with attention, can classify reverberant rooms directly from speech spectra, outperforming traditional parameter-based methods.

## Contribution

It introduces a CRNN with attention mechanism for room classification directly from reverberant speech, bypassing the need for manual acoustic parameter estimation.

## Key findings

- CRNN achieves 78% accuracy with 5 hours of training data.
- CRNN improves to 90% accuracy with 10 hours of training data.
- Deep learning directly on speech spectra outperforms traditional methods.

## Abstract

Reverberation is present in our workplaces, our homes, concert halls and theatres. This paper investigates how deep learning can use the effect of reverberation on speech to classify a recording in terms of the room in which it was recorded. Existing approaches in the literature rely on domain expertise to manually select acoustic parameters as inputs to classifiers. Estimation of these parameters from reverberant speech is adversely affected by estimation errors, impacting the classification accuracy. In order to overcome the limitations of previously proposed methods, this paper shows how DNNs can perform the classification by operating directly on reverberant speech spectra and a CRNN with an attention-mechanism is proposed for the task. The relationship is investigated between the reverberant speech representations learned by the DNNs and acoustic parameters. For evaluation, AIRs are used from the ACE-challenge dataset that were measured in 7 real rooms. The classification accuracy of the CRNN classifier in the experiments is 78% when using 5 hours of training data and 90% when using 10 hours.

## Full text

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

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1812.09324/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1812.09324/full.md

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