TL;DR
This paper introduces a Transformer-based method for converting note-level musical representations into detailed visual scores, effectively capturing musical notation elements and outperforming existing approaches.
Contribution
The paper proposes a novel score token representation and a Transformer model to transcribe note-level music into comprehensive visual notation, addressing a gap in automated music score generation.
Findings
Significantly outperforms existing methods on 12 musical aspects
Effective notation-level token representation improves results
Proposed method accurately captures musical symbols and attributes
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Byte Pair Encoding · Label Smoothing · Dense Connections · Absolute Position Encodings · Multi-Head Attention · Residual Connection · Softmax
