Papers
Topics
Authors
Recent
Search
2000 character limit reached

A robust PPG foundation model using multimodal physiological supervision

Published 5 Jun 2026 in cs.LG and cs.AI | (2606.07365v1)

Abstract: Photoplethysmography (PPG), a non-invasive measure of changes in blood volume, is widely used in both wearable devices and clinical settings. Recent PPG foundation models either use open-source ICU datasets with pretraining paradigms that require curated data and thus complicate generalization to field-like data, or use closed-source field-like PPG data. In contrast, we propose a PPG foundation model that does not require high-quality or field-like pretraining data, and instead leverages accompanying electrocardiogram and respiratory signals in ICU datasets to select contrastive samples during pretraining. Our approach allows the model to retain and learn from noisy PPG segments, improving robustness at inference. Our model, pretrained on 3x fewer subjects than existing state-of-the-art approaches, achieves performance improvements on 14 out of 15 diverse downstream tasks, including field-like daily activity and heart rate prediction. Our results demonstrate that multimodal supervision can integrate complementary physiological information to improve the robustness of PPG foundation models and enhance their generalization to consumer-grade data.

Summary

  • The paper demonstrates that multimodal physiological supervision during pretraining significantly improves PPG representation learning for noisy, real-world data.
  • It employs a 1D ResNet-26 encoder with contrastive learning, leveraging ECG and RESP-derived metrics to achieve superior performance on 15 downstream tasks.
  • The approach enables robust, unimodal PPG inference on wearables while addressing challenges in fairness and demographic bias mitigation.

A Robust PPG Foundation Model Using Multimodal Physiological Supervision

Introduction and Motivation

This paper addresses the challenge of learning robust, generalizable photoplethysmography (PPG) representations for health monitoring using wearable devices. PPG signals—although ubiquitous in consumer-grade and clinical biosensing—are prone to noise due to practical hardware constraints and motion artifacts, impairing downstream vital sign estimation. Existing PPG foundation models typically rely on curated or denoised datasets and/or proprietary field data, hampering generalization and reproducibility. In response, this work introduces a PPG foundation model that leverages multimodal physiological supervision during pretraining—specifically, using co-recorded electrocardiogram (ECG) and respiratory (RESP) signals in large ICU datasets to define physiologically grounded contrastive targets. This strategy enables pretraining on noisy, uncurated PPG data while requiring only unimodal PPG input at inference, making the model broadly deployable on resource-constrained devices. Figure 1

Figure 1: Multimodal contrastive supervision framework: ECG and RESP provide 5-dimensional physiological metrics to select contrastive PPG samples, guiding representation learning. Only PPG is required at inference.

Methodology

The proposed framework segments multimodal ICU recordings into 10s windows. For each segment, five domain-specific physiological metrics—heart rate (HR), root mean square of successive differences (RMSSD), respiratory rate (RR), respiratory amplitude (RA), and respiratory volume per time (RVT)—are extracted from ECG and RESP. These metrics define a stable, denoised metric space for contrastive sample selection, serving as the "anchor" for representation learning. During pretraining, two augmented views are generated per PPG segment and encoded via a 1D ResNet-26 encoder. Contrastive learning employs the rank-n-contrast (RNC) loss, ranking anchor-positive pairs by physiological similarity in metric space rather than noisy PPG morphology.

Unimodal deployment is achieved since the multimodal supervision signal is utilized exclusively during pretraining for representation alignment. Only PPG is supplied at inference, making the model compatible with commodity wearables.

Experimental Evaluation

The model is pretrained on the MIMIC-III Waveform Database's matched subset, reducing the dependency on field-like or heavily curated data. Pretraining uses roughly 20 million 10s PPG segments from 4,998 subjects (approximately 56,000 hours of data)—notably, just one-third the number of subjects used in prior state-of-the-art models.

Evaluation spans 15 downstream tasks covering both classification (e.g., stress, affect, hypertension) and regression (e.g., heart rate, blood pressure) on six unseen datasets, including those with clinically realistic field noise (DaLiA, WildPPG) and multiple PPG sensor types/locations.

Linear probing protocols are executed both across and within subjects. The within-subject regime provides fine-grained insights into learned representations under personalized, subject-specific distributions, highly relevant to real-world wearable deployment. Figure 2

