Josh Gardner, Ian Simon, Ethan Manilow, Curtis Hawthorne, Jesse Engel
We lifted 6 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| magenta/mt3 | canonical | 0 of 6 |
| Function | Status | Where it lives |
|---|---|---|
| Decoder | Not yet run | magenta/mt3/mt3/network.py code served (permissive licence) · get_code("3bdf7ed695eae626") |
| DecoderLayer | Not yet run | magenta/mt3/mt3/network.py code served (permissive licence) · get_code("a7add228a2b5eb4c") |
| Encoder | Not yet run | magenta/mt3/mt3/network.py code served (permissive licence) · get_code("2247e83f2dee9c11") |
| EncoderLayer | Not yet run | magenta/mt3/mt3/network.py code served (permissive licence) · get_code("2f90947fb1810fa8") |
| T5Config | Not yet run | magenta/mt3/mt3/network.py code served (permissive licence) · get_code("04ad8eef95f757d8") |
| Transformer | Not yet run | magenta/mt3/mt3/network.py code served (permissive licence) · get_code("240f4854b8ffb60f") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Automatic Music Transcription (AMT), inferring musical notes from raw audio, is a challenging task at the core of music understanding. Unlike Automatic Speech Recognition (ASR), which typically focuses on the words of a single speaker, AMT often requires transcribing multiple instruments simultaneously, all while preserving fine-scale pitch and timing information. Further, many AMT datasets are "low-resource", as even expert musicians find music transcription difficult and time-consuming. Thus, prior work has focused on task-specific architectures, tailored to the individual instruments of each task. In this work, motivated by the promising results of sequence-to-sequence transfer learning for low-resource Natural Language Processing (NLP), we demonstrate that a general-purpose Transformer model can perform multi-task AMT, jointly transcribing arbitrary combinations of musical instruments across several transcription datasets. We show this unified training framework achieves high-quality transcription results across a range of datasets, dramatically improving performance for low-resource instruments (such as guitar), while preserving strong performance for abundant instruments (such as piano). Finally, by expanding the scope of AMT, we expose the need for more consistent evaluation metrics and better dataset alignment, and provide a strong baseline for this new direction of multi-task AMT. 1
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2111.03017")
get_code_for_paper("2111.03017")
have("2111.03017")
Connect an agent — have() is free.