paper-with-me

Papers

Acoustic Event Detection with Classifier Chains

2022-02-17 · Tatsuya Komatsu, Shinji Watanabe, Koichi Miyazaki, Tomoki Hayashi

This paper proposes acoustic event detection (AED) with classifier chains, a new classifier based on the probabilistic chain rule. The proposed AED with classifier chains consists of a gated recurrent unit and performs iterative binary detection of each event one by one. In each iteration, the event's activity is estimated and used to condition the next output based on the probabilistic chain rule to form classifier chains. Therefore, the proposed method can handle the interdependence among events upon classification, while the conventional AED methods with multiple binary classifiers with a linear layer and sigmoid function have placed an assumption of conditional independence. In the experiments with a real-recording dataset, the proposed method demonstrates its superior AED performance to a relative 14.80% improvement compared to a convolutional recurrent neural network baseline system with the multiple binary classifiers.

📄 PDF Abstract BibTeX arXiv:2202.08470

Code (0)

등록된 구현이 없습니다.

Tasks

Event Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

CNN-based Discriminative Training for Domain Compensation in Acoustic Event Detection with Frame-wise Classifier

2021-03-26 · Tiantian Tang, Xinyuan Zhou, Yanhua Long, Yijie Li 외

Domain mismatch is a noteworthy issue in acoustic event detection tasks, as the target domain data is difficult to access in most real applications. In this study, we propose a novel CNN-based discriminative training fra…

Event Detection

Improving Event Coreference Resolution by Modeling Correlations between Event Coreference Chains and Document Topic Structures

2018-07-01 · ACL 2018 7 · Prafulla Kumar Choubey, Ruihong Huang

This paper proposes a novel approach for event coreference resolution that models correlations between event coreference chains and document topical structures through an Integer Linear Programming formulation. We explic…

coreference-resolutionCoreference ResolutionEvent Coreference ResolutionQuestion Answering

Semi-supervised Acoustic Event Detection based on tri-training

2019-04-29 · Bowen Shi, Ming Sun, Chieh-Chi Kao, Viktor Rozgic 외

This paper presents our work of training acoustic event detection (AED) models using unlabeled dataset. Recent acoustic event detectors are based on large-scale neural networks, which are typically trained with huge amou…

Event DetectionKnowledge Distillation

Event Coreference Resolution by Iteratively Unfolding Inter-dependencies among Events

2017-07-23 · EMNLP 2017 9 · Prafulla Kumar Choubey, Ruihong Huang

We introduce a novel iterative approach for event coreference resolution that gradually builds event clusters by exploiting inter-dependencies among event mentions within the same chain as well as across event chains. Am…

Clusteringcoreference-resolutionCoreference ResolutionEvent Coreference Resolution

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 외

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

Audio TaggingEvent Detection