paper-with-me

Papers

Environmental Sound Classification on Microcontrollers using Convolutional Neural Networks

2019-05-15 · n/a 2019 5 · Jon Nordby

Noise is a growing problem in urban areas, and according to the WHO is the second environmental cause of health problems in Europe. Noise monitoring using Wireless Sensor Networks are being applied in order to understand and help mitigate these noise problems. It is desirable that these sensor systems, in addition to logging the sound level, can indicate what the likely sound source is. However, transmitting audio to a cloud system for classification is energy-intensive and may cause privacy issues. It is also critical for widespread adoption and dense sensor coverage that individual sensor nodes are low-cost. Therefore we propose to perform the noise classification on the sensor node, using a low-cost microcontroller. Several Convolutional Neural Networks were designed for the STM32L476 low-power microcontroller using the Keras deep-learning framework, and deployed using the vendor-provided X-CUBE-AI inference engine. The resource budget for the model was set at maximum 50% utilization of CPU, RAM, and FLASH. 10 model variations were evaluated on the Environmental Sound Classification task using the standard Urbansound8k dataset. The best models used Depthwise-Separable convolutions with striding for downsampling, and were able to reach 70.9% mean 10-fold accuracy while consuming only 20% CPU. To our knowledge, this is the highest reported performance on Urbansound8k using a microcontroller. One of the models was also tested on a microcontroller development device, demonstrating the classification of environmental sounds in real-time. These results indicate that it is computationally feasible to classify environmental sound on low-power microcontrollers. Further development should make it possible to create wireless sensor-networks for noise monitoring with on-edge noise source classification.

📄 PDF Abstract BibTeX

Code (1)

jonnor/ESC-CNN-microcontroller tf

Tasks

ClassificationCPUEnvironmental Sound ClassificationGeneral ClassificationSound Classification

Similar Papers 제목 키워드 기반

Tiny Transformers for Environmental Sound Classification at the Edge

2021-03-22 · David Elliott, Carlos E. Otero, Steven Wyatt, Evan Martino

With the growth of the Internet of Things and the rise of Big Data, data processing and machine learning applications are being moved to cheap and low size, weight, and power (SWaP) devices at the edge, often in the form…

ClassificationEnvironmental Sound ClassificationGeneral ClassificationSound Classification

Attention based Convolutional Recurrent Neural Network for Environmental Sound Classification

2019-07-04 · Zhichao Zhang, Shugong Xu, Tianhao Qiao, Shunqing Zhang 외

Environmental sound classification (ESC) is a challenging problem due to the complexity of sounds. The ESC performance is heavily dependent on the effectiveness of representative features extracted from the environmental…

ClassificationEnvironmental Sound ClassificationGeneral ClassificationSound Classification

Sub-Spectrogram Segmentation for Environmental Sound Classification via Convolutional Recurrent Neural Network and Score Level Fusion

2019-08-16 · Tianhao Qiao, Shunqing Zhang, Zhichao Zhang, Shan Cao 외

Environmental Sound Classification (ESC) is an important and challenging problem, and feature representation is a critical and even decisive factor in ESC. Feature representation ability directly affects the accuracy of …

ClassificationEnvironmental Sound ClassificationGeneral ClassificationSound Classification

Deep Convolutional Neural Networks and Data Augmentation for Environmental Sound Classification

2016-08-15 · IEEE Signal Processing Letters 2017 1 · Justin Salamon, Juan Pablo Bello

The ability of deep convolutional neural networks (CNN) to learn discriminative spectro-temporal patterns makes them well suited to environmental sound classification. However, the relative scarcity of labeled data has i…

Data AugmentationDictionary LearningEnvironmental Sound ClassificationGeneral Classification+1

Deep Convolutional Neural Networks and Data Augmentation for Environmental Sound Classification

2017-01-23 · IEEE Signal Processing Letters 2017 1 · J. Salamon, J. P. Bello

The ability of deep convolutional neural networks (CNNs) to learn discriminative spectro-temporal patterns makes them well suited to environmental sound classification. However, the relative scarcity of labeled data has …

ClassificationData AugmentationDictionary LearningEnvironmental Sound Classification+1