AI News AI资讯 7d ago Updated 7d ago 更新于 7天前 45

Samsung health AI models analyse wearable biosignal data 三星健康AI模型分析可穿戴生物信号数据

Samsung Research America introduced two AI foundation models, xMAE and HiMAE, designed to extract health insights from wearable biosignal data using self-supervised learning on unlabeled physiological streams. xMAE learns temporal relationships between PPG and ECG cardiac signals, enabling cardiovascular analysis through continuous passive PPG monitoring without requiring active ECG measurements, and outperformed existing methods in 15 of 19 evaluation tasks. HiMAE employs a hierarchical masked 三星研究美国数字健康团队发布两款AI健康基础模型xMAE和HiMAE,用于从智能手表生物信号中学习 xMAE通过自监督学习建立PPG与ECG信号间的时序关系,可用连续PPG数据替代手动ECG测量 HiMAE采用分层掩码自编码器架构,在智能手表CPU上可实现小于1毫秒的推理延迟 两款模型均在顶级会议发表(xMAE获ICML录用,HiMAE获ICLR录用),支持分类、预测和数据生成等下游任务 三星提出"Connected Care"愿景,强调预防性、个性化和互联医疗,推动健康AI从云端向端侧迁移

65
Hot 热度
60
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Samsung Research America introduced two AI foundation models, xMAE and HiMAE, designed to extract health insights from wearable biosignal data using self-supervised learning on unlabeled physiological streams.
  • xMAE learns temporal relationships between PPG and ECG cardiac signals, enabling cardiovascular analysis through continuous passive PPG monitoring without requiring active ECG measurements, and outperformed existing methods in 15 of 19 evaluation tasks.
  • HiMAE employs a hierarchical masked autoencoder architecture with multiple encoders to analyze wearable data across short and long time scales, achieving high performance with a smaller model that runs in under one millisecond on a smartwatch-class CPU.
  • Both models were pretrained on large-scale unlabeled biosignal datasets, demonstrating that foundation models can support diverse downstream tasks including classification, numerical prediction, biomarker development, and data generation from consumer-grade wearable hardware.
  • The research positions on-device health AI as a viable path toward preventive, personalized, and connected care, reducing reliance on cloud connectivity and enabling continuous health monitoring directly from smartwatches.

Why It Matters

Samsung's health foundation models represent a significant step toward deploying clinically useful AI directly on consumer wearable devices, bridging the gap between passive biosignal collection and actionable health insights without requiring cloud dependency. For AI practitioners and healthcare technology developers, this work demonstrates that self-supervised pretraining on large unlabeled physiological datasets can produce general-purpose models capable of handling multiple downstream health tasks, setting a precedent for how foundation models might be adapted beyond text and vision into the biomedical domain. The emphasis on on-device inference at sub-millisecond latency also addresses critical privacy and connectivity constraints that have historically limited real-world deployment of health AI systems.

Technical Details

  • xMAE (Physiology-Aware Masked Cross-Modal Reconstruction for Biosignal Representation Learning): A multimodal foundation model that learns the temporal relationship between photoplethysmography (PPG) and electrocardiogram (ECG) signals by reconstructing masked portions of ECG data from continuous PPG input. Pretrained on approximately 9,400 hours of paired ECG and PPG data, it enables cardiovascular feature extraction from passive PPG measurements alone, eliminating the need for manual active ECG readings. Evaluated across 19 tasks including cardiovascular disease prediction, abnormal test-result detection, and sleep-stage classification, outperforming unimodal and existing multimodal baselines in 15 tasks.

  • HiMAE (Hierarchical Masked Autoencoder): A single foundation model using multiple encoders operating at different temporal resolutions to analyze both short-segment signals (e.g., heartbeats) and long-segment patterns (e.g., sleep cycles, physical activity trends). Trained via masked reconstruction on unlabeled wearable time-series data, it supports classification, numerical prediction, and data generation from one pretrained system. Achieves high performance with a smaller model footprint and runs in under one millisecond on smartwatch-class hardware, enabling fully on-device inference.

  • Self-Supervised Pretraining Paradigm: Both models leverage self-supervised learning to identify features in unlabeled biosignal data, addressing the scarcity of labeled medical data. The pretraining approach allows transfer to diverse downstream health tasks without task-specific retraining from scratch.

  • Publication Venues: xMAE was accepted to the International Conference on Machine Learning (ICML); HiMAE was accepted to the International Conference on Learning Representations (ICLR).

