Adaptive PPG Model Lowers Non-Invasive Glucose Error

Replay-based dynamic learning and proxy gradients adapt to drifting wearable signals, reaching 0.64 mmol/L MAE in subject-independent validation.

Editorial Desk·July 13, 2026·4 min readmoderate

Underlying Paper

Non-invasive Blood Glucose Estimation from Wearable Physiological Signals

Non-invasive blood glucose estimation from wearable physiological signals remains difficult because longitudinal photoplethysmography (PPG) data are subject to distribution drift, whereas reference capillary blood glucose labels are sparse and costly to acquire. We propose a \rev{deep-learning-based} dynamic incremental learning (DIL) framework that combines a mutual entropy-optimized replay-based dynamic clustering module (MERDC) with an uncertainty-quantified proxy gradient bridging agent (PGBA) for label-efficient adaptation to unlabeled PPG streams. To support this setting, we further establish a longitudinal benchmark dataset comprising PPG, reference capillary blood glucose, and cuff blood pressure measurements from 183 participants collected over 285 days, and we make this resource available to the research community. Under 5-fold subject-independent validation, the proposed method achieves a mean absolute error (MAE) of $0.64 \pm 0.01$ millimoles per liter (mmol/L) and a root mean square error (RMSE) of $1.29 \pm 0.10$ mmol/L, with $97.69 \pm 1.63\%$ of estimates falling within Clarke zones A+B. Aggregation-level analyses further support the robustness of the observed error distribution beyond window-level evaluation. \rev{These results provide a proof-of-concept for adaptive non-invasive glucose estimation in wearable physiological sensing and establish a longitudinal benchmark for subsequent research.

arXiv:2607.04414Submitted: Jul 5, 2026v1

Non-invasive glucose estimation from wrist or wearable signals has a hard failure mode: the signal is indirect, person-specific, and unstable over time. Photoplethysmography can track vascular and physiological changes, but blood glucose labels still come from sparse capillary measurements, so a model must learn from many unlabeled windows while avoiding drift-induced forgetting. This paper addresses that setting with a dynamic incremental learning framework for PPG-based blood glucose estimation and pairs it with a new longitudinal dataset collected from 183 participants over 285 days.

The claim is narrower than a finished glucose monitor. The authors frame the result as a proof of concept for adaptive sensing, not as a replacement for clinical glucose measurement. That distinction matters: the paper reports strong window-level and aggregation-level errors under subject-independent validation, but the evidence remains offline and cohort-bound.

Core Contribution

The main contribution is the combination of two ideas that are usually treated separately in wearable sensing. First, the model is trained as a dynamic incremental learner, so it can incorporate new PPG streams without discarding older task structure. Second, it uses unlabeled windows through a proxy-gradient mechanism, reducing dependence on dense blood glucose labels.

The dataset is also part of the contribution. The authors report a longitudinal benchmark containing PPG, reference capillary blood glucose, and cuff blood pressure measurements. For this problem, that matters almost as much as the model: distribution drift is difficult to study from short, single-session datasets, and subject-level leakage can make non-invasive glucose results look better than they are.

Technical Approach

The proposed framework centers on MERDC, a mutual entropy-optimized replay-based dynamic clustering module. Its clustering operator, ME2AC, organizes meta-task and derived-task streams so that historical samples can be replayed during incremental updates. In the authors’ framing, this attacks the stability–plasticity trade-off: retaining old subject and task information while adapting to new PPG distributions.

Figure 2 gives the clearest view of the system: MERDC supplies the replay and task organization, while PGBA, the Proxy Gradient Bridging Agent, pulls unlabeled PPG windows into training through uncertainty-quantified proxy gradients.

Figure 2. Overview of the proposed MERDC-enhanced dynamic incremental learning (DIL) framework for non-invasive blood glucose estimation from PPG signals. (a) Stability–plasticity dilemma and unreliable empirical risk minimization under limited labeled data. In the inset, the black curve represents old-data retention associated with stability, whereas the red curve represents new-data adaptation associated with plasticity. (b) The MERDC module, instantiated through the ME2AC clustering operator, mitigates catastrophic forgetting by organizing meta- and derived-task streams for replay-based dynamic learning. (c) Proxy Gradient Bridging Agent (PGBA) supports label-efficient empirical risk minimization by incorporating unlabeled PPG windows through uncertainty-quantified proxy gradients.

PGBA is the label-efficiency component. Instead of treating unlabeled windows as unusable until paired with capillary glucose, the framework estimates proxy gradients with uncertainty weighting. The practical aim is to make adaptation less brittle when new PPG data arrive faster than reference blood glucose labels.

The evaluation protocol is a meaningful part of the method. The authors use leakage-free subject-independent five-fold cross-validation: participants are split into mutually exclusive subject folds, all task discovery and replay construction are restricted to training folds, and the held-out fold is used only for frozen inference and final evaluation. Figure 5 documents that separation, including the exclusion of held-out reference blood glucose values from model selection and memory construction.

Figure 5. Leakage-free subject-independent five-fold cross-validation and training-fold MERDC-DIL pipeline. Participants were first partitioned into five mutually exclusive subject folds. In each cycle, one fold was held out for testing and the remaining four folds were used for training. All training-time operations, including ME2AC task-set generation, DIL sequential task-wise training, PGBA- assisted learning, historical replay, episodic memory construction, real-scenario data integration, and ME2AC task-set updating, were restricted to the training folds. The held-out test fold was used only for frozen inference and final evaluation. Reference BG values from held-out subjects were used only for evaluation and were never used for task discovery, memory construction, PGBA optimization, model selection, or parameter updating. S1–S6 denote the corresponding reporting items summarized in Table 3.

Results and Analysis

Under five-fold subject-independent validation, the proposed method reports mean absolute error of 0.64 ± 0.01 mmol/L and root mean square error of 1.29 ± 0.10 mmol/L. The paper also reports 97.69 ± 1.63% of estimates in Clarke error grid zones A+B, which is the clinically oriented metric most relevant to whether prediction errors fall in acceptable decision regions.

Those numbers support the paper’s central technical claim: adaptive learning improves the viability of PPG-based glucose estimation under longitudinal drift. The subject-independent split is especially valuable because many wearable-signal studies are weakened by overlap between training and test subjects. The paper’s aggregation-level analyses also address a common concern in window-based sensing: low window error can hide unstable behavior when predictions are grouped over time or subject conditions.

The result should still be read as a controlled benchmark, not clinical validation. The reference labels are capillary blood glucose measurements rather than dense continuous glucose traces, and the model is evaluated retrospectively on one collected cohort. The paper’s own wording, calling the work a proof of concept, is the right level of claim. The strongest use case is for researchers building adaptive physiological-signal models who need a leakage-aware benchmark and a concrete replay-plus-unlabeled-learning recipe.

Evidence Box

moderate

Key Claims

  • Dynamic incremental learning mitigates drift in longitudinal PPG glucose estimation
  • MERDC replay reduces catastrophic forgetting across task streams
  • PGBA uses unlabeled PPG windows for label-efficient adaptation
  • The dataset supports subject-independent benchmarking for non-invasive glucose estimation

Key Results

  • 183 participants followed over 285 days with PPG, capillary blood glucose, and cuff blood pressure
  • MAE 0.64 ± 0.01 mmol/L under 5-fold subject-independent validation
  • RMSE 1.29 ± 0.10 mmol/L under 5-fold subject-independent validation
  • 97.69 ± 1.63% of estimates within Clarke zones A+B

Limitations & Caveats

  • Proof-of-concept evaluation rather than prospective clinical deployment
  • Validation limited to one longitudinal cohort of 183 participants
  • Sparse capillary blood glucose references constrain label density
  • No dataset or code URL identifiable from the provided paper pages

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.