Insights into end-to-end audio-to-score transcription with real recordings: A case study with saxophone works
Full text available here.
About • How To Use • Citations • Acknowledgments • License
End-to-end Audio-to-Score (A2S) transcription aims to retrieve a score that encodes the music content of an audio recording in a single step. Due to the recentness of this formulation, the existing works have exclusively addressed controlled scenarios with synthetic data that fail to provide conclusions applicable to real-world cases. In response to this gap in the literature, we introduce a compilation of recorded saxophone performances together with their digital music scores and pose several experimental scenarios involving real and synthetic data.
More in-depth information about this dataset can be found here or in our research paper.
The obtained results confirm the adequacy of this A2S framework to deal with real data as well as proving the relevance of leveraging synthetic interpretations to improve the recognition rate in scenarios with real-data scarcity.
To run the code, you'll need to meet certain requirements which are specified in the Dockerfile
. Alternatively, you can set up a virtual environment if preferred.
Once you have prepared your environment (either a Docker container or a virtual environment), you are ready to begin. Execute the run_experiments.sh
script to replicate the experiments from our work:
$ sh run_experiments.sh
@inproceedings{martinez2023insights,
title = {{Insights into end-to-end audio-to-score transcription with real recordings: A case study with saxophone works}},
author = {Mart{\'\i}nez-Sevilla, Juan C. and Alfaro-Contreras, Mar{\'\i}a and Valero-Mas, Jose J. and Calvo-Zaragoza, Jorge},
booktitle = {{Proceedings of the 24th INTERSPEECH Conference}},
year = 2023,
pages = {2793--2797},
month = aug,
address = {Dublin, Ireland},
doi = {10.21437/Interspeech.2023-88}
}
This work is part of the I+D+i PID2020-118447RA-I00 (MultiScore) project, funded by MCIN/AEI/10.13039/501100011033. Computational resources were provided by the Valencian Government and FEDER funding through IDIFEDER/2020/003.
This work is under a MIT license.