paper-with-me

홈 › Papers

Transformer-Based Approaches for Automatic Music Transcription

2021-02-12 · Conference 2021 2 · Christos Zonios

Automatic Music Transcription (AMT) is the process of extracting information from audio into some form of music notation. In polyphonic music, this is a very hard problem for computers to solve as it requires significant prior knowledge and understanding of music language and the audio is subject to a multitude of variations in frequencies depending on many factors such as instrument materials, tuning, player performance, recording equipment and others. Transformers are self-supervised models that have recently showed great promise as they use self-attention in order to learn contextual representations from unlabeled data. They have surpassed state of the art (SOTA) performance in various Speech Recognition (SR), Natural Language Processing (NLP) and Computer Vision tasks. In this work, we examine transformer-based approaches for performing AMT on piano recordings by learning audio and music language representations. Specifically, we look at the popular SR model wav2vec2 as a solution to the former and the NLP model BERT in order to perform Music Language Modelling (MusicLM). We propose a new pre-training approach for MusicLM transformers based on an appropriately defined transcription error correction task. In addition, three novel models for AMT are proposed and studied that appropriately integrate wav2vec2 and BERT transformers at various stages. We conclude that a wav2vec2 encoder model pre-trained on speech audio is not able to surpass SOTA models using mel-scale spectrograms and convolutional network encoders without significant conditioning on music audio. viii We show that a BERT transformer pre-trained on natural language has transfer learning potential for MusicLM. We also examine the robustness of such a transformer for performing MusicLM, and find that we are able to achieve interesting results when doing Masked MusicLM and when replacing Recurrent Neural Networks with pretrained transformers in SOTA models for AMT.

📄 PDF Abstract BibTeX

Code (1)

MS-P3/code7/tree/main/wav2vec2_bert mindspore

Tasks

Language ModellingMusic Transcriptionspeech-recognitionSpeech RecognitionTransfer Learning

Similar Papers 제목 키워드 기반

Exploring Transformer's potential on automatic piano transcription

2022-04-08 · Longshen Ou, Ziyi Guo, Emmanouil Benetos, Jiqing Han 외

Most recent research about automatic music transcription (AMT) uses convolutional neural networks and recurrent neural networks to model the mapping from music signals to symbolic notation. Based on a high-resolution pia…

Music Transcription

Beat and Downbeat Tracking in Performance MIDI Using an End-to-End Transformer Architecture

2025-07-01 · Sebastian Murgul, Michael Heizmann arxiv

Beat tracking in musical performance MIDI is a challenging and important task for notation-level music transcription and rhythmical analysis, yet existing methods primarily focus on audio-based approaches. This paper pro…

Music TranscriptionDownbeat Tracking

Sheet Music Transformer: End-To-End Optical Music Recognition Beyond Monophonic Transcription

2024-02-12 · Antonio Ríos-Vila, Jorge Calvo-Zaragoza, Thierry Paquet

State-of-the-art end-to-end Optical Music Recognition (OMR) has, to date, primarily been carried out using monophonic transcription techniques to handle complex score layouts, such as polyphony, often by resorting to sim…

A Transformer-Based Visual Piano Transcription Algorithm

2024-11-13 · Uros Zivanovic, Carlos Eduardo Cancino-Chacón

Automatic music transcription (AMT) for musical performances is a long standing problem in the field of Music Information Retrieval (MIR). Visual piano transcription (VPT) is a multimodal subproblem of AMT which focuses …

Information RetrievalMusic Information RetrievalMusic TranscriptionRetrieval

Transfer of knowledge among instruments in automatic music transcription

2023-04-30 · Michał Leś, Michał Woźniak

Automatic music transcription (AMT) is one of the most challenging tasks in the music information retrieval domain. It is the process of converting an audio recording of music into a symbolic representation containing in…

Information RetrievalMusic Information RetrievalMusic TranscriptionRetrieval+2