skip to main content


Title: PROS: an efficient pattern-driven compressive sensing framework for low-power biopotential-based wearables with on-chip intelligence
While the global healthcare market of wearable devices has been growing significantly in recent years and is predicted to reach $60 billion by 2028, many important healthcare applications such as seizure monitoring, drowsiness detection, etc. have not been deployed due to the limited battery lifetime, slow response rate, and inadequate biosignal quality.This study proposes PROS, an efficient pattern-driven compressive sensing framework for low-power biopotential-based wearables. PROS eliminates the conventional trade-off between signal quality, response time, and power consumption by introducing tiny pattern recognition primitives and a pattern-driven compressive sensing technique that exploits the sparsity of biosignals. Specifically, we (i) develop tiny machine learning models to eliminate irrelevant biosignal patterns, (ii) efficiently perform compressive sampling of relevant biosignals with appropriate sparse wavelet domains, and (iii) optimize hardware and OS operations to push processing efficiency. PROS also provides an abstraction layer, so the application only needs to care about detected relevant biosignal patterns without knowing the optimizations underneath.We have implemented and evaluated PROS on two open biosignal datasets with 120 subjects and six biosignal patterns. The experimental results on unknown subjects of a practical use case such as epileptic seizure monitoring are very encouraging. PROS can reduce the streaming data rate by 24X while maintaining high fidelity signal. It boosts the power efficiency of the wearable device by more than 1200\% and enables the ability to react to critical events immediately on the device. The memory and runtime overheads of PROS are minimal, with a few KBs and 10s of milliseconds for each biosignal pattern, respectively. PROS is currently adopted in research projects in multiple universities and hospitals.  more » « less
Award ID(s):
2132112 1846541
NSF-PAR ID:
10377889
Author(s) / Creator(s):
; ; ; ; ; ; ; ; ;
Date Published:
Journal Name:
Proceedings of the 28th Annual International Conference on Mobile Computing And Networking
Page Range / eLocation ID:
661 to 675
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. Abstract Objective

    The factors that influence seizure timing are poorly understood, and seizure unpredictability remains a major cause of disability. Work in chronobiology has shown that cyclical physiological phenomena are ubiquitous, with daily and multiday cycles evident in immune, endocrine, metabolic, neurological, and cardiovascular function. Additionally, work with chronic brain recordings has identified that seizure risk is linked to daily and multiday cycles in brain activity. Here, we provide the first characterization of the relationships between the cyclical modulation of a diverse set of physiological signals, brain activity, and seizure timing.

    Methods

    In this cohort study, 14 subjects underwent chronic ambulatory monitoring with a multimodal wrist‐worn sensor (recording heart rate, accelerometry, electrodermal activity, and temperature) and an implanted responsive neurostimulation system (recording interictal epileptiform abnormalities and electrographic seizures). Wavelet and filter–Hilbert spectral analyses characterized circadian and multiday cycles in brain and wearable recordings. Circular statistics assessed electrographic seizure timing and cycles in physiology.

    Results

    Ten subjects met inclusion criteria. The mean recording duration was 232 days. Seven subjects had reliable electroencephalographic seizure detections (mean = 76 seizures). Multiday cycles were present in all wearable device signals across all subjects. Seizure timing was phase locked to multiday cycles in five (temperature), four (heart rate, phasic electrodermal activity), and three (accelerometry, heart rate variability, tonic electrodermal activity) subjects. Notably, after regression of behavioral covariates from heart rate, six of seven subjects had seizure phase locking to the residual heart rate signal.

    Significance

    Seizure timing is associated with daily and multiday cycles in multiple physiological processes. Chronic multimodal wearable device recordings can situate rare paroxysmal events, like seizures, within a broader chronobiology context of the individual. Wearable devices may advance the understanding of factors that influence seizure risk and enable personalized time‐varying approaches to epilepsy care.

     
    more » « less
  2. Applications like Connected Healthcare through physiological signal monitoring and Secure Authentication using wearable keys can benefit greatly from battery-less operation. Low power communication along with energy harvesting is critical to sustain such perpetual battery-less operation. Previous studies have used techniques such as Tribo-Electric, Piezo-Electric, RF energy harvesting for Body Area Network devices, but they are restricted to on-body node placements. Human body channel is known to be a promising alternative to wireless radio wave communication for low power operation [1-4], through Human Body Communication, as well as very recently as a medium for power transfer through body coupled power transfer [5]. However, channel length (L) dependency of the received power makes it inefficient for L>40cm. There have also been a few studies for low power communication through the human body, but none of them could provide sustainable battery-less operation. In this paper, we utilize Resonant Electro Quasi-Static Human Body Communication (Res-EQS HBC) with Maximum Resonance Power Tracking (MRPT) to enable channel length independent whole-body communication and powering (Fig.1). We design the first system to simultaneously transfer Power and Data between a HUB device and a wearable through the human body to enable battery-less operation. Measurement results show 240uW, 28uW and 5uW power transfer through the body in a MachineMachine (large devices with strong ground connection) Tabletop (small devices kept on a table, as in [5]) and Wearable-Wearable (small form factor battery operated devices) scenario respectively, independent of body channel length, while enabling communication with a power consumption of only 2.19uW. This enables >25x more power transfer with >100x more efficiency compared to [5] for Tabletop and 100cm Body distance by utilizing the benefits of EQS. The MRPT loop automatically tracks device and posture dependent resonance point changes to maximize power transfer in all cases. 
    more » « less
  3. Abstract

    Wearable electronics play important roles in noninvasive, continuous, and personalized monitoring of multiple biosignals generated by the body. To unleash their full potential for the next‐generation human‐centered bio‐integrated electronics, wireless sensing capability is a desirable feature. However, state‐of‐the‐art wireless sensing technologies exploit rigid and bulky electronic modules for power supply, signal generation, and data transmission. This study reports a battery‐free device technology based on a “two‐part” resonance circuit model with modularized, physically separated, and detachable functional units for magnetic coupling and biosensing. The resulting platform combines advantages of electronics and microfluidics with low cost, minimized form factors, and improved performance stability. Demonstration of a detachable sweat patch capable of simultaneous recording of cortisol concentration, pH value, and temperature highlights the potential of the “two‐part” circuit for advanced, transformative biosensing. The resulting wireless sensors provide a new engineering solution to monitoring biosignals through intimate and seamless integration with skin surfaces.

     
    more » « less
  4. This work presents SeizFt—a novel seizure detection framework that utilizes machine learning to automatically detect seizures using wearable SensorDot EEG data. Inspired by interpretable sleep staging, our novel approach employs a unique combination of data augmentation, meaningful feature extraction, and an ensemble of decision trees to improve resilience to variations in EEG and to increase the capacity to generalize to unseen data. Fourier Transform (FT) Surrogates were utilized to increase sample size and improve the class balance between labeled non-seizure and seizure epochs. To enhance model stability and accuracy, SeizFt utilizes an ensemble of decision trees through the CatBoost classifier to classify each second of EEG recording as seizure or non-seizure. The SeizIt1 dataset was used for training, and the SeizIt2 dataset for validation and testing. Model performance for seizure detection was evaluated using two primary metrics: sensitivity using the any-overlap method (OVLP) and False Alarm (FA) rate using epoch-based scoring (EPOCH). Notably, SeizFt placed first among an array of state-of-the-art seizure detection algorithms as part of the Seizure Detection Grand Challenge at the 2023 International Conference on Acoustics, Speech, and Signal Processing (ICASSP). SeizFt outperformed state-of-the-art black-box models in accurate seizure detection and minimized false alarms, obtaining a total score of 40.15, combining OVLP and EPOCH across two tasks and representing an improvement of ~30% from the next best approach. The interpretability of SeizFt is a key advantage, as it fosters trust and accountability among healthcare professionals. The most predictive seizure detection features extracted from SeizFt were: delta wave, interquartile range, standard deviation, total absolute power, theta wave, the ratio of delta to theta, binned entropy, Hjorth complexity, delta + theta, and Higuchi fractal dimension. In conclusion, the successful application of SeizFt to wearable SensorDot data suggests its potential for real-time, continuous monitoring to improve personalized medicine for epilepsy.

     
    more » « less
  5. Abstract

    Wearable sweat sensors have the potential to revolutionize precision medicine as they can non‐invasively collect molecular information closely associated with an individual's health status. However, the majority of clinically relevant biomarkers cannot be continuously detected in situ using existing wearable approaches. Molecularly imprinted polymers (MIPs) are a promising candidate to address this challenge but haven't yet gained widespread use due to their complex design and optimization process yielding variable selectivity. Here, QuantumDock is introduced, an automated computational framework for universal MIP development toward wearable applications. QuantumDock utilizes density functional theory to probe molecular interactions between monomers and the target/interferent molecules to optimize selectivity, a fundamentally limiting factor for MIP development toward wearable sensing. A molecular docking approach is employed to explore a wide range of known and unknown monomers, and to identify the optimal monomer/cross‐linker choice for subsequent MIP fabrication. Using an essential amino acid phenylalanine as the exemplar, experimental validation of QuantumDock is performed successfully using solution‐synthesized MIP nanoparticles coupled with ultraviolet–visible spectroscopy. Moreover, a QuantumDock‐optimized graphene‐based wearable device is designed that can perform autonomous sweat induction, sampling, and sensing. For the first time, wearable non‐invasive phenylalanine monitoring is demonstrated in human subjects toward personalized healthcare applications.

     
    more » « less