SDCVLGNEAug 15, 2016

Deep Convolutional Neural Networks and Data Augmentation for Environmental Sound Classification

arXiv:1608.04363v21447 citations
Originality Incremental advance
AI Analysis

This work addresses data scarcity in environmental sound classification, which is important for applications like surveillance or monitoring, but it is incremental as it builds on existing deep learning and augmentation techniques.

The authors tackled the problem of environmental sound classification by proposing a deep convolutional neural network architecture combined with audio data augmentation to address data scarcity, achieving state-of-the-art results with improved performance over baseline models.

The ability of deep convolutional neural networks (CNN) to learn discriminative spectro-temporal patterns makes them well suited to environmental sound classification. However, the relative scarcity of labeled data has impeded the exploitation of this family of high-capacity models. This study has two primary contributions: first, we propose a deep convolutional neural network architecture for environmental sound classification. Second, we propose the use of audio data augmentation for overcoming the problem of data scarcity and explore the influence of different augmentations on the performance of the proposed CNN architecture. Combined with data augmentation, the proposed model produces state-of-the-art results for environmental sound classification. We show that the improved performance stems from the combination of a deep, high-capacity model and an augmented training set: this combination outperforms both the proposed CNN without augmentation and a "shallow" dictionary learning model with augmentation. Finally, we examine the influence of each augmentation on the model's classification accuracy for each class, and observe that the accuracy for each class is influenced differently by each augmentation, suggesting that the performance of the model could be improved further by applying class-conditional data augmentation.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes