# DCASE 2018 Challenge: Solution for Task 5

**Authors:** Jeremy Chew, Yingxiang Sun, Lahiru Jayasinghe, Chau Yuen

arXiv: 1812.04618 · 2018-12-13

## TL;DR

This paper presents an ensemble learning system combining CNN and LSTM models for classifying domestic activities, achieving high accuracy and outperforming baseline methods in the DCASE 2018 challenge.

## Contribution

The paper introduces a novel ensemble approach using CNN and LSTM models with multi-channel features for improved activity classification.

## Key findings

- F1-score of 92.19% on the development dataset
- 7.69% improvement over baseline performance
- Effective classification of domestic activities

## Abstract

To address Task 5 in the Detection and Classification of Acoustic Scenes and Events (DCASE) 2018 challenge, in this paper, we propose an ensemble learning system. The proposed system consists of three different models, based on convolutional neural network and long short memory recurrent neural network. With extracted features such as spectrogram and mel-frequency cepstrum coefficients from different channels, the proposed system can classify different domestic activities effectively. Experimental results obtained from the provided development dataset show that good performance with F1-score of 92.19% can be achieved. Compared with the baseline system, our proposed system significantly improves the performance of F1-score by 7.69%.

---
Source: https://tomesphere.com/paper/1812.04618