# The Receptive Field as a Regularizer in Deep Convolutional Neural   Networks for Acoustic Scene Classification

**Authors:** Khaled Koutini, Hamid Eghbal-zadeh, Matthias Dorfer, Gerhard Widmer

arXiv: 1907.01803 · 2019-07-04

## TL;DR

This paper investigates how the receptive field size in CNNs affects acoustic scene classification performance, demonstrating that appropriate RF tuning improves model generalization and achieves state-of-the-art results.

## Contribution

The authors analyze the receptive field's role in CNN generalization for audio tasks and propose systematic methods to adapt RF size, leading to improved performance.

## Key findings

- Optimal RF size improves model accuracy
- Very small or large RFs degrade performance
- Adaptive RF tuning achieves state-of-the-art results

## Abstract

Convolutional Neural Networks (CNNs) have had great success in many machine vision as well as machine audition tasks. Many image recognition network architectures have consequently been adapted for audio processing tasks. However, despite some successes, the performance of many of these did not translate from the image to the audio domain. For example, very deep architectures such as ResNet and DenseNet, which significantly outperform VGG in image recognition, do not perform better in audio processing tasks such as Acoustic Scene Classification (ASC). In this paper, we investigate the reasons why such powerful architectures perform worse in ASC compared to simpler models (e.g., VGG). To this end, we analyse the receptive field (RF) of these CNNs and demonstrate the importance of the RF to the generalization capability of the models. Using our receptive field analysis, we adapt both ResNet and DenseNet, achieving state-of-the-art performance and eventually outperforming the VGG-based models. We introduce systematic ways of adapting the RF in CNNs, and present results on three data sets that show how changing the RF over the time and frequency dimensions affects a model's performance. Our experimental results show that very small or very large RFs can cause performance degradation, but deep models can be made to generalize well by carefully choosing an appropriate RF size within a certain range.

## Full text

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

## Figures

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

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1907.01803/full.md

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