SDIRASJun 27, 2020

Beneath (or beyond) the surface: Discovering voice-leading patterns with skip-grams

arXiv:2006.15399v17 citations
AI Analysis

This addresses a specific problem in music information retrieval for analyzing Western tonal music, but it is incremental as it builds on existing n-gram approaches.

The study tackled the challenge of detecting recurrent voice-leading patterns like the Mi-Re-Do compound cadence in complex polyphonic music by extending n-gram methods with skip-grams, finding that using 5 skips with filtering and statistical ranking improved the pattern's rank in the list.

Recurrent voice-leading patterns like the Mi-Re-Do compound cadence (MRDCC) rarely appear on the musical surface in complex polyphonic textures, so finding these patterns using computational methods remains a tremendous challenge. The present study extends the canonical n-gram approach by using skip-grams, which include sub-sequences in an n-gram list if their constituent members occur within a certain number of skips. We compiled four data sets of Western tonal music consisting of symbolic encodings of the notated score and a recorded performance, created a model pipeline for defining, counting, filtering, and ranking skip-grams, and ranked the position of the MRDCC in every possible model configuration. We found that the MRDCC receives a higher rank in the list when the pipeline employs 5 skips, filters the list by excluding n-gram types that do not reflect a genuine harmonic change between adjacent members, and ranks the remaining types using a statistical association measure.

Foundations

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

Your Notes