paper-with-me

Papers

Joint framework with deep feature distillation and adaptive focal loss for weakly supervised audio tagging and acoustic event detection

2021-03-23 · Yunhao Liang, Yanhua Long, Yijie Li, Jiaen Liang, Yuping Wang

A good joint training framework is very helpful to improve the performances of weakly supervised audio tagging (AT) and acoustic event detection (AED) simultaneously. In this study, we propose three methods to improve the best teacher-student framework in the IEEE AASP Challenge on Detection and Classification of Acoustic Scenes and Events (DCASE) 2019 Task 4 for both audio tagging and acoustic events detection tasks. A frame-level target-events based deep feature distillation is first proposed, which aims to leverage the potential of limited strong-labeled data in weakly supervised framework to learn better intermediate feature maps. Then, we propose an adaptive focal loss and two-stage training strategy to enable an effective and more accurate model training, where the contribution of hard and easy acoustic events to the total cost function can be automatically adjusted. Furthermore, an event-specific post processing is designed to improve the prediction of target event time-stamps. Our experiments are performed on the public DCASE 2019 Task 4 dataset, results show that our approach achieves competitive performances in both AT (81.2\% F1-score) and AED (49.8\% F1-score) tasks.

📄 PDF Abstract BibTeX arXiv:2103.12388

Code (0)

등록된 구현이 없습니다.

Tasks

Audio TaggingEvent Detection

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Focal and Global Knowledge Distillation for Detectors

2021-11-23 · CVPR 2022 1 · Zhendong Yang, Zhe Li, Xiaohu Jiang, Yuan Gong 외

Knowledge distillation has been applied to image classification successfully. However, object detection is much more sophisticated and most knowledge distillation methods have failed on it. In this paper, we point out th…

image-classificationImage ClassificationKnowledge Distillationobject-detection+1

Document-Level Relation Extraction with Adaptive Focal Loss and Knowledge Distillation

2022-03-21 · Findings (ACL) 2022 5 · Qingyu Tan, Ruidan He, Lidong Bing, Hwee Tou Ng

Document-level Relation Extraction (DocRE) is a more challenging task compared to its sentence-level counterpart. It aims to extract relations from multiple sentences at once. In this paper, we propose a semi-supervised …

Document-level Relation ExtractionKnowledge DistillationRelationRelation Extraction+1

AMFD: Distillation via Adaptive Multimodal Fusion for Multispectral Pedestrian Detection

2024-05-21 · Zizhao Chen, Yeqiang Qian, Xiaoxiao Yang, Chunxiang Wang 외

Multispectral pedestrian detection has been shown to be effective in improving performance within complex illumination scenarios. However, prevalent double-stream networks in multispectral detection employ two separate f…

Knowledge DistillationPedestrian Detection

AdaptiveClick: Clicks-aware Transformer with Adaptive Focal Loss for Interactive Image Segmentation

2023-05-07 · Jiacheng Lin, Jiajun Chen, Kailun Yang, Alina Roitberg 외

Interactive Image Segmentation (IIS) has emerged as a promising technique for decreasing annotation time. Substantial progress has been made in pre- and post-processing for IIS, but the critical issue of interaction ambi…

DecoderImage SegmentationSegmentationSemantic Segmentation

Learning Efficient Detector with Semi-supervised Adaptive Distillation

2019-01-02 · Shitao Tang, Litong Feng, Wenqi Shao, Zhanghui Kuang 외

Knowledge Distillation (KD) has been used in image classification for model compression. However, rare studies apply this technology on single-stage object detectors. Focal loss shows that the accumulated errors of easil…

image-classificationImage ClassificationKnowledge DistillationModel Compression