SDLGASMay 12, 2021

Global Structure-Aware Drum Transcription Based on Self-Attention Mechanisms

arXiv:2105.05791v18 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate drum transcription for music analysis and production, offering a novel method that improves over existing approaches but is incremental in its application of self-attention to a specific domain.

The paper tackles automatic drum transcription by directly estimating tatum-level drum scores from music signals, using a self-attention mechanism to capture global repetitive structures and a regularized training method to improve performance with limited data. Experimental results showed that the proposed model outperformed conventional RNN-based models in tatum-level error rate and frame-level F-measure, even with insufficient paired data.

This paper describes an automatic drum transcription (ADT) method that directly estimates a tatum-level drum score from a music signal, in contrast to most conventional ADT methods that estimate the frame-level onset probabilities of drums. To estimate a tatum-level score, we propose a deep transcription model that consists of a frame-level encoder for extracting the latent features from a music signal and a tatum-level decoder for estimating a drum score from the latent features pooled at the tatum level. To capture the global repetitive structure of drum scores, which is difficult to learn with a recurrent neural network (RNN), we introduce a self-attention mechanism with tatum-synchronous positional encoding into the decoder. To mitigate the difficulty of training the self-attention-based model from an insufficient amount of paired data and improve the musical naturalness of the estimated scores, we propose a regularized training method that uses a global structure-aware masked language (score) model with a self-attention mechanism pretrained from an extensive collection of drum scores. Experimental results showed that the proposed regularized model outperformed the conventional RNN-based model in terms of the tatum-level error rate and the frame-level F-measure, even when only a limited amount of paired data was available so that the non-regularized model underperformed the RNN-based model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes