LITF-PA-2026-123 · Wearables / HealthTech

System and Method for Continuous Non-Invasive Hydration Assessment Using Wearable Multi-Wavelength Photoplethysmography and Bioelectric Impedance Sensor Fusion

Smartwatch biosensor system showing multi-wavelength PPG and bioimpedance measurement
⚖️ Prior Art Notice: This document is published as defensive prior art under 35 U.S.C. § 102(a)(1). The inventions described herein are dedicated to the public domain as of the publication date above. This disclosure is intended to prevent the patenting of these concepts by any party.

Abstract

Disclosed is a system and method for continuous, non-invasive estimation of whole-body hydration status using a consumer wearable device that fuses two complementary sensing modalities: multi-wavelength photoplethysmography (PPG) operating at green (525 nm), red (660 nm), and near-infrared (940 nm) wavelengths, and tetrapolar bioelectric impedance spectroscopy (BIS) performed through skin-contact electrodes on the device caseback. The PPG subsystem extracts hydration-sensitive features including pulse transit time variability, AC/DC ratio shifts across wavelengths (indicating plasma volume changes), and peripheral perfusion index trends. The BIS subsystem sweeps excitation frequencies from 5 kHz to 1 MHz, fitting measured impedance spectra to a Cole-Cole model to separate intracellular (ICW) and extracellular (ECW) water compartments. A multimodal fusion network, implemented as a lightweight temporal attention transformer running on-device, integrates both sensor streams with contextual inputs (ambient temperature from an onboard thermistor, accelerometer-derived activity state, and time-of-day circadian phase) to produce a continuous hydration index calibrated against clinical serum osmolality. The system maintains a 14-day personalized baseline and employs Bayesian online learning to adapt to individual physiology, body composition, and behavioral patterns without requiring laboratory calibration.

Field of the Invention

This invention relates to non-invasive physiological monitoring using consumer wearable devices, specifically to the fusion of optical and electrical biosensing modalities for continuous hydration status estimation with personalized machine learning models.

Background

Dehydration affects an estimated 17-28% of older adults in developed countries (Hooper et al., Cochrane Database of Systematic Reviews 2015; El-Sharkawy et al., Age and Ageing 2015) and is implicated in up to 1.8 million emergency department visits annually in the United States (Liamis et al., European Journal of Internal Medicine 2016). Mild dehydration (1-2% body mass loss) impairs cognitive performance by 10-15%, reduces physical work capacity by 25-30%, and increases injury risk in athletic and occupational settings (Ganio et al., British Journal of Nutrition 2011). The gold standard for hydration assessment remains serum osmolality measurement via venous blood draw (reference range: 275-295 mOsm/kg), which requires laboratory equipment, trained phlebotomy staff, and yields only a point-in-time snapshot.

Current non-invasive hydration assessment methods each suffer significant limitations:

The gap in the art is a wearable system that: (a) performs multi-frequency bioelectric impedance spectroscopy (5 kHz to 1 MHz) at the wrist, enabling Cole-Cole model fitting and separation of intracellular from extracellular water compartments, which single-frequency BIA devices (including Samsung Galaxy Watch) cannot achieve, (b) fuses this multi-frequency BIS data with multi-wavelength PPG features to overcome the specificity limitations of either modality alone, (c) operates continuously during normal daily activities without requiring active sweating or user intervention, and (d) adapts to individual physiological variation through personalized online learning with modality-concordance self-supervision.

Detailed Description

1. Multi-Wavelength PPG Subsystem

The PPG subsystem employs three LED wavelengths on the device caseback in direct skin contact at the dorsal wrist: green (525 nm, penetration depth ~1 mm, primarily arterial plethysmography in the dermal capillary bed), red (660 nm, penetration depth ~3 mm, sensitive to venous oxygen saturation and blood volume in deeper vessels), and near-infrared (940 nm, penetration depth ~5 mm, sensitive to tissue water absorption through the 970 nm water absorption peak shoulder). Each LED is driven in a time-multiplexed sequence at 100 Hz per channel (33.3 Hz effective per wavelength), with a photodiode (e.g., OSRAM SFH 2201, spectral range 400-1100 nm) capturing reflected light.

From the raw PPG waveforms, the system extracts hydration-sensitive features in sliding 30-second windows with 50% overlap:

2. Tetrapolar Bioelectric Impedance Spectroscopy Subsystem

