paper-with-me

Papers

Beat this! Accurate beat tracking without DBN postprocessing

2024-07-31

We propose a system for tracking beats and downbeats with two objectives: generality across a diverse music range, and high accuracy. We achieve generality by training on multiple datasets -- including solo instrument recordings, pieces with time signature changes, and classical music with high tempo variations -- and by removing the commonly used Dynamic Bayesian Network (DBN) postprocessing, which introduces constraints on the meter and tempo. For high accuracy, among other improvements, we develop a loss function tolerant to small time shifts of annotations, and an architecture alternating convolutions with transformers either over frequency or time. Our system surpasses the current state of the art in F1 score despite using no DBN. However, it can still fail, especially for difficult and underrepresented genres, and performs worse on continuity metrics, so we publish our model, code, and preprocessed datasets, and invite others to beat this.

📄 PDF Abstract BibTeX arXiv:2407.21658

Code (1)

CPJKU/beat_this 공식 구현 pytorch

Tasks

Beat TrackingDownbeat Tracking

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
What is the best way to complain to Expedia?*BestWaysToComplain What is the best way to complain to Expedia? The best way to complain to Expedia is by calling + 1 ⥭ 888 ⥂829 ⥭ 0881 or + 1 ⥭ 888 ⥂ 829 ⥭ 0881 or using their Help Center.…
Batch Normalization 설명 없음
RMSNorm 설명 없음
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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 제목 키워드 기반

Singing Beat Tracking With Self-supervised Front-end and Linear Transformers

2022-08-31 · Mojtaba Heydari, Zhiyao Duan

Tracking beats of singing voices without the presence of musical accompaniment can find many applications in music production, automatic song arrangement, and social media interaction. Its main challenge is the lack of s…

Beat Tracking

Don't look back: an online beat tracking method using RNN and enhanced particle filtering

2020-11-05 · Mojtaba Heydari, Zhiyao Duan

Online beat tracking (OBT) has always been a challenging task. Due to the inaccessibility of future data and the need to make inference in real-time. We propose Do not Look back! (DLB), a novel approach optimized for eff…

Beat TrackingOnline Beat Tracking

A Contrastive Self-Supervised Learning scheme for beat tracking amenable to few-shot learning

2024-11-06 · Antonin Gagnere, Geoffroy Peeters, Slim Essid

In this paper, we propose a novel Self-Supervised-Learning scheme to train rhythm analysis systems and instantiate it for few-shot beat tracking. Taking inspiration from the Contrastive Predictive Coding paradigm, we pro…

Beat TrackingFew-Shot LearningRhythmSelf-Supervised Learning

Beat and Downbeat Tracking in Performance MIDI Using an End-to-End Transformer Architecture

2025-07-01 · Sebastian Murgul, Michael Heizmann arxiv

Beat tracking in musical performance MIDI is a challenging and important task for notation-level music transcription and rhythmical analysis, yet existing methods primarily focus on audio-based approaches. This paper pro…

Music TranscriptionDownbeat Tracking

WaveBeat: End-to-end beat and downbeat tracking in the time domain

2021-10-04 · Christian J. Steinmetz, Joshua D. Reiss

Deep learning approaches for beat and downbeat tracking have brought advancements. However, these approaches continue to rely on hand-crafted, subsampled spectral features as input, restricting the information available …

Data AugmentationDownbeat Tracking