Industry Insight

  • The convergence of foundation model architectures with wearable biosignal processing signals a shift from reactive, clinic-based diagnostics toward continuous, preventive health monitoring powered by consumer devices. Companies building health AI pipelines should prioritize self-supervised pretraining strategies that maximize the utility of abundant unlabeled wearable data before fine-tuning on smaller labeled datasets.
  • Sub-millisecond on-device inference for a foundation model is a notable engineering achievement that removes cloud dependency, addressing both latency and privacy concerns. This sets a competitive bar for other hardware manufacturers and health-tech companies aiming to deploy sophisticated AI directly on resource-constrained edge devices.
  • Samsung's Connected Care vision, positioning health foundation models as one component of broader healthcare partnerships, suggests that future competitive advantage will depend less on isolated model performance and more on ecosystem integration—combining on-device AI, clinical validation, and healthcare provider networks to deliver end-to-end preventive care solutions.

TL;DR

  • 三星研究美国数字健康团队发布两款AI健康基础模型xMAE和HiMAE,用于从智能手表生物信号中学习
  • xMAE通过自监督学习建立PPG与ECG信号间的时序关系,可用连续PPG数据替代手动ECG测量
  • HiMAE采用分层掩码自编码器架构,在智能手表CPU上可实现小于1毫秒的推理延迟
  • 两款模型均在顶级会议发表(xMAE获ICML录用,HiMAE获ICLR录用),支持分类、预测和数据生成等下游任务
  • 三星提出"Connected Care"愿景,强调预防性、个性化和互联医疗,推动健康AI从云端向端侧迁移

为什么值得看

三星将健康基础模型作为其Connected Care战略的核心技术组件,展示了可穿戴设备AI从单一功能向通用健康分析平台演进的技术路径。这对智能穿戴行业、数字健康创业公司及医疗AI研究者具有重要参考价值,特别是在端侧部署和跨模态学习方面提供了可复现的工程范式。

技术解析

  • xMAE(Physiology-Aware Masked Cross-Modal Reconstruction):采用跨模态重建方法,通过PPG信号重建掩码的ECG信号,学习两种心脏信号间的时序关系。预训练使用约9,400小时ECG和PPG数据,在19项评估任务中15项优于单模态和现有多模态方法,涵盖心血管疾病预测、异常检测、睡眠分期等任务。

  • HiMAE(Hierarchical Masked Autoencoder):使用多层编码器分别分析短时(如心率)和长时(如睡眠模式)可穿戴数据片段,通过掩码重建自监督学习从有限标注数据中提取特征。模型支持分类、数值预测和数据生成,在智能手表级CPU上推理延迟小于1毫秒,实现真正的端侧部署。

  • 技术架构特点:两款模型均采用自监督学习范式,利用大规模无标注生物信号数据进行预训练,支持零样本或少样本下游任务迁移。特征学习具有跨设备、跨身体部位和跨数据采集环境的泛化能力。

行业启示

  • 端侧AI健康分析成为新趋势:HiMAE在智能手表CPU上实现亚毫秒级推理,证明高质量健康AI可在资源受限的终端设备上运行,降低对云服务的依赖,提升隐私保护和实时性。
  • 多模态生物信号融合是技术突破口:xMAE证明通过跨模态学习可从低成本PPG传感器提取接近医疗级ECG的信息,为可穿戴设备从"健康监测"向"健康诊断"演进提供技术路径。
  • 健康基础模型将重塑数字健康产品形态:三星将基础模型定位为Connected Care的核心组件,预示未来智能穿戴设备将从单一功能工具演变为具备通用健康分析能力的个人健康助手,催生新的商业模式和服务形态。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Healthcare AI 医疗AI Product Launch 产品发布 Closed Source 闭源 Research 科学研究