Skip to content

OMR-PRAIG-UA-ES/ISMIR-2024-SYNTHETIC2REAL-OMR

Repository files navigation

PRAIG-logo

Synthetic-to-Real Domain Adaptation for Optical Music Recognition

Full text available here.

Python PyTorch Lightning License

How To UseCitationsAcknowledgmentsLicense

How To Use

Set up

You can use the included Dockerfile:

docker build --tag omr_amd:latest .

Datasets

We evaluate our approach on mensural music notation:

  • We use Capitan (or Zaragoza), Il Lauro Secco, Magnificat, Mottecta, and Guatemala datasets. These are private datasets and are available upon request. After obtaining these datasets, please place them in the data folder.

Experiments

We use Primens as the source dataset and try to adapt its corresponding source model to each of the remaining datasets. We use the Align, Minimize and Diversify (AMD) method to perform a source-free domain adaptation. Specifically, we perform a random seach of 50 runs for each source-target combination and keep the best one as the final result.

Execute the run_experiments.sh script to replicate the experiments from our work:

$ bash run_experiments.sh

Citations

@inproceedings{luna2024syn2realomr,
  title     = {{Unsupervised Synthetic-to-Real Adaptation for Optical Music Recognition}},
  author    = {Luna-Barahona, Noelia and Roselló, Adrián and Alfaro-Contreras, Mar{\'\i}a and Rizo, David and Calvo-Zaragoza, Jorge},
  booktitle = {{Proceedings of the 25th International Society for Music Information Retrieval Conference}},
  year      = {2024},
  publisher = {ISMIR},
  address   = {San Francisco, United States},
  month     = {nov},
}

Acknowledgments

This work is supported by grant CISEJI/2023/9 from "Programa para el apoyo a personas investigadoras con talento (Plan GenT) de la Generalitat Valenciana".

License

This work is under a MIT license.

About

Source-Free Synthetic-to-Real Domain Adaptation for Optical Music Recognition (ISMIR 2024)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors