SDLGASSPMLMar 21, 2019

Improving Machine Hearing on Limited Data Sets

arXiv:1903.08950v3
AI Analysis

This work addresses the challenge of limited data for audio processing tasks, but it is incremental as it builds on existing CNN and representation methods.

The paper tackled the problem of improving machine hearing with limited training data in music information retrieval by comparing standard mel-spectrogram inputs with a newly proposed Mel scattering representation and using an augmented target loss function, resulting in all proposed methods outperforming the standard approach.

Convolutional neural network (CNN) architectures have originated and revolutionized machine learning for images. In order to take advantage of CNNs in predictive modeling with audio data, standard FFT-based signal processing methods are often applied to convert the raw audio waveforms into an image-like representations (e.g. spectrograms). Even though conventional images and spectrograms differ in their feature properties, this kind of pre-processing reduces the amount of training data necessary for successful training. In this contribution we investigate how input and target representations interplay with the amount of available training data in a music information retrieval setting. We compare the standard mel-spectrogram inputs with a newly proposed representation, called Mel scattering. Furthermore, we investigate the impact of additional target data representations by using an augmented target loss function which incorporates unused available information. We observe that all proposed methods outperform the standard mel-transform representation when using a limited data set and discuss their strengths and limitations. The source code for reproducibility of our experiments as well as intermediate results and model checkpoints are available in an online repository.

Code Implementations2 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