Towards a General Intelligence and Interface for Wearable Health Data

Source

Credibility And Status

The paper is an arXiv preprint first submitted on 2026-05-21 and revised on 2026-05-29, with an official Google Research blog announcement on 2026-07-09. The author list is primarily Google Research and Google DeepMind, with collaborators from the University of Washington, University of Oregon, and UIUC. That makes the source credible as a current industrial-research preprint, but it is not yet a peer-reviewed venue publication in this wiki.

No official public code repository, public model weights, or public wearable-data release was verified during ingest. The pretraining corpus and downstream evaluation data are private consented Fitbit / Pixel Watch research data, so the paper is evidence about a large closed corpus and model rather than a reusable public benchmark.

Core Claim

SensorFM is a passive multivariate time-series representation model for wearable health. It argues that co-scaling model capacity and unlabeled wearable sensor data can produce a reusable representation of sensed physiology that transfers to many health prediction tasks, supports missing-data infilling, and can provide structured grounding signals to a Personal Health Agent.

Method Notes

  • Pretraining uses an author-reported population-scale corpus: more than one trillion minutes of minute-resolution wearable sensor data from five million consented participants sampled between September 2024 and September 2025. The paper’s scaling section also reports the 5M setting as sensor-hours; those units are not equivalent, so this page preserves both as source-reported scale descriptions rather than converting between them.
  • The corpus spans more than 100 countries, all 50 US states, and more than 20 Fitbit and Pixel Watch device models.
  • Inputs are 34 one-minute aggregate numeric features over a 24-hour window, derived from PPG, accelerometry, electrodermal activity, skin temperature, and altimetry. This is not raw waveform modeling.
  • The backbone is a ViT-1D masked-autoencoder-style encoder/decoder. The self-supervised objective builds on LSM-2’s Adaptive and Inherited Masking (AIM), treating naturally missing tokens and artificially masked tokens as part of the same missingness-aware reconstruction problem.
  • Downstream evaluation uses 35 health and behavioral tasks across cardiovascular, metabolic, mental-health, sleep, lifestyle, and demographic targets from three prospective IRB-approved studies with 13,985 participants.
  • The paper also tests an agentic “classroom” of LLM agents that writes and refines prediction heads on top of SensorFM embeddings, plus a Personal Health Agent setup where model predictions are supplied as grounding context.

Evidence And Results

  • Scaling experiments span four orders of magnitude in data volume and model size: from 2M to 2B sensor-hours and from 100K to 100M parameters.
  • On the full 5M-participant pretraining corpus, SensorFM-B reduces reconstruction validation loss by 31% versus SensorFM-XXS, and reports average downstream gains of for classification and for regression.
  • Along the co-scaled model/data diagonal, SensorFM-B wins 33 of 35 downstream tasks, while the smallest model ranks last on 33 of 35 tasks.
  • Frozen SensorFM embeddings plus lightweight linear heads outperform supervised engineered-feature baselines on 34 of 35 discriminative tasks.
  • The generative reconstruction path improves random imputation by 74.8%, temporal interpolation by 38.8%, temporal extrapolation by 39.6%, and sensor-signal imputation by 83.7% against the best reported baselines.
  • The agentic classroom improves over a simple linear probe on 16 of 20 classification tasks and 12 of 15 regression tasks after more than 30,000 candidate solutions.
  • In the Personal Health Agent experiment, clinicians rated summaries built with SensorFM predictions significantly above a baseline that used demographics plus daily wearable metrics only, and the paper reports no statistically significant difference between SensorFM-prediction grounding and ground-truth-label grounding.

Foundation TSFM Relevance

Agenda slotVerdictEvidenceMissing pieces
Data diversity and long tailpartially closesThe paper is unusually large for wearable sensor data: 5M participants, >1T minutes, >100 countries, all US states, and >20 device models.The corpus is private and wearable-user biased; rare-condition and subgroup robustness remain constrained by available labels.
Native multivariate encodingpartially closesSensorFM jointly encodes 34 minute-level numeric features from five wearable sensor modalities over a 24-hour window.Still a modest fixed feature set; no high-channel topology, event stream, text context, or arbitrary channel schema.
Representation qualitypartially closesFrozen embeddings transfer to 35 health tasks and beat engineered-feature baselines on 34/35 tasks.Probes focus on health labels and PCA/SHAP-style analyses, not controlled dense latent-state accessibility or causal factors.
Forecasting and imputationpartially closesAIM-style masked reconstruction supports random imputation, interpolation, extrapolation, and sensor-signal imputation.Reconstruction is passive and bounded to wearable signals; no calibrated multi-modal future distribution is shown.
Context interface and agent groundingadjacentSensorFM predictions improve clinician-rated Personal Health Agent summaries when supplied as structured grounding context.The agent receives predictions as extra features; this is not a general context-conditioned time-series model.
Control and counterfactualsinsufficient evidenceThe paper mentions health interventions only as downstream motivation.No explicit action, control input, intervention, treatment-response, or counterfactual rollout channel is modeled.

Limitations And Gotchas

  • The “general intelligence” framing should be read narrowly: the demonstrated system is a wearable-health representation and prediction interface, not a general action-conditioned world model.
  • Consumer wearable data are heterogeneous, but the experiments are still within Fitbit and Pixel Watch ecosystems; transfer to other devices is unproven.
  • One-minute aggregate features make large-scale training practical but discard sub-minute waveform structure that may matter for some physiological states.
  • The paper and official blog use multiple scale descriptions (>1T minutes and 2B sensor-hours in the scaling section); those should be treated as source-reported units, not silently reconciled.
  • Labels include lab tests, self-reported diagnoses, medications, and screeners; the paper’s predictions are appropriate for screening, risk stratification, and longitudinal tracking, not standalone diagnosis.
  • The Personal Health Agent experiment is static and single-turn. It does not test interactive clinical follow-up, user clarification, or intervention planning.
  • The strongest reproducibility blocker is artifact access: data, model weights, and code were not verified as public at ingest time.

Open Questions

  • Does SensorFM’s scaling curve hold outside Fitbit and Pixel Watch data, especially for raw waveforms, other vendors, clinical sensors, or higher-frequency physiological streams?
  • Which gains come from corpus scale, device diversity, AIM missingness handling, model size, or the health-specific target distribution?
  • Can SensorFM-style missingness-aware masked reconstruction be paired with dense latent-state diagnostics such as Aionoscope-style probes rather than only downstream labels?
  • What public benchmark could reproduce the key claim without access to Google’s private wearable corpus?
  • Can wearable sensor representations support action-conditioned models of interventions, treatments, or behavioral recommendations without confusing observational correlations for causal effects?