ASLGSDApr 27, 2020

Autoencoding Neural Networks as Musical Audio Synthesizers

arXiv:2004.13172v12 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses audio synthesis for music production, but it is incremental as it applies an existing autoencoder method to a specific domain.

The authors tackled musical audio synthesis by training an autoencoder to compress and reconstruct magnitude STFT frames, achieving a lightweight algorithm compared to state-of-the-art methods, with metrics and an open-source implementation provided.

A method for musical audio synthesis using autoencoding neural networks is proposed. The autoencoder is trained to compress and reconstruct magnitude short-time Fourier transform frames. The autoencoder produces a spectrogram by activating its smallest hidden layer, and a phase response is calculated using real-time phase gradient heap integration. Taking an inverse short-time Fourier transform produces the audio signal. Our algorithm is light-weight when compared to current state-of-the-art audio-producing machine learning algorithms. We outline our design process, produce metrics, and detail an open-source Python implementation of our model.

Foundations

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

Your Notes