paper-with-me

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 of mobile phones, embedded systems, or microcontrollers. The field of Cyber-Physical Measurements and Signature Intelligence (MASINT) makes use of these devices to analyze and exploit data in ways not otherwise possible, which results in increased data quality, increased security, and decreased bandwidth. However, methods to train and deploy models at the edge are limited, and models with sufficient accuracy are often too large for the edge device. Therefore, there is a clear need for techniques to create efficient AI/ML at the edge. This work presents training techniques for audio models in the field of environmental sound classification at the edge. Specifically, we design and train Transformers to classify office sounds in audio clips. Results show that a BERT-based Transformer, trained on Mel spectrograms, can outperform a CNN using 99.85% fewer parameters. To achieve this result, we first tested several audio feature extraction techniques designed for Transformers, using ESC-50 for evaluation, along with various augmentations. Our final model outperforms the state-of-the-art MFCC-based CNN on the office sounds dataset, using just over 6,000 parameters -- small enough to run on a microcontroller.

📄 PDF Abstract BibTeX arXiv:2103.12157

Code (1)

ai-techsystems/deepC 공식 구현

Tasks

ClassificationEnvironmental Sound ClassificationGeneral ClassificationSound Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

TinyML for Acoustic Anomaly Detection in IoT Sensor Networks

2026-03-27 · Amar Almaini, Jakob Folz, Ghadeer Ashour arxiv

Tiny Machine Learning enables real-time, energy-efficient data processing directly on microcontrollers, making it ideal for Internet of Things sensor networks. This paper presents a compact TinyML pipeline for detecting …

Anomaly Detection

Audiovisual Transformer Architectures for Large-Scale Classification and Synchronization of Weakly Labeled Audio Events

2019-12-02 · Wim Boes, Hugo Van hamme

We tackle the task of environmental event classification by drawing inspiration from the transformer neural network architecture used in machine translation. We modify this attention-based feedforward structure in such a…

General ClassificationMachine TranslationTranslation

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…

ClassificationCPUEnvironmental Sound ClassificationGeneral Classification+1

Edge Intelligence for Wildlife Conservation: Real-Time Hornbill Call Classification Using TinyML

2025-04-03 · Kong Ka Hing, Mehran Behjati

Hornbills, an iconic species of Malaysia's biodiversity, face threats from habi-tat loss, poaching, and environmental changes, necessitating accurate and real-time population monitoring that is traditionally challenging …

Edge-computingspeech-recognitionSpeech Recognition

A Preliminary Study on Environmental Sound Classification Leveraging Large-Scale Pretrained Model and Semi-Supervised Learning

2021-10-01 · ROCLING 2021 10 · You-Sheng Tsao, Tien-Hong Lo, Jiun-Ting Li, Shi-Yan Weng 외

With the widespread commercialization of smart devices, research on environmental sound classification has gained more and more attention in recent years. In this paper, we set out to make effective use of large-scale au…

ClassificationData AugmentationEnvironmental Sound ClassificationSound Classification+1