paper-with-me

Papers

Improving Audio Spectrogram Transformers for Sound Event Detection Through Multi-Stage Training

2024-07-17 · Florian Schmid, Paul Primus, Tobias Morocutti, Jonathan Greif, Gerhard Widmer

This technical report describes the CP-JKU team's submission for Task 4 Sound Event Detection with Heterogeneous Training Datasets and Potentially Missing Labels of the DCASE 24 Challenge. We fine-tune three large Audio Spectrogram Transformers, PaSST, BEATs, and ATST, on the joint DESED and MAESTRO datasets in a two-stage training procedure. The first stage closely matches the baseline system setup and trains a CRNN model while keeping the large pre-trained transformer model frozen. In the second stage, both CRNN and transformer are fine-tuned using heavily weighted self-supervised losses. After the second stage, we compute strong pseudo-labels for all audio clips in the training set using an ensemble of all three fine-tuned transformers. Then, in a second iteration, we repeat the two-stage training process and include a distillation loss based on the pseudo-labels, boosting single-model performance substantially. Additionally, we pre-train PaSST and ATST on the subset of AudioSet that comes with strong temporal labels, before fine-tuning them on the Task 4 datasets.

📄 PDF Abstract BibTeX arXiv:2408.00791

Code (1)

cpjku/cpjku_dcase24 공식 구현 pytorch

Tasks

Event DetectionMissing LabelsSound Event Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Effective Pre-Training of Audio Transformers for Sound Event Detection

2024-09-14 · Florian Schmid, Tobias Morocutti, Francesco Foscarin, Jan Schlüter 외

We propose a pre-training pipeline for audio spectrogram transformers for frame-level sound event detection tasks. On top of common pre-training steps, we add a meticulously designed training routine on AudioSet frame-le…

Data AugmentationEvent DetectionKnowledge DistillationSound Event Detection

AST-SED: An Effective Sound Event Detection Method Based on Audio Spectrogram Transformer

2023-03-07 · Kang Li, Yan Song, Li-Rong Dai, Ian McLoughlin 외

In this paper, we propose an effective sound event detection (SED) method based on the audio spectrogram transformer (AST) model, pretrained on the large-scale AudioSet for audio tagging (AT) task, termed AST-SED. Pretra…

Audio TaggingDecoderEvent DetectionSound Event Detection

Multi-Iteration Multi-Stage Fine-Tuning of Transformers for Sound Event Detection with Heterogeneous Datasets

2024-07-17 · Florian Schmid, Paul Primus, Tobias Morocutti, Jonathan Greif 외

A central problem in building effective sound event detection systems is the lack of high-quality, strongly annotated sound event datasets. For this reason, Task 4 of the DCASE 2024 challenge proposes learning from two h…

Event DetectionSound Event Detection

FMSG-JLESS Submission for DCASE 2024 Task4 on Sound Event Detection with Heterogeneous Training Dataset and Potentially Missing Labels

2024-06-29 · Yang Xiao, Han Yin, Jisheng Bai, Rohan Kumar Das

This report presents the systems developed and submitted by Fortemedia Singapore (FMSG) and Joint Laboratory of Environmental Sound Sensing (JLESS) for DCASE 2024 Task 4. The task focuses on recognizing event classes and…

Domain GeneralizationEvent DetectionMissing LabelsSound Event Detection

Sound Event Detection in Urban Audio With Single and Multi-Rate PCEN

2021-02-06 · Christopher Ick, Brian McFee

Recent literature has demonstrated that the use of per-channel energy normalization (PCEN), has significant performance improvements over traditional log-scaled mel-frequency spectrograms in acoustic sound event detectio…

Event DetectionSound Event Detection