Sensor Foundation Model Scales Across Wearable Health Tasks
A reconstruction-trained model over five wearable modalities improves prediction, imputation, and clinician-rated agent responses across 35 downstream health tasks.
Underlying Paper
Towards a General Intelligence and Interface for Wearable Health Data
While ubiquitous wearable sensors capture a wealth of behavioral and physiological information, effectively transforming these signals into personalized health insights is challenging. Specifically, converting low-level sensor data into representations capable of characterizing higher-level states is difficult due to high phenotypic diversity and variation in individual baseline health, physiology, and lifestyle factors. Moreover, collecting wearable data paired with health outcome annotations is laborious and expensive, and retrospective annotation remains practically unfeasible, contributing to a scarcity of data with high-quality labels. To overcome these limitations, we propose a foundation model for wearable health that is pretrained on more than one trillion minutes of unlabeled sensor signals drawn from a large cohort of five million participants. We demonstrate that the joint scaling of model capacity and pretraining data volume leads to systematic improvements in performance, as evaluated on a diverse set of 35 health prediction tasks, spanning cardiovascular, metabolic, sleep, and mental health, as well as lifestyle choices and demographic factors. We find that this population scale representation unlocks label-efficient few-shot learning and generative capabilities for robust daily metric estimation. To further leverage this learned representation, we deploy a classroom of LLM agents to autonomously search the space of downstream predictive heads built on the model embeddings, showing broad performance improvements that increase with LLM model capacity. Finally, we show how integrating these downstream predictors into a Personal Health Agent can support model responses that are more relevant, contextually aware, and safe, and we validate this via 1,860 ratings from a cohort of clinicians.
Wearable sensors produce long, noisy records of physiology and behavior, but the labels needed to turn those signals into clinical or behavioral endpoints are scarce. This paper argues that the constraint should be attacked with scale: pretrain a general embedding model on unlabeled wearable streams, then adapt that representation to many smaller labeled studies. The result is SensorFM, a foundation model trained on more than one trillion minutes of Fitbit and Pixel Watch sensor data from five million participants and evaluated on 13,985 independent downstream participants.
Core Contribution
The main claim is not that a wearable model solves diagnosis. It is that a single reconstruction-trained representation can carry enough information about daily physiology to support many later tasks without endpoint-specific architectures. The evaluation spans 35 discriminative tasks across demographics, lifestyle, cardiovascular risk, metabolic status, mental health, and sleep. That breadth matters because many wearable models are validated on one endpoint, one cohort, or one engineered feature set; here the paper tests whether scale produces a reusable substrate.
Figure 1 summarizes the design: population-scale pretraining, a bottlenecked reconstruction objective over five sensor modalities, downstream predictive tasks, generative infilling tasks, and a scaling plot linking pretraining performance to downstream performance.
Technical Approach
SensorFM is trained with a generative reconstruction objective rather than supervised health labels. The model receives one-minute aggregate features derived from wearable modalities and learns through a latent bottleneck, forcing the representation to retain information useful for reconstructing missing or held-out signal structure. The paper then post-trains or probes those embeddings on downstream tasks using reduced embeddings; several tables report PCA-50 reduced SensorFM embeddings with five-fold cross-validation.
The paper also introduces an agentic adaptation workflow. A “classroom” of LLM agents searches over downstream predictive heads built on SensorFM embeddings, rather than relying only on a fixed linear probe. The reported example solution uses demographic interactions, standard scaling, PCA over embeddings, and a random forest classifier. This is a pragmatic contribution: the LLM is not treated as the health model, but as a search tool for constructing better heads over a pretrained sensor representation.
A second interface experiment uses SensorFM-derived predictions as context for a Personal Health Agent. Figure 3 shows the pipeline from raw wearable data to SensorFM predictions to an LLM-generated health summary, then clinician grading across harm, context, personalization, justifiability, and relevance.
Results and Analysis
The discriminative results support the scaling claim. The paper evaluates model variants from XXS with 10⁵ parameters through B with 10⁸ parameters, co-scaling data volume and model capacity. In the extended tables, the B model is generally strongest: Table ED.7 shows lower regression error or higher F1 across most tasks, and Table ED.9 reports that SensorFM, with or without demographics, achieves the best performance on 31 of 35 tasks against supervised baselines using engineered features. Concrete examples include age prediction at r=0.920, BMI at r=0.809, current working status at ROC AUC 0.912, smoking at 0.867, hypertension diagnosis at 0.786, and mental-health-medication use at 0.826.
The generative tests are also favorable. For 80% random imputation, SensorFM-B reports MSE 0.215, compared with 0.915 for mean fill, 1.020 for nearest-neighbor fill, and 0.854 for linear interpolation. In signal imputation, SensorFM-B reports MSE 0.122 when 2 of 26 signals are missing, compared with about 1.016 for the simple baselines. The recovered daily summaries under simulated one-hour data loss are close to ground truth: steps are 6208.41 versus 6227.49, light sleep is 25.43 minutes versus 25.64, and high SpO2 minutes are 233.40 versus 233.28. These results suggest the representation is learning cross-signal and temporal structure, not only static population correlations.
The Personal Health Agent evidence is narrower but relevant. The paper reports 31 real patient profiles and 1,860 clinician ratings. The text states that adding SensorFM predictions improves responses over baselines without that context, while model-derived diagnostic inferences compared with clinical ground truth show no statistically significant difference in interaction quality in the static evaluation. The cautious reading is that SensorFM can improve grounding for a health-summary interface, but the experiment does not establish safe real-world conversational use.
Limitations
The paper is direct about several constraints. The pretraining and evaluation data come from Fitbit and Pixel Watch users, so transfer to other devices is not guaranteed. The one-minute aggregate input discards waveform-level information such as beat-to-beat variability and sub-second motion. Many downstream labels are self-reported or screening-derived rather than clinically verified. The agent evaluation is single-turn and static, with clinicians restricted to the provided context, which limits claims about deployment in real consultations.
Evidence Box
strongKey Claims
- •Scaled self-supervised wearable pretraining improves downstream health prediction
- •SensorFM embeddings support label-efficient adaptation across heterogeneous endpoints
- •Generative reconstruction enables missing-signal and missing-time recovery
- •SensorFM-derived predictions improve context for personal health agent responses
Key Results
- •Pretrained on more than 1 trillion minutes from 5 million participants and evaluated on 13,985 downstream participants
- •35 downstream discriminative tasks across demographics, lifestyle, cardiovascular, metabolic, mental health, and sleep endpoints
- •SensorFM achieved best performance on 31 of 35 tasks in Table ED.9 against engineered-feature baselines
- •80% random imputation MSE 0.215 for SensorFM-B versus 0.915 mean fill, 1.020 nearest-neighbor fill, and 0.854 linear interpolation
Limitations & Caveats
- •Training and evaluation populations are Fitbit and Pixel Watch users, with limited guarantee of transfer to other device ecosystems
- •One-minute aggregate features discard waveform-level and sub-second temporal information
- •Many downstream labels rely on self-report or screening questionnaires rather than clinically verified outcomes
- •Personal Health Agent evaluation is static and single-turn rather than a dynamic clinical interaction