SDLGMMASDec 1, 2021

Score Transformer: Generating Musical Score from Note-level Representation

arXiv:2112.00355v113 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of visually representing music notation from audio-like data for applications in music transcription and composition, though it is incremental as it builds on existing Transformer models.

The paper tackled the problem of automatically generating musical scores from note-level representations by designing a score token representation and training a Transformer model, resulting in significant outperformance over existing methods on all 12 musical aspects evaluated in popular piano scores.

In this paper, we explore the tokenized representation of musical scores using the Transformer model to automatically generate musical scores. Thus far, sequence models have yielded fruitful results with note-level (MIDI-equivalent) symbolic representations of music. Although the note-level representations can comprise sufficient information to reproduce music aurally, they cannot contain adequate information to represent music visually in terms of notation. Musical scores contain various musical symbols (e.g., clef, key signature, and notes) and attributes (e.g., stem direction, beam, and tie) that enable us to visually comprehend musical content. However, automated estimation of these elements has yet to be comprehensively addressed. In this paper, we first design score token representation corresponding to the various musical elements. We then train the Transformer model to transcribe note-level representation into appropriate music notation. Evaluations of popular piano scores show that the proposed method significantly outperforms existing methods on all 12 musical aspects that were investigated. We also explore an effective notation-level token representation to work with the model and determine that our proposed representation produces the steadiest results.

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