paper-with-me

홈 › Papers

Streaming Piano Transcription Based on Consistent Onset and Offset Decoding with Sustain Pedal Detection

2025-03-03 · Weixing Wei, Jiahao Zhao, Yulun Wu, Kazuyoshi Yoshii

This paper describes a streaming audio-to-MIDI piano transcription approach that aims to sequentially translate a music signal into a sequence of note onset and offset events. The sequence-to-sequence nature of this task may call for the computationally-intensive transformer model for better performance, which has recently been used for offline transcription benchmarks and could be extended for streaming transcription with causal attention mechanisms. We assume that the performance limitation of this naive approach lies in the decoder. Although time-frequency features useful for onset detection are considerably different from those for offset detection, the single decoder is trained to output a mixed sequence of onset and offset events without guarantee of the correspondence between the onset and offset events of the same note. To overcome this limitation, we propose a streaming encoder-decoder model that uses a convolutional encoder aggregating local acoustic features, followed by an autoregressive Transformer decoder detecting a variable number of onset events and another decoder detecting the offset events for the active pitches with validation of the sustain pedal at each time frame. Experiments using the MAESTRO dataset showed that the proposed streaming method performed comparably with or even better than the state-of-the-art offline methods while significantly reducing the computational cost.

📄 PDF Abstract BibTeX arXiv:2503.01362

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderOnset Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
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…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Multi-Task Multi-Frame Visual Piano Transcription

2026-08-04 · Yonghyun Kim, Hoyeol Sohn, Juhan Nam, Alexander Lerch arxiv

Audio-based piano transcription performs well on onset, pitch, and velocity, but the sustain pedal lets sound persist long after key release, so audio systems predict pedal-extended offsets rather than physical key relea…

Onsets and Frames: Dual-Objective Piano Transcription

2017-10-30 · Curtis Hawthorne, Erich Elsen, Jialin Song, Adam Roberts 외

We advance the state of the art in polyphonic piano music transcription by using a deep convolutional and recurrent neural network which is trained to jointly predict onsets and frames. Our model predicts pitch onset eve…

Music Transcription

Piano Transcription by Hierarchical Language Modeling with Pretrained Roll-based Encoders

2025-01-06 · Dichucheng Li, Yongyi Zang, Qiuqiang Kong

Automatic Music Transcription (AMT), aiming to get musical notes from raw audio, typically uses frame-level systems with piano-roll outputs or language model (LM)-based systems with note-level predictions. However, frame…

DecoderLanguage ModelingLanguage ModellingMusic Transcription

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

Polyphonic Piano Transcription Using Autoregressive Multi-State Note Model

2020-10-02 · Taegyun Kwon, Dasaem Jeong, Juhan Nam

Recent advances in polyphonic piano transcription have been made primarily by a deliberate design of neural network architectures that detect different note states such as onset or sustain and model the temporal evolutio…