Figure 2: Model achieves superior macro F1 (classification, left) and reduced MAE (regression, right) across subject and within subject linear probing compared to state-of-the-art baselines.

Results

The proposed multimodal-pretrained PPG foundation model achieves strong empirical performance:

  • Outperforms five strong baselines (PaPaGei, PulsePPG, SimCLR, BYOL, etc.) on 14 of 15 downstream tasks across subjects and all 9 within-subject tasks.
  • Substantial improvements reported for heart rate estimation under highly noisy, field-like conditions (e.g., MAE 7.78 vs. 10.5 on DaLiA, 7.61 vs. 9.68 on WildPPG-green).
  • Only minimal degradation observed in systolic blood pressure prediction for one dataset (VitalVideos, 15.9 vs. 15.7), while achieving best or comparable results on diastolic BP and other tasks.
  • Benefits persist even when linear probes are trained with only 10% of available subject data in the within-subject regime.
  • Ablations confirm that the performance gains principally derive from multimodal contrastive supervision; matched architecture and dataset, but unimodal contrastive learning, yield inferior results. Figure 3

    Figure 3: Systolic blood pressure regression performance ablated across demographic variables—highlighting known biases with respect to skin tone, age, and sex.

UMAP visualization demonstrates superior structure in learned embeddings with respect to physiological targets: Figure 4

Figure 4

Figure 4: UMAP plots of learned embeddings, colored by heart rate, reveal well-organized representation with the proposed method.

Noise robustness analysis (on DaLiA using IMU-derived energy) indicates that this framework maintains high predictive accuracy across a broad spectrum of noise regimes: Figure 5

Figure 5: Distribution of IMU energy in the DaLiA dataset characterizes motion-induced noise regimes for robustness analysis.

Analysis and Implications

The introduction of multimodal supervision overcomes core limitations in prior work, which either discarded noisy segments or risked amplifying noise in contrastive targets. By grounding supervision in denoised physiological metrics derived from auxiliary ECG and RESP channels, this model robustly integrates clinically relevant variability and artifact conditions. This approach attains high generalizability without requiring proprietary or field-specific PPG data and demonstrates that information from multimodal sources during pretraining can substitute for increased dataset diversity, especially under real-world wearable conditions.

A demographic analysis highlights persistent challenges in fairness and bias—evidence of performance gaps across skin tone, age, and sex. While these findings are not unique to this method, they underscore the need for systematic bias mitigation and diversified pretraining corpora in health-related foundation model research.

Methodological ablations indicate that ECG-only and RESP-only supervision both contribute meaningfully, with their combination yielding optimal classification/generalization.

Limitations and Future Directions

Principal limitations include potential overfitting to ICU patient demographics and conditions due to pretraining data composition and the use of only a single session per subject, which may underrepresent within-subject temporal variability. Additionally, blood pressure estimation performance remains closer to baseline, suggesting the need for further integration of hemodynamic signals during pretraining or richer multimodal targets (e.g., inclusion of BP in contrastive metric space).

The fairness analysis reveals important demographic biases that motivate dataset curation with broader population diversity and further post-hoc bias correction. Window size and feature choices in the physiological metric extraction stage could also be extended to capture long-range or high-variance physiological fluctuations.

Potential future directions include:

  • Scaling pretraining to more heterogeneous sources (ambulatory, hospital, wearable, occupation-, and field-specific datasets).
  • Expanding the metric space with richer or more specific physiological and activity signals.
  • Model personalization and subject-adaptive fine-tuning to further bridge the gap between population-level foundation models and individual user deployment.
  • Rigorous, large-scale fairness and distribution-shift evaluations to provide guarantees on equitable model behavior.

Conclusion

This work demonstrates that multimodal physiological supervision enables the learning of robust, highly generalizable PPG representations, outperforming prior methods on diverse downstream tasks and noise regimes using less curated training data. The results indicate that auxiliary biosignal guidance during pretraining is a scalable and practical alternative to the curation of massive field-like datasets. However, demographic fairness and downstream hemodynamic task performance remain open challenges, motivating further research into data diversity, multi-phase pretraining, and model adaptation for deployment in sensitive, heterogeneous health monitoring applications.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 2 likes about this paper.