CVMay 20, 2024

End-to-End Full-Page Optical Music Recognition for Pianoform Sheet Music

arXiv:2405.12105v410 citationsh-index: 4Int J Comput Vis
Originality Incremental advance
AI Analysis

This addresses the challenge of complex layout transcription in optical music recognition, offering a more generalizable solution for musicians and archivists, though it is incremental in improving existing methods.

The paper tackles the problem of transcribing full-page pianoform sheet music images into digital formats with a truly end-to-end system, achieving results that outperform leading commercial software in both zero-shot and fine-tuned settings.

Optical Music Recognition (OMR) has made significant progress since its inception, with various approaches now capable of accurately transcribing music scores into digital formats. Despite these advancements, most so-called end-to-end OMR approaches still rely on multi-stage processing pipelines for transcribing full-page score images, which entails challenges such as the need for dedicated layout analysis and specific annotated data, thereby limiting the general applicability of such methods. In this paper, we present the first truly end-to-end approach for page-level OMR in complex layouts. Our system, which combines convolutional layers with autoregressive Transformers, processes an entire music score page and outputs a complete transcription in a music encoding format. This is made possible by both the architecture and the training procedure, which utilizes curriculum learning through incremental synthetic data generation. We evaluate the proposed system using pianoform corpora, which is one of the most complex sources in the OMR literature. This evaluation is conducted first in a controlled scenario with synthetic data, and subsequently against two real-world corpora of varying conditions. Our approach is compared with leading commercial OMR software. The results demonstrate that our system not only successfully transcribes full-page music scores but also outperforms the commercial tool in both zero-shot settings and after fine-tuning with the target domain, representing a significant contribution to the field of OMR.

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