# Unsupervised Feature Learning for Environmental Sound Classification   Using Weighted Cycle-Consistent Generative Adversarial Network

**Authors:** Mohammad Esmaeilpour, Patrick Cardinal, Alessandro Lameiras Koerich

arXiv: 1904.04221 · 2019-11-26

## TL;DR

This paper introduces a novel unsupervised feature learning method using a cycle-consistent GAN for data augmentation and a codebook approach for environmental sound classification, outperforming existing deep learning models.

## Contribution

It combines unsupervised feature learning, high-level data augmentation, and codebook-based classification to improve environmental sound recognition accuracy.

## Key findings

- Outperforms state-of-the-art classifiers on four benchmarks.
- Improves classification accuracy by 3.51% to 14.34%.
- Demonstrates effectiveness of cycle-consistent GANs for data augmentation.

## Abstract

In this paper we propose a novel environmental sound classification approach incorporating unsupervised feature learning from codebook via spherical $K$-Means++ algorithm and a new architecture for high-level data augmentation. The audio signal is transformed into a 2D representation using a discrete wavelet transform (DWT). The DWT spectrograms are then augmented by a novel architecture for cycle-consistent generative adversarial network. This high-level augmentation bootstraps generated spectrograms in both intra and inter class manners by translating structural features from sample to sample. A codebook is built by coding the DWT spectrograms with the speeded-up robust feature detector (SURF) and the K-Means++ algorithm. The Random Forest is our final learning algorithm which learns the environmental sound classification task from the clustered codewords in the codebook. Experimental results in four benchmarking environmental sound datasets (ESC-10, ESC-50, UrbanSound8k, and DCASE-2017) have shown that the proposed classification approach outperforms the state-of-the-art classifiers in the scope, including advanced and dense convolutional neural networks such as AlexNet and GoogLeNet, improving the classification rate between 3.51% and 14.34%, depending on the dataset.

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04221/full.md

## References

83 references — full list in the complete paper: https://tomesphere.com/paper/1904.04221/full.md

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