SOTAVerified

Robust Audio Event Recognition with 1-Max Pooling Convolutional Neural Networks

2016-04-21Code Available0· sign in to hype

Huy Phan, Lars Hertel, Marco Maass, Alfred Mertins

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present in this paper a simple, yet efficient convolutional neural network (CNN) architecture for robust audio event recognition. Opposing to deep CNN architectures with multiple convolutional and pooling layers topped up with multiple fully connected layers, the proposed network consists of only three layers: convolutional, pooling, and softmax layer. Two further features distinguish it from the deep architectures that have been proposed for the task: varying-size convolutional filters at the convolutional layer and 1-max pooling scheme at the pooling layer. In intuition, the network tends to select the most discriminative features from the whole audio signals for recognition. Our proposed CNN not only shows state-of-the-art performance on the standard task of robust audio event recognition but also outperforms other deep architectures up to 4.5% in terms of recognition accuracy, which is equivalent to 76.3% relative error reduction.

Reproductions