paper-with-me

Papers

Beat Tracking as Object Detection

2025-10-16 · Jaehoon Ahn, Moon-Ryul Jung arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.14391

Code (0)

등록된 구현이 없습니다.

Tasks

Downbeat TrackingObject Detection

Similar Papers 제목 키워드 기반

OBTAIN: Real-Time Beat Tracking in Audio Signals

2017-04-07 · Ali Mottaghi, Kayhan Behdin, Ashkan Esmaeili, Mohammadreza Heydari 외

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 Tracking

Shift If You Can: Counting and Visualising Correction Operations for Beat Tracking Evaluation

2020-11-03 · A. Sá Pinto, I. Domingues, M. E. P. Davies

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 Tracking

Real-time Visual Object Tracking with Natural Language Description

2019-07-26 · Qi Feng, Vitaly Ablavsky, Qinxun Bai, Guorong Li 외

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 Tracking

BayesBeat: Reliable Atrial Fibrillation Detection from Noisy Photoplethysmography Data

2020-11-02 · Sarkar Snigdha Sarathi Das, Subangkar Karmaker Shanto, Masum Rahman, Md. Saiful Islam 외

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

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 re…

Beat TrackingDownbeat Tracking