The BIS subsystem uses four stainless steel electrodes embedded in the device caseback in a tetrapolar configuration (two drive electrodes, two sense electrodes) spaced 8-12 mm apart. A constant-current source injects a sinusoidal excitation signal of 200 μA (peak-to-peak, well below the IEC 60601-1 perception threshold of 500 μA) at logarithmically spaced frequencies across the range 5 kHz to 1 MHz (typically 32 frequency points per sweep). The sense electrodes measure the resulting voltage, and a synchronous demodulator (implemented in the device's analog front-end IC, e.g., Analog Devices AD5940) extracts the complex impedance (magnitude and phase) at each frequency.

The measured impedance spectrum is fit to a Cole-Cole model parameterized by four variables: R₀ (impedance at zero frequency, reflecting total body water resistance), R∞ (impedance at infinite frequency, reflecting intracellular pathway resistance), τ (time constant of the characteristic frequency), and α (dispersion broadening factor). From these parameters:

The wrist-local BIS measurement captures segmental impedance of the forearm, not whole-body impedance. The system applies a body segment-to-whole-body scaling model trained on paired measurements from a multi-electrode whole-body BIS device (e.g., ImpediMed SFB7) and the wearable. This scaling model is personalized during the calibration period using the user's height, weight, age, and sex as anthropometric inputs.

3. Contextual Signal Integration

Both PPG and BIS signals are confounded by non-hydration physiological states. The system mitigates these confounders by integrating contextual signals:

4. On-Device Multimodal Fusion Architecture

The fusion model is a lightweight temporal attention transformer designed for edge deployment on wearable-class processors (e.g., Ambiq Apollo4 Blue Plus, ARM Cortex-M4F at 192 MHz, 2 MB SRAM). Architecture: 2-layer transformer encoder with 4 attention heads, 64-dimensional embeddings, and feed-forward dimension 128. Input sequence: 10-minute windows of PPG features (20 × 4 features), BIS parameters (2 × 4 Cole-Cole parameters, sampled every 5 minutes during valid windows), and contextual signals (temperature, activity, circadian phase, posture). Total model size: 380 KB (INT8 quantized). Inference latency: <50 ms per 10-minute window.

The model outputs a continuous Hydration Index (HI) on a 0-100 scale, calibrated against serum osmolality via a sigmoidal mapping: HI = 100 corresponds to serum osmolality ≤275 mOsm/kg (overhydrated), HI = 50 corresponds to 290 mOsm/kg (euhydrated), and HI = 0 corresponds to ≥310 mOsm/kg (severely dehydrated). The model also outputs a confidence score (0-1) reflecting signal quality and the model's epistemic uncertainty, estimated via Monte Carlo dropout with 5 forward passes.

5. Personalized Bayesian Online Learning

Individual variation in skin pigmentation, subcutaneous fat thickness, forearm muscle mass, baseline blood viscosity, and autonomic reactivity produces substantial inter-person variability in both PPG and BIS signals for the same hydration state. The system addresses this through a two-phase personalization approach:

The on-device adaptation rate is governed by a surprise-modulated schedule: rapid adaptation occurs when sensor readings deviate significantly from the current model's predictions (measured by the KL divergence between predicted and observed feature distributions exceeding 2 standard deviations of the historical divergence), while the model remains stable when predictions are well-calibrated. Model parameters are snapshotted weekly and can be rolled back if adaptation drift is detected (measured by increasing divergence between PPG and BIS modality predictions over a 48-hour window).

8. Drinking Gesture Recognition

The system includes an accelerometer-based drinking gesture recognition module that detects fluid intake events without manual logging. The module monitors the 3-axis accelerometer stream for a characteristic wrist motion signature: an upward rotation of the forearm (supination + elbow flexion, producing a distinctive gravitational axis shift from approximately [0, 0, -1g] to [0.7g, 0, -0.7g] in the device frame), sustained for 2-15 seconds (the drinking duration), followed by a return to the pre-drink orientation. A lightweight 1D CNN classifier (3 convolutional layers, 8/16/32 filters, ~12 KB INT8) processes 3-second sliding windows of accelerometer data at 50 Hz, distinguishing drinking gestures from confounders including checking the time (shorter duration, no sustained tilt), scratching the head (different rotation axis), and answering a phone call (similar tilt but typically held longer than 15 seconds and accompanied by speech-correlated micro-vibrations detectable in the accelerometer). Classification confidence threshold: 0.8. Validated drinking events are timestamped and used as implicit recalibration signals: the hydration model expects a positive HI trajectory following a confirmed drink event, and persistent negative trajectories despite frequent drinking events trigger a model confidence reduction and accelerated adaptation.

6. Alert and Intervention System

7. Figures Description

Claims

  1. A wearable system for continuous non-invasive hydration assessment, comprising: a multi-wavelength photoplethysmography (PPG) subsystem with at least three LED wavelengths including green (520-530 nm), red (650-670 nm), and near-infrared (930-950 nm); a tetrapolar bioelectric impedance spectroscopy (BIS) subsystem performing frequency sweeps across 5 kHz to 1 MHz through skin-contact electrodes; and an on-device multimodal fusion model that integrates features from both subsystems to produce a continuous Hydration Index calibrated against serum osmolality.
  2. The system of claim 1, wherein the BIS subsystem fits measured impedance spectra to a Cole-Cole model to extract R₀, R∞, τ, and α parameters, and derives separate estimates of extracellular water (ECW) and intracellular water (ICW) volume from the frequency-dependent impedance, enabling differentiation of isotonic from hypertonic dehydration.
  3. The system of claim 1, wherein the PPG subsystem extracts hydration-sensitive features including peripheral perfusion index, multi-wavelength AC/DC ratio matrix, pulse transit time variability, and dicrotic notch position index from simultaneous multi-wavelength recordings.
  4. The system of claim 1, further comprising contextual signal integration including ambient temperature measurement, accelerometer-derived activity and postural state classification, and circadian phase estimation, used as additional inputs to the fusion model to mitigate non-hydration confounders.
  5. The system of claim 1, wherein the multimodal fusion model is a temporal attention transformer quantized to INT8 and executing on a microcontroller-class processor, processing sequential 10-minute windows of PPG features, BIS parameters, and contextual signals.
  6. A method for personalized hydration monitoring comprising: collecting continuous multi-wavelength PPG and multi-frequency bioelectric impedance data from a wrist-worn device; establishing a 14-day personalized physiological baseline during assumed-euhydrated states; and applying a hybrid personalization approach combining on-device low-rank adaptation using gradient-free optimization with periodic cloud-based Bayesian posterior updates, using modality concordance as a self-supervision signal and physiological plausibility constraints.
  7. The method of claim 6, wherein the on-device adaptation uses low-rank updates to the fusion model's final layers with evolutionary optimization, avoiding backpropagation on the constrained microcontroller, and a surprise-modulated adaptation rate that increases when sensor readings exhibit high divergence from predictions and decreases when predictions are well-calibrated.
  8. The method of claim 6, further comprising a body segment-to-whole-body impedance scaling model that maps wrist-local tetrapolar BIS measurements to whole-body hydration estimates using anthropometric inputs including height, weight, age, and sex.
  9. The system of claim 1, further comprising a tiered alert system that generates warnings at configurable Hydration Index thresholds including overhydration alerts for sustained high HI values combined with ECW/ICW ratio shifts indicating potential hyponatremia risk.
  10. The system of claim 1, further comprising a drinking gesture recognition module that detects fluid intake events from accelerometer wrist rotation patterns, providing implicit recalibration signals to the personalized hydration model without requiring manual user logging.

Implementation Notes

The system is designed for integration into smartwatch form factors with existing PPG sensor arrays (Apple Watch Series 9+, Samsung Galaxy Watch 5+, and Garmin Venu 3 already include multi-wavelength PPG for SpO2 measurement). The BIS subsystem requires adding four electrodes to the caseback and an impedance measurement analog front-end IC (AD5940, ~$4 BOM). Total additional BOM cost for the BIS subsystem: approximately $8-12. Power consumption for continuous monitoring: ~15 mW average (PPG: 8 mW, BIS sweep every 5 minutes: 2 mW average, MCU inference: 5 mW). For a typical smartwatch battery of 300-500 mAh at 3.8V (1,140-1,900 mWh), continuous 24-hour operation consumes approximately 360 mWh, representing 19-32% of total battery capacity. This consumption can be reduced to ~8-12% by duty-cycling PPG sampling (10 seconds every 2 minutes rather than continuous) and performing BIS sweeps every 15 minutes rather than every 5 minutes, at the cost of reduced temporal resolution. In practice, a hybrid strategy is recommended: high-cadence sampling during exercise or when the Hydration Index approaches alert thresholds, and duty-cycled sampling during sedentary and sleep states.

Prior Art References

  1. El-Sharkawy et al., Age and Ageing 2015 — Prevalence of dehydration in older adults
  2. Ganio et al., British Journal of Nutrition 2011 — Cognitive and physical performance effects of mild dehydration
  3. Cheuvront & Kenefick, Nutrition Reviews 2014 — Limitations of urinary hydration biomarkers
  4. Earthman, Nutrition in Clinical Practice 2015 — Bioimpedance analysis accuracy review
  5. US20200170525A1 (Valencell) — PPG-based hydration sensing (single wavelength pair)
  6. Gao et al., Nature 2016 — Flexible sweat sensor arrays
  7. Sawka et al., Medicine & Science in Sports & Exercise 1998 — Plasma volume changes during dehydration
  8. Lima & Bakker, Revista Brasileira de Terapia Intensiva 2005 — Peripheral perfusion index clinical applications
  9. Thompson et al., Journal of Applied Physiology 1991 — Postural plasma volume redistribution
  10. IEC 60601-1 Ed. 3.2 — Medical electrical equipment safety standard (perception current threshold)
  11. Analog Devices AD5940 — High-precision impedance and electrochemical front-end IC
  12. TensorFlow Lite for Microcontrollers — On-device ML runtime for edge inference
  13. Ambiq Apollo4 Blue Plus — Ultra-low-power MCU for wearable applications