End-to-End Real-World Polyphonic Piano Audio-to-Score Transcription with Hierarchical Decoding
Wei Zeng, Xian He, Ye Wang
TL;DR
This work tackles end-to-end piano audio-to-score transcription (A2S) by introducing a Seq2Seq model with a hierarchical decoder that produces bar-level metadata (key and time signatures) and note-level sequences for both staves. To close the realism gap between synthetic data and real human performance, it uses a two-stage training regime—pre-training on expressive-performance-rendered synthetic data and fine-tuning on ASAP piano recordings—plus a Kern-based score representation with a pre-processing stream that preserves voicing. Key contributions include the hierarchical multi-task architecture, the two-stage training pipeline, and a voicing-preserving Kern serialization method, all validated against synthetic and real-world data and showing improved MV2H and WER metrics over baselines. The approach advances real-world A2S applicability, enabling more accurate transcription of polyphonic piano music and facilitating downstream music analysis and practice tools.
Abstract
Piano audio-to-score transcription (A2S) is an important yet underexplored task with extensive applications for music composition, practice, and analysis. However, existing end-to-end piano A2S systems faced difficulties in retrieving bar-level information such as key and time signatures, and have been trained and evaluated with only synthetic data. To address these limitations, we propose a sequence-to-sequence (Seq2Seq) model with a hierarchical decoder that aligns with the hierarchical structure of musical scores, enabling the transcription of score information at both the bar and note levels by multi-task learning. To bridge the gap between synthetic data and recordings of human performance, we propose a two-stage training scheme, which involves pre-training the model using an expressive performance rendering (EPR) system on synthetic audio, followed by fine-tuning the model using recordings of human performance. To preserve the voicing structure for score reconstruction, we propose a pre-processing method for **Kern scores in scenarios with an unconstrained number of voices. Experimental results support the effectiveness of our proposed approaches, in terms of both transcription performance on synthetic audio data in comparison to the current state-of-the-art, and the first experiment on human recordings.
