Goto

Collaborating Authors

 guitarset


Count The Notes: Histogram-Based Supervision for Automatic Music Transcription

arXiv.org Artificial Intelligence

Automatic Music Transcription (AMT) converts audio recordings into symbolic musical representations. Training deep neural networks (DNNs) for AMT typically requires strongly aligned training pairs with precise frame-level annotations. Since creating such datasets is costly and impractical for many musical contexts, weakly aligned approaches using segment-level annotations have gained traction. However, existing methods often rely on Dynamic Time Warping (DTW) or soft alignment loss functions, both of which still require local semantic correspondences, making them error-prone and computationally expensive. In this article, we introduce CountEM, a novel AMT framework that eliminates the need for explicit local alignment by leveraging note event histograms as supervision, enabling lighter computations and greater flexibility. Using an Expectation-Maximization (EM) approach, CountEM iteratively refines predictions based solely on note occurrence counts, significantly reducing annotation efforts while maintaining high transcription accuracy. Experiments on piano, guitar, and multi-instrument datasets demonstrate that CountEM matches or surpasses existing weakly supervised methods, improving AMT's robustness, scalability, and efficiency. Our project page is available at https://yoni-yaffe.github.io/count-the-notes.


High Resolution Guitar Transcription via Domain Adaptation

arXiv.org Artificial Intelligence

A new approach was put forward by Maman and Automatic music transcription (AMT) has achieved high accuracy Bermano [9] in which activations from an existing transcription for piano due to the availability of large, high-quality model are used instead of spectral features. In their work datasets such as MAESTRO and MAPS, but comparable this model is bootstrapped using synthetic audio-score pairs datasets are not yet available for other instruments. In recent and then retrained on the aligned scores. This process goes work, however, it has been demonstrated that aligning scores through several iterations of Expectation Maximisation [10] to transcription model activations can produce high quality to improve the results before a final transcription model is AMT training data for instruments other than piano.


Timbre-Trap: A Low-Resource Framework for Instrument-Agnostic Music Transcription

arXiv.org Artificial Intelligence

In recent years, research on music transcription has focused mainly on architecture design and instrument-specific data acquisition. With the lack of availability of diverse datasets, progress is often limited to solo-instrument tasks such as piano transcription. Several works have explored multi-instrument transcription as a means to bolster the performance of models on low-resource tasks, but these methods face the same data availability issues. We propose Timbre-Trap, a novel framework which unifies music transcription and audio reconstruction by exploiting the strong separability between pitch and timbre. We train a single autoencoder to simultaneously estimate pitch salience and reconstruct complex spectral coefficients, selecting between either output during the decoding stage via a simple switch mechanism. In this way, the model learns to produce coefficients corresponding to timbre-less audio, which can be interpreted as pitch salience. We demonstrate that the framework leads to performance comparable to state-of-the-art instrument-agnostic transcription methods, while only requiring a small amount of annotated data.