paper-with-me

Papers

Peer Collaborative Learning for Polyphonic Sound Event Detection

2021-10-07 · Hayato Endo, Hiromitsu Nishizaki

This paper describes that semi-supervised learning called peer collaborative learning (PCL) can be applied to the polyphonic sound event detection (PSED) task, which is one of the tasks in the Detection and Classification of Acoustic Scenes and Events (DCASE) challenge. Many deep learning models have been studied to find out what kind of sound events occur where and for how long in a given audio clip. The characteristic of PCL used in this paper is the combination of ensemble-based knowledge distillation into sub-networks and student-teacher model-based knowledge distillation, which can train a robust PSED model from a small amount of strongly labeled data, weakly labeled data, and a large amount of unlabeled data. We evaluated the proposed PCL model using the DCASE 2019 Task 4 datasets and achieved an F1-score improvement of about 10% compared to the baseline model.

📄 PDF Abstract BibTeX arXiv:2110.03511

Code (0)

등록된 구현이 없습니다.

Tasks

Event DetectionKnowledge DistillationSound Event Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

USM-SED - A Dataset for Polyphonic Sound Event Detection in Urban Sound Monitoring Scenarios

2021-05-06 · Jakob Abeßer

This paper introduces a novel dataset for polyphonic sound event detection in urban sound monitoring use-cases. Based on isolated sounds taken from the FSD50k dataset, 20,000 polyphonic soundscapes are synthesized with s…

Dataset GenerationEvent DetectionSound Event Detection

Improving Polyphonic Sound Event Detection on Multichannel Recordings with the Sørensen-Dice Coefficient Loss and Transfer Learning

2021-07-22 · Karn N. Watcharasupat, Thi Ngoc Tho Nguyen, Ngoc Khanh Nguyen, Zhen Jian Lee 외

The S{\o}rensen--Dice Coefficient has recently seen rising popularity as a loss function (also known as Dice loss) due to its robustness in tasks where the number of negative samples significantly exceeds that of positiv…

Data AugmentationEvent DetectionSemantic SegmentationSound Event Detection+1

A Capsule based Approach for Polyphonic Sound Event Detection

2018-07-23

Polyphonic sound event detection (polyphonic SED) is an interesting but challenging task due to the concurrence of multiple sound events. Recently, SED methods based on convolutional neural networks (CNN) and recurrent n…

Event DetectionSound Event Detection

A Sequence Matching Network for Polyphonic Sound Event Localization and Detection

2020-02-14

Polyphonic sound event detection and direction-of-arrival estimation require different input features from audio signals. While sound event detection mainly relies on time-frequency patterns, direction-of-arrival estimat…

Direction of Arrival EstimationEvent DetectionSound Event DetectionSound Event Localization and Detection+1

Convolutional Recurrent Neural Networks for Polyphonic Sound Event Detection

2017-02-21 · Emre Çakır, Giambattista Parascandolo, Toni Heittola, Heikki Huttunen 외

Sound events often occur in unstructured environments where they exhibit wide variations in their frequency content and temporal structure. Convolutional neural networks (CNN) are able to extract higher level features th…

Event DetectionSound Event Detection