SPLGOct 14, 2024

Real-Time Stress Detection via Photoplethysmogram Signals: Implementation of a Combined Continuous Wavelet Transform and Convolutional Neural Network on Resource-Constrained Microcontrollers

arXiv:2410.19776v14 citationsh-index: 172024 32nd International Conference on Electrical Engineering (ICEE)
Originality Incremental advance
AI Analysis

This provides a solution for real-time stress monitoring on wearable devices, though it is incremental as it builds on existing methods like CNNs and CWT.

The paper tackled real-time stress detection from photoplethysmogram signals by implementing a combined continuous wavelet transform and convolutional neural network on resource-constrained microcontrollers, achieving 93.7% accuracy and reducing the model size to 1.6 megabytes.

This paper introduces a robust stress detection system utilizing a Convolutional Neural Network (CNN) designed for the analysis of Photoplethysmogram (PPG) signals. Employing the WESAD dataset, we applied Continuous Wavelet Transform (CWT) to extract informative features from wrist PPG signals, demonstrating enhanced stress detection and learning compared to conventional techniques. Notably, the CNN achieved an impressive accuracy of 93.7% after five epochs, post-implementation on a resource-constrained microcontroller. The optimization process, including pruning and Post-Train Quantization, was crucial to reduce the model size to 1.6 megabytes, overcoming the microcontroller's limited resources of 2 megabytes of Flash memory and 512 kilobytes of RAM. This optimized model not only addresses resource constraints but also outperforms traditional signal processing methods, positioning it as a promising solution for real-time stress monitoring on wearable devices.

Foundations

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

Your Notes