Segment-level Metric Learning for Few-shot Bioacoustic Event Detection
Few-shot bioacoustic event detection is a task that detects the occurrence time of a novel sound given a few examples. Previous methods employ metric learning to build a latent space with the labeled part of different sound classes, also known as positive events. In this study, we propose a segment-level few-shot learning framework that utilizes both the positive and negative events during model optimization. Training with negative events, which are larger in volume than positive events, can increase the generalization ability of the model. In addition, we use transductive inference on the validation set during training for better adaptation to novel classes. We conduct ablation studies on our proposed method with different setups on input features, training data, and hyper-parameters. Our final system achieves an F-measure of 62.73 on the DCASE 2022 challenge task 5 (DCASE2022-T5) validation set, outperforming the performance of the baseline prototypical network 34.02 by a large margin. Using the proposed method, our submitted system ranks 2nd in DCASE2022-T5. The code of this paper is fully open-sourced at https://github.com/haoheliu/DCASE_2022_Task_5.
Code (1)
Tasks
Event DetectionFew-Shot LearningMetric LearningModel OptimizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Multitask frame-level learning for few-shot sound event detection
This paper focuses on few-shot Sound Event Detection (SED), which aims to automatically recognize and classify sound events with limited samples. However, prevailing methods methods in few-shot SED predominantly rely on …
Data AugmentationEvent DetectionSound Event DetectionSynthetic data enables context-aware bioacoustic sound event detection
We propose a methodology for training foundation models that enhances their in-context learning capabilities within the domain of bioacoustic signal processing. We use synthetically generated training data, introducing a…
Event DetectionIn-Context LearningSound Event DetectionPretraining Representations for Bioacoustic Few-shot Detection using Supervised Contrastive Learning
Deep learning has been widely used recently for sound event detection and classification. Its success is linked to the availability of sufficiently large datasets, possibly with corresponding annotations when supervised …
Contrastive LearningData AugmentationEvent DetectionFew-Shot Learning+1Few-shot bioacoustic event detection at the DCASE 2022 challenge
Few-shot sound event detection is the task of detecting sound events, despite having only a few labelled examples of the class of interest. This framework is particularly useful in bioacoustics, where often there is a ne…
Event DetectionSound Event DetectionTransductive LearningBioacoustic Event Detection with prototypical networks and data augmentation
This report presents deep learning and data augmentation techniques used by a system entered into the Few-Shot Bioacoustic Event Detection for the DCASE2021 Challenge. The remit was to develop a few-shot learning system …
Data AugmentationEvent DetectionFew-Shot Learning