Beat Tracking as Object Detection
Recent beat and downbeat tracking models (e.g., RNNs, TCNs, Transformers) output frame-level activations. We propose reframing this task as object detection, where beats and downbeats are modeled as temporal "objects." Adapting the FCOS detector from computer vision to 1D audio, we replace its original backbone with WaveBeat's temporal feature extractor and add a Feature Pyramid Network to capture multi-scale temporal patterns. The model predicts overlapping beat/downbeat intervals with confidence scores, followed by non-maximum suppression (NMS) to select final predictions. This NMS step serves a similar role to DBNs in traditional trackers, but is simpler and less heuristic. Evaluated on standard music datasets, our approach achieves competitive results, showing that object detection techniques can effectively model musical beats with minimal adaptation.
Code (0)
등록된 구현이 없습니다.
Tasks
Downbeat TrackingObject DetectionSimilar Papers 제목 키워드 기반
OBTAIN: Real-Time Beat Tracking in Audio Signals
In this paper, we design a system in order to perform the real-time beat tracking for an audio signal. We use Onset Strength Signal (OSS) to detect the onsets and estimate the tempos. Then, we form Cumulative Beat Streng…
Beat TrackingOnline Beat TrackingShift If You Can: Counting and Visualising Correction Operations for Beat Tracking Evaluation
In this late-breaking abstract we propose a modified approach for beat tracking evaluation which poses the problem in terms of the effort required to transform a sequence of beat detections such that they maximise the we…
Beat TrackingReal-time Visual Object Tracking with Natural Language Description
In recent years, deep-learning-based visual object trackers have been studied thoroughly, but handling occlusions and/or rapid motion of the target remains challenging. In this work, we argue that conditioning on the nat…
GPUObjectObject TrackingVisual Object TrackingBayesBeat: Reliable Atrial Fibrillation Detection from Noisy Photoplethysmography Data
Smartwatches or fitness trackers have garnered a lot of popularity as potential health tracking devices due to their affordable and longitudinal monitoring capabilities. To further widen their health tracking capabilitie…
Atrial Fibrillation DetectionPhotoplethysmography (PPG)Beat this! Accurate beat tracking without DBN postprocessing
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 re…
Beat TrackingDownbeat Tracking