MLSDMay 19, 2017

Efficient Learning of Harmonic Priors for Pitch Detection in Polyphonic Music

arXiv:1705.07104v27 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of automatic music transcription for polyphonic music, which is incremental as it builds on existing GP methods with a new kernel.

The paper tackled pitch detection in polyphonic music transcription by introducing Gaussian process priors with Matérn spectral mixture kernels to model frequency content, and found that learning priors fitting sound events improved detection, with empirical evaluations showing competitive performance on benchmarks.

Automatic music transcription (AMT) aims to infer a latent symbolic representation of a piece of music (piano-roll), given a corresponding observed audio recording. Transcribing polyphonic music (when multiple notes are played simultaneously) is a challenging problem, due to highly structured overlapping between harmonics. We study whether the introduction of physically inspired Gaussian process (GP) priors into audio content analysis models improves the extraction of patterns required for AMT. Audio signals are described as a linear combination of sources. Each source is decomposed into the product of an amplitude-envelope, and a quasi-periodic component process. We introduce the Matérn spectral mixture (MSM) kernel for describing frequency content of singles notes. We consider two different regression approaches. In the sigmoid model every pitch-activation is independently non-linear transformed. In the softmax model several activation GPs are jointly non-linearly transformed. This introduce cross-correlation between activations. We use variational Bayes for approximate inference. We empirically evaluate how these models work in practice transcribing polyphonic music. We demonstrate that rather than encourage dependency between activations, what is relevant for improving pitch detection is to learnt priors that fit the frequency content of the sound events to detect.

Code Implementations1 repo
Foundations

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

Your Notes