SDAIASSYJun 15, 2023

Environmental Sound Classification on An Embedded Hardware Platform

arXiv:2306.09106v21 citationsh-index: 66
Originality Synthesis-oriented
AI Analysis

This addresses challenges in real-time environmental sound classification on resource-constrained embedded devices, though it is incremental as it focuses on empirical analysis rather than new solutions.

The paper analyzed how deploying large-scale pre-trained audio neural networks on a Raspberry Pi is affected by factors like CPU temperature, microphone quality, and audio volume, finding that CPU temperature increases can trigger slowdowns impacting inference latency.

Convolutional neural networks (CNNs) have exhibited state-of-the-art performance in various audio classification tasks. However, their real-time deployment remains a challenge on resource constrained devices such as embedded systems. In this paper, we analyze how the performance of large-scale pre-trained audio neural networks designed for audio pattern recognition changes when deployed on a hardware such as a Raspberry Pi. We empirically study the role of CPU temperature, microphone quality and audio signal volume on performance. Our experiments reveal that the continuous CPU usage results in an increased temperature that can trigger an automated slowdown mechanism in the Raspberry Pi, impacting inference latency. The quality of a microphone, specifically with affordable devices such as the Google AIY Voice Kit, and audio signal volume, all affect the system performance. In the course of our investigation, we encounter substantial complications linked to library compatibility and the unique processor architecture requirements of the Raspberry Pi, making the process less straightforward compared to conventional computers (PCs). Our observations, while presenting challenges, pave the way for future researchers to develop more compact machine learning models, design heat-dissipative hardware, and select appropriate microphones when AI models are deployed for real-time applications on edge devices.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes