paper-with-me

Papers

Exploring Transformer's potential on automatic piano transcription

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

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 piano transcription system, we explore the possibility of incorporating another powerful sequence transformation tool -- the Transformer -- to deal with the AMT problem. We argue that the properties of the Transformer make it more suitable for certain AMT subtasks. We confirm the Transformer's superiority on the velocity detection task by experiments on the MAESTRO dataset and a cross-dataset evaluation on the MAPS dataset. We observe a performance improvement on both frame-level and note-level metrics after introducing the Transformer network.

📄 PDF Abstract BibTeX arXiv:2204.03898

Code (0)

등록된 구현이 없습니다.

Tasks

Music Transcription

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

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

Automatic Piano Transcription with Hierarchical Frequency-Time Transformer

2023-07-10 · Keisuke Toyama, Taketo Akama, Yukara Ikemiya, Yuhta Takida 외

Taking long-term spectral and temporal dependencies into account is essential for automatic piano transcription. This is especially helpful when determining the precise onset and offset for each note in the polyphonic pi…

DecoderMusic Transcription

On the Potential of Simple Framewise Approaches to Piano Transcription

2016-12-15 · Rainer Kelz, Matthias Dorfer, Filip Korzeniowski, Sebastian Böck 외

In an attempt at exploring the limitations of simple approaches to the task of piano transcription (as usually defined in MIR), we conduct an in-depth analysis of neural network-based framewise transcription. We systemat…

AMT-APC: Automatic Piano Cover by Fine-Tuning an Automatic Music Transcription Model

2024-09-21 · Kazuma Komiya, Yoshihisa Fukuhara

There have been several studies on automatically generating piano covers, and recent advancements in deep learning have enabled the creation of more sophisticated covers. However, existing automatic piano cover models st…

Music Transcription

A Data-Driven Analysis of Robust Automatic Piano Transcription

2024-02-02 · Drew Edwards, Simon Dixon, Emmanouil Benetos, Akira Maezawa 외

Algorithms for automatic piano transcription have improved dramatically in recent years due to new datasets and modeling techniques. Recent developments have focused primarily on adapting new neural network architectures…

Data AugmentationMusic Transcription