paper-with-me

Papers

Optical Music Recognition with Convolutional Sequence-to-Sequence Models

2017-07-16 · Eelco van der Wel, Karen Ullrich

Optical Music Recognition (OMR) is an important technology within Music Information Retrieval. Deep learning models show promising results on OMR tasks, but symbol-level annotated data sets of sufficient size to train such models are not available and difficult to develop. We present a deep learning architecture called a Convolutional Sequence-to-Sequence model to both move towards an end-to-end trainable OMR pipeline, and apply a learning process that trains on full sentences of sheet music instead of individually labeled symbols. The model is trained and evaluated on a human generated data set, with various image augmentations based on real-world scenarios. This data set is the first publicly available set in OMR research with sufficient size to train and evaluate deep learning models. With the introduced augmentations a pitch recognition accuracy of 81% and a duration accuracy of 94% is achieved, resulting in a note level accuracy of 80%. Finally, the model is compared to commercially available methods, showing a large improvements over these applications.

📄 PDF Abstract BibTeX arXiv:1707.04877

Code (3)

eelcovdw/mono-musicxml-dataset 공식 구현
GaetanBaert/OMR_deep tf
apacha/OMR-Datasets

Tasks

Deep LearningInformation RetrievalMusic Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Residual Recurrent CRNN for End-to-End Optical Music Recognition on Monophonic Scores

2020-10-26 · Aozhi Liu, Lipei Zhang, Yaqi Mei, Baoqiang Han 외

One of the challenges of the Optical Music Recognition task is to transcript the symbols of the camera-captured images into digital music notations. Previous end-to-end model which was developed as a Convolutional Recurr…

Decoder

A High-Accuracy Optical Music Recognition Method Based on Bottleneck Residual Convolutions

2026-04-07 · Junwen Ma, Huhu Xue, Xingyuan Zhao, and Weicheng Fu arxiv

Optical Music Recognition (OMR) aims to convert printed or handwritten music score images into editable symbolic representations. This paper presents an end-to-end OMR framework that combines residual bottleneck convolut…

Computational Efficiency

An Empirical Evaluation of End-to-End Polyphonic Optical Music Recognition

2021-08-03 · Sachinda Edirisooriya, Hao-Wen Dong, Julian McAuley, Taylor Berg-Kirkpatrick

Previous work has shown that neural architectures are able to perform optical music recognition (OMR) on monophonic and homophonic music with high accuracy. However, piano and orchestral scores frequently exhibit polypho…

Binary ClassificationDecoderRhythm

Practical End-to-End Optical Music Recognition for Pianoform Music

2024-03-20 · Jiří Mayer, Milan Straka, Jan Hajič jr., Pavel Pecina

The majority of recent progress in Optical Music Recognition (OMR) has been achieved with Deep Learning methods, especially models following the end-to-end paradigm, reading input images and producing a linear sequence o…

Benchmarking

Unified Cross-modal Translation of Score Images, Symbolic Music, and Performance Audio

2025-05-19 · Jongmin Jung, Dongmin Kim, SiHun Lee, Seola Cho 외

Music exists in various modalities, such as score images, symbolic scores, MIDI, and audio. Translations between each modality are established as core tasks of music information retrieval, such as automatic music transcr…

Audio GenerationInformation RetrievalMusic GenerationMusic Information Retrieval+2