AISDApr 8, 2014

Outer-Product Hidden Markov Model and Polyphonic MIDI Score Following

arXiv:1404.2313v126 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of handling arbitrary repeats and skips in musical performances for practical score-following applications, representing an incremental improvement over existing methods.

The authors tackled the problem of polyphonic MIDI score following with arbitrary repeats and skips by proposing a new hidden Markov model (HMM) that reduces computational complexity without pruning, and demonstrated its effectiveness in evaluations with human performances.

We present a polyphonic MIDI score-following algorithm capable of following performances with arbitrary repeats and skips, based on a probabilistic model of musical performances. It is attractive in practical applications of score following to handle repeats and skips which may be made arbitrarily during performances, but the algorithms previously described in the literature cannot be applied to scores of practical length due to problems with large computational complexity. We propose a new type of hidden Markov model (HMM) as a performance model which can describe arbitrary repeats and skips including performer tendencies on distributed score positions before and after them, and derive an efficient score-following algorithm that reduces computational complexity without pruning. A theoretical discussion on how much such information on performer tendencies improves the score-following results is given. The proposed score-following algorithm also admits performance mistakes and is demonstrated to be effective in practical situations by carrying out evaluations with human performances. The proposed HMM is potentially valuable for other topics in information processing and we also provide a detailed description of inference algorithms.

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