paper-with-me

Papers

The Effect of Spectrogram Reconstruction on Automatic Music Transcription: An Alternative Approach to Improve Transcription Accuracy

2020-10-20 · Kin Wai Cheuk, Yin-Jyun Luo, Emmanouil Benetos, Dorien Herremans

Most of the state-of-the-art automatic music transcription (AMT) models break down the main transcription task into sub-tasks such as onset prediction and offset prediction and train them with onset and offset labels. These predictions are then concatenated together and used as the input to train another model with the pitch labels to obtain the final transcription. We attempt to use only the pitch labels (together with spectrogram reconstruction loss) and explore how far this model can go without introducing supervised sub-tasks. In this paper, we do not aim at achieving state-of-the-art transcription accuracy, instead, we explore the effect that spectrogram reconstruction has on our AMT model. Our proposed model consists of two U-nets: the first U-net transcribes the spectrogram into a posteriorgram, and a second U-net transforms the posteriorgram back into a spectrogram. A reconstruction loss is applied between the original spectrogram and the reconstructed spectrogram to constrain the second U-net to focus only on reconstruction. We train our model on three different datasets: MAPS, MAESTRO, and MusicNet. Our experiments show that adding the reconstruction loss can generally improve the note-level transcription accuracy when compared to the same model without the reconstruction part. Moreover, it can also boost the frame-level precision to be higher than the state-of-the-art models. The feature maps learned by our U-net contain gridlike structures (not present in the baseline model) which implies that with the presence of the reconstruction loss, the model is probably trying to count along both the time and frequency axis, resulting in a higher note-level transcription accuracy.

📄 PDF Abstract BibTeX arXiv:2010.09969

Code (2)

KinWaiCheuk/ICPR2020 공식 구현 pytorch
w4k2/automatic_music_transcription pytorch

Tasks

Music Transcription

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Source Separation & Automatic Transcription for Music

2024-12-09 · Bradford Derby, Lucas Dunker, Samarth Galchar, Shashank Jarmale 외

Source separation is the process of isolating individual sounds in an auditory mixture of multiple sounds [1], and has a variety of applications ranging from speech enhancement and lyric transcription [2] to digital audi…

Music TranscriptionSpeech Enhancement

DiffRoll: Diffusion-based Generative Music Transcription with Unsupervised Pretraining Capability

2022-10-11 · Kin Wai Cheuk, Ryosuke Sawata, Toshimitsu Uesaka, Naoki Murata 외

In this paper we propose a novel generative approach, DiffRoll, to tackle automatic music transcription (AMT). Instead of treating AMT as a discriminative task in which the model is trained to convert spectrograms into p…

Music Transcription

Sequence-to-Sequence Piano Transcription with Transformers

2021-07-19 · Curtis Hawthorne, Ian Simon, Rigel Swavely, Ethan Manilow 외

Automatic Music Transcription has seen significant progress in recent years by training custom deep neural networks on large datasets. However, these models have required extensive domain-specific design of network archi…

DecoderInformation RetrievalMusic Information RetrievalMusic Transcription+1

Particle Filtering for PLCA model with Application to Music Transcription

2017-03-28 · D. Cazau, G. Revillon, W. Yuancheng, O. Adam

Automatic Music Transcription (AMT) consists in automatically estimating the notes in an audio recording, through three attributes: onset time, duration and pitch. Probabilistic Latent Component Analysis (PLCA) has becom…

Music Transcriptionparameter estimation

Spectrogram-channels u-net: a source separation model viewing each channel as the spectrogram of each source

2018-10-26 · Jaehoon Oh, Duyeon Kim, Se-Young Yun

Sound source separation has attracted attention from Music Information Retrieval(MIR) researchers, since it is related to many MIR tasks such as automatic lyric transcription, singer identification, and voice conversion.…

Information RetrievalMusic Information RetrievalRetrievalSinger Identification+1