paper-with-me

홈 › Papers

Learning Sparse Analytic Filters for Piano Transcription

2021-08-23 · Frank Cwitkowitz, Mojtaba Heydari, Zhiyao Duan

In recent years, filterbank learning has become an increasingly popular strategy for various audio-related machine learning tasks. This is partly due to its ability to discover task-specific audio characteristics which can be leveraged in downstream processing. It is also a natural extension of the nearly ubiquitous deep learning methods employed to tackle a diverse array of audio applications. In this work, several variations of a frontend filterbank learning module are investigated for piano transcription, a challenging low-level music information retrieval task. We build upon a standard piano transcription model, modifying only the feature extraction stage. The filterbank module is designed such that its complex filters are unconstrained 1D convolutional kernels with long receptive fields. Additional variations employ the Hilbert transform to render the filters intrinsically analytic and apply variational dropout to promote filterbank sparsity. Transcription results are compared across all experiments, and we offer visualization and analysis of the filterbanks.

📄 PDF Abstract BibTeX arXiv:2108.10382

Code (2)

cwitkowitz/sparse-analytic-filters 공식 구현 pytorch
cwitkowitz/lhvqt pytorch

Tasks

Information RetrievalMusic Information RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Variational Dropout Variational Dropout is a regularization technique based on dropout, but uses a variational inference grounded approach. In…
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…

Similar Papers 제목 키워드 기반

Towards Efficient and Real-Time Piano Transcription Using Neural Autoregressive Models

2024-04-10 · Taegyun Kwon, Dasaem Jeong, Juhan Nam

In recent years, advancements in neural network designs and the availability of large-scale labeled datasets have led to significant improvements in the accuracy of piano transcription models. However, most previous work…

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

Skipping the Frame-Level: Event-Based Piano Transcription With Neural Semi-CRFs

2021-12-01 · NeurIPS 2021 12 · Yujia Yan, Frank Cwitkowitz, Zhiyao Duan

Piano transcription systems are typically optimized to estimate pitch activity at each frame of audio. They are often followed by carefully designed heuristics and post-processing algorithms to estimate note events from …

Multi-Task LearningMusic Transcription

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

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