paper-with-me

Papers

Score Transformer: Generating Musical Score from Note-level Representation

2021-12-01 · Masahiro Suzuki

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.

📄 PDF Abstract BibTeX arXiv:2112.00355

Code (1)

suzuqn/scoretransformer 공식 구현

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Musical Rhythm Transcription Based on Bayesian Piece-Specific Score Models Capturing Repetitions

2019-08-18 · Eita Nakamura, Kazuyoshi Yoshii

Most work on musical score models (a.k.a. musical language models) for music transcription has focused on describing the local sequential dependence of notes in musical scores and failed to capture their global repetitiv…

Computational EfficiencyLanguage ModellingMusic TranscriptionRhythm

Musical Score Following using Statistical Inference

2025-02-06 · Josephine Cowley

Musical score following is the real-time mapping of a performance to corresponding locations in a musical score. Score following can be used in a variety of applications including automatic page turning and real-time acc…

Information RetrievalMusic Information Retrieval

End-to-end Piano Performance-MIDI to Score Conversion with Transformers

2024-09-30 · Tim Beyer, Angela Dai

The automated creation of accurate musical notation from an expressive human performance is a fundamental task in computational musicology. To this end, we present an end-to-end deep learning approach that constructs det…

The Music Note Ontology

2023-03-30 · Andrea Poltronieri, Aldo Gangemi

In this paper we propose the Music Note Ontology, an ontology for modelling music notes and their realisation. The ontology addresses the relation between a note represented in a symbolic representation system, and its r…

BERT-like Pre-training for Symbolic Piano Music Classification Tasks

2021-07-12 · Yi-Hui Chou, I-Chun Chen, Chin-Jui Chang, Joann Ching 외

This article presents a benchmark study of symbolic piano music classification using the masked language modelling approach of the Bidirectional Encoder Representations from Transformers (BERT). Specifically, we consider…

ClassificationEmotion ClassificationLanguage ModellingMelody Extraction+1