Mid Sweden University

miun.sePublications
Change search
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Tiny Machine Learning for Damage Classification in Concrete Using Acoustic Emission Signals
Mid Sweden University, Faculty of Science, Technology and Media, Department of Computer and Electrical Engineering (2023-).
Mid Sweden University, Faculty of Science, Technology and Media, Department of Computer and Electrical Engineering (2023-).
Mid Sweden University, Faculty of Science, Technology and Media, Department of Computer and Electrical Engineering (2023-).ORCID iD: 0000-0001-9572-3639
Mid Sweden University, Faculty of Science, Technology and Media, Department of Computer and Electrical Engineering (2023-).ORCID iD: 0000-0002-8382-0359
2023 (English)In: 2023 IEEE International Instrumentation and Measurement Technology Conference (I2MTC), IEEE, 2023Conference paper, Published paper (Refereed)
Abstract [en]

Acoustic emission (AE) is a widely used non-destructive test method in structural health monitoring applications to identify the damage type in the material. Usually, the analysis of the AE signal is done by using traditional parameter-based methods. Recently, machine learning methods showed promising results for the analysis of AE signals. However, these machine learning models are complex, slow, and consume significant amounts of energy. To address these limitations and to explore the trade-off between model complexity and the classification accuracy, this paper presents a lightweight artificial neural network model to classify damage types in concrete material using raw acoustic emission signals. The model consists of one hidden layer with four neurons and is trained on a public acoustic emission signal dataset. The created model is deployed to several microcontrollers and the performance of the model is evaluated and compared with a state-of-the-art machine learning model. The model achieves 98.4% accuracy on the test data with only 4019 parameters. In terms of evaluation metrics, the proposed tiny machine learning model outperforms previously proposed models 10 to 1000 times. The proposed model thus enables machine learning in real-time structural health monitoring applications. 

Place, publisher, year, edition, pages
IEEE, 2023.
Keywords [en]
acoustic emission, damage classification, embedded systems, IoT, machine learning, structural-health-monitoring, TinyML
National Category
Electrical Engineering, Electronic Engineering, Information Engineering
Identifiers
URN: urn:nbn:se:miun:diva-49095DOI: 10.1109/I2MTC53148.2023.10175972ISI: 001039259600092Scopus ID: 2-s2.0-85166377110ISBN: 9781665453837 (electronic)OAI: oai:DiVA.org:miun-49095DiVA, id: diva2:1788856
Conference
2023 IEEE International Instrumentation and Measurement Technology Conference (I2MTC)
Available from: 2023-08-17 Created: 2023-08-17 Last updated: 2025-09-25Bibliographically approved
In thesis
1. Tiny Machine Learning for Structural Health Monitoring with Acoustic Emissions
Open this publication in new window or tab >>Tiny Machine Learning for Structural Health Monitoring with Acoustic Emissions
2024 (English)Licentiate thesis, comprehensive summary (Other academic)
Abstract [en]

Acoustic Emission (AE) technology, as one of the non-destructive Structural Health Monitoring (SHM) methods, is increasingly utilized for the damage prediction, classification, maintenance, and real-time monitoring of infrastructure. Addressing the need for low latency, power consumption and high portability, a novel approach has been adopted where processing algorithms are embedded close to the sensors on these devices. Continuous data monitoring and collection, coupled with data processing and interpretation comparable to human experts, are anticipated from the next generation of the Internet of Things and smart sensing systems. While Machine Learning (ML) and Deep Learning (DL) has been successfully applied in a number of domains including SHM, resource-constrained, low-power devices pose a challenge for computationally complex ML algorithm execution.

To explore the feasibility of deploying ML and DL algorithms on edge devices, this study first proposes a lightweight CNN model based on raw AE signals for concrete damage classification and evaluates its performance on an ultra-low-power microcontroller unit (MCU). Subsequently, to further simplify the algorithm and explore the adaptability across various MCU platforms, a raw AE signal-based Artificial Neural Network (ANN) model is proposed, and its deployment performance on multiple MCUs is assessed. Additionally, the study assesses the impact of feature extraction on ANN performance with raw AE signals on MCUs, finding that using raw data directly is more resource and time-efficient. Lastly, the study investigates the generalization ability of the aforementioned CNN on a carbon fiber panel AE dataset, as well as the performance of 13 traditional ML algorithms on this dataset and their final deployment performance on MCUs. Due to the small size of the dataset, various data augmentation methods were also introduced and their impact on model robustness and accuracy was evaluated.

This thesis demonstrates for the first time that real-time inference on edge devices using AE signals for SHM is feasible. It also effectively demonstrates how to balance the critical trade-offs between accuracy, resource demands, and power consumption. Different MCUs and signal preprocessing methods are evaluated, and the impact of various data augmentation techniques on the accuracy of different ML algorithms and their inference robustness is explored in response to the challenge of collecting AE data, which is crucial for the next generation of SHM devices.

Place, publisher, year, edition, pages
Sundsvall: Mid Sweden University, 2024. p. 48
Series
Mid Sweden University licentiate thesis, ISSN 1652-8948 ; 204
National Category
Electrical Engineering, Electronic Engineering, Information Engineering
Identifiers
urn:nbn:se:miun:diva-51322 (URN)978-91-89786-69-1 (ISBN)
Presentation
2024-06-13, C312, Holmgatan 10, Sundsvall, 13:00 (English)
Opponent
Supervisors
Note

Vid tidpunkten för framläggningen av avhandlingen var följande delarbeten opublicerade: delarbete 4 och 5 (inskickade manuskript).

At the time of the defence the following papers were unpublished: paper 4 and 5 (submitted manuscripts).

Available from: 2024-05-14 Created: 2024-05-13 Last updated: 2025-09-25Bibliographically approved
2. Efficient On-Device Intelligence for Structural Health Monitoring: A TinyML Perspective
Open this publication in new window or tab >>Efficient On-Device Intelligence for Structural Health Monitoring: A TinyML Perspective
2025 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

Structural Health Monitoring (SHM) plays a pivotal role in ensuring the safety, longevity, and reliability of critical infrastructure. While machine learning (ML) and deep learning (DL) have shown promise in automating SHM tasks, most existing approaches are tailored for high-resource computing platforms and overlook the unique constraints posed by low-power, resource-constrained embedded systems such as microcontrollers (MCUs) and edge devices. This thesis addresses this critical gap by systematically exploring, developing, and optimizing lightweight ML and DL algorithms for efficient on-device intelligence in SHM applications, particularly focusing on acoustic emission (AE)-based and vision-based modalities under the emerging framework of Tiny Machine Learning (TinyML).

The research is organized around three central objectives. First, both lightweight Artificial Neural Networks and Convolutional Neural Networks (CNNs) models are designed and optimized for real-time damage classification using raw AE signals and crack detection tasks using vision data. These models are tailored for deployment on highly resource-constrained MCUs, with particular attention to memory efficiency, inference latency, and energy consumption. Second, the thesis investigates the impact of model complexity and applies a range of model compression techniques such as post-training quantization (PTQ), quantization-aware training (QAT), pruning, and weight clustering. A comprehensive benchmark across various TinyML-compatible toolchains (TensorFlow Lite, STM32Cube.AI, ONNX) evaluates the performance trade-offs of these techniques in real deployment scenarios. Third, recognizing the scarcity of labeled AE data in real-world applications, the research explores both traditional and deep learning-based data augmentation methods, including jittering, warping, and DCGAN-generated synthetic signals, to improve model robustness and generalization.

The study includes extensive empirical evaluations using multiple publicly available AE and image datasets, covering diverse damage types in concrete and composite materials. On the vision side, UAV-based crack detection and segmentation pipelines are implemented using lightweight CNN backbones such as MobileNetV1x0.25 and U-Net variants. These models are trained and validated with various image preprocessing strategies, including grayscale conversion, contrast adjustment, denoising, and morphological operations. A greedy algorithm is also introduced to explore optimal preprocessing combinations. Performance is assessed through metrics such as F1-score, precision, recall, mIoU, model size, inference latency, memory footprint, and per-inference energy consumption, both before and after deployment to embedded devices like OpenMV and STM32 platforms.

The findings demonstrate that, with careful model design, quantization, and data augmentation, it is feasible to achieve high-performance SHM inference directly on-device. Notably, certain models maintained classification accuracies above 90% while reducing energy consumption by more than 60% through compression. For vision tasks, preprocessing pipelines significantly enhanced crack detection accuracy, and deployment on UAV platforms confirmed the viability of real-time aerial inspections with negligible impact on flight time.

In summary, this thesis makes significant contributions to the field of embedded SHM by bridging the gap between algorithmic advances and real-world deployment. It provides a structured pipeline for transitioning from conventional, cloud-centric SHM workflows to fully embedded, energy efficient, and real-time monitoring systems empowered by TinyML. The insights gained herein are expected to inform future developments in both civil infrastructure diagnostics and low-power AI systems.

Place, publisher, year, edition, pages
Sundsvall: Mid Sweden University, 2025. p. 62
Series
Mid Sweden University doctoral thesis, ISSN 1652-893X ; 434
National Category
Electrical Engineering, Electronic Engineering, Information Engineering
Identifiers
urn:nbn:se:miun:diva-55336 (URN)978-91-90017-30-2 (ISBN)
Public defence
2025-09-26, C312, Holmgatan 10, Sundsvall, 09:00 (English)
Opponent
Supervisors
Note

Vid tidpunkten för disputationen var följande delarbete opublicerat: delarbete 8 inskickat.

At the time of the doctoral defence the following paper was unpublished: paper 8 submitted.

Available from: 2025-08-26 Created: 2025-08-20 Last updated: 2025-09-25Bibliographically approved

Open Access in DiVA

No full text in DiVA

Other links

Publisher's full textScopus

Authority records

Adin, VeysiZhang, YuxuanOelmann, BengtBader, Sebastian

Search in DiVA

By author/editor
Adin, VeysiZhang, YuxuanOelmann, BengtBader, Sebastian
By organisation
Department of Computer and Electrical Engineering (2023-)
Electrical Engineering, Electronic Engineering, Information Engineering

Search outside of DiVA

GoogleGoogle Scholar

doi
isbn
urn-nbn

Altmetric score

doi
isbn
urn-nbn
Total: 457 hits
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf