BERT-like Pre-training for Symbolic Piano Music Classification Tasks
Yi-Hui Chou, I-Chun Chen, Chin-Jui Chang, Joann Ching, Yi-Hsuan Yang
TL;DR
The paper addresses symbolic piano music classification under data-scarce conditions by adopting BERT-style masked language modelling for MIDI. It introduces two Transformer models pre-trained on public MIDI datasets (scores and performances) and fine-tunes them on four downstream tasks spanning note-level and sequence-level predictions. The study demonstrates that pre-training with MLM improves accuracy over RNN baselines across most tasks, with CP token representations generally outperforming REMI due to shorter sequences and richer token grouping. While melody-focused tasks benefit the most, style and emotion classification show competitive gains, though emotion performance can be surpass by MusicBERT with larger pre-training data. The work provides a public benchmark, releases code, and outlines future extensions to broader MIDI scenarios and tasks.
Abstract
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 two types of MIDI data: MIDI scores, which are musical scores rendered directly into MIDI with no dynamics and precisely aligned with the metrical grid notated by its composer and MIDI performances, which are MIDI encodings of human performances of musical scoresheets. With five public-domain datasets of single-track piano MIDI files, we pre-train two 12-layer Transformer models using the BERT approach, one for MIDI scores and the other for MIDI performances, and fine-tune them for four downstream classification tasks. These include two note-level classification tasks (melody extraction and velocity prediction) and two sequence-level classification tasks (style classification and emotion classification). Our evaluation shows that the BERT approach leads to higher classification accuracy than recurrent neural network (RNN)-based baselines.
