# Improving Machine Hearing on Limited Data Sets

**Authors:** Pavol Harar, Roswitha Bammer, Anna Breger, Monika D\"orfler, Zdenek, Smekal

arXiv: 1903.08950 · 2025-02-20

## TL;DR

This paper explores methods to enhance machine hearing performance with limited data by comparing different input representations and target loss functions, demonstrating improved results over standard approaches in music information retrieval.

## Contribution

It introduces a novel Mel scattering representation and an augmented target loss function, showing their effectiveness in limited data scenarios.

## Key findings

- All proposed methods outperform standard mel-spectrograms with limited data.
- Mel scattering provides better feature representation for small datasets.
- Augmented target loss improves model performance by utilizing additional information.

## Abstract

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.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1903.08950/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1903.08950/full.md

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