paper-with-me

Papers

A Data-Driven Analysis of Robust Automatic Piano Transcription

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

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, such as the Transformer and Perceiver, in order to yield more accurate systems. In this work, we study transcription systems from the perspective of their training data. By measuring their performance on out-of-distribution annotated piano data, we show how these models can severely overfit to acoustic properties of the training data. We create a new set of audio for the MAESTRO dataset, captured automatically in a professional studio recording environment via Yamaha Disklavier playback. Using various data augmentation techniques when training with the original and re-performed versions of the MAESTRO dataset, we achieve state-of-the-art note-onset accuracy of 88.4 F1-score on the MAPS dataset, without seeing any of its training data. We subsequently analyze these data augmentation techniques in a series of ablation studies to better understand their influence on the resulting models.

📄 PDF Abstract BibTeX arXiv:2402.01424

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMusic Transcription

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

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

Dialogue in Resonance: An Interactive Music Piece for Piano and Real-Time Automatic Transcription System

2025-05-22 · Hayeon Bang, Taegyun Kwon, Juhan Nam

This paper presents <Dialogue in Resonance>, an interactive music piece for a human pianist and a computer-controlled piano that integrates real-time automatic music transcription into a score-driven framework. Unlike pr…

Music Transcription

Scorpiano -- A System for Automatic Music Transcription for Monophonic Piano Music

2021-08-24 · Bojan Sofronievski, Branislav Gerazov

Music transcription is the process of transcribing music audio into music notation. It is a field in which the machines still cannot beat human performance. The main motivation for automatic music transcription is to mak…

Music TranscriptionOnset Detection

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

High Resolution Guitar Transcription via Domain Adaptation

2024-02-23 · Xavier Riley, Drew Edwards, Simon Dixon

Automatic music transcription (AMT) has achieved high accuracy for piano due to the availability of large, high-quality datasets such as MAESTRO and MAPS, but comparable datasets are not yet available for other instrumen…

Domain AdaptationMusic Transcription