跳到主内容
@wquguru
精选75MarkTechPost(RSS)模型发布/更新

谷歌推出 GlucoFM:0.72M 参数双流基础模型,用于连续血糖监测

Google Research Introduces GlucoFM: A 0.72M-Parameter Dual-Stream Foundation Model for Continuous Glucose Monitoring

原文
发到 X

Google Research and UNSW Sydney have released GlucoFM, a self-supervised foundation model for continuous glucose monitoring. Its core move is a split. Existing CGM models — CGMformer, GluFormer, CGM-JEPA — encode a glucose trace as one entangled sequence. GlucoFM decomposes it into a slow physiological “state” stream and a transient “event” stream, keeps the observation mask intact, and pretrains with two JEPA-style latent objectives. The result is a 0.72M-parameter encoder that reached 58.8 task-averaged PR-AUC across 14 cohort–task evaluations, against 54.7 for the strongest CGM-specific baseline retrained on the same corpus. It was pretrained on 109,066 hours of unlabeled CGM from 477 subjects, on a single H100.

谷歌研究院与新南威尔士大学悉尼分校发布了GlucoFM,这是一个用于连续血糖监测的自监督基础模型。其核心举措在于拆分。现有的CGM模型——CGMformer、GluFormer、CGM-JEPA——将血糖轨迹编码为一个纠缠的序列。GlucoFM将其分解为缓慢的生理“状态”流和瞬态的“事件”流,保持观测掩码不变,并使用两个JEPA风格的潜在目标进行预训练。结果是一个拥有0.72M参数的编码器,在14个队列-任务评估中平均任务PR-AUC达到58.8,而针对同一语料库重新训练的、最强的CGM特定基线的平均值为54.7。该模型在477名受试者的109,066小时未标记CGM数据上进行了预训练,使用单个H100。

Is it deployable?

它可以部署吗?

As research infrastructure, yes. As a clinical or consumer product, not yet.

作为研究基础设施,可以。作为临床或消费产品,尚未达到。

The research team state it directly: GlucoFM is a research prototype, has not been cleared or approved by any regulatory authority, and is not intended to diagnose, treat, cure or prevent disease. Every evaluation is retrospective, the largest pretraining cohort is non-public, and no checkpoint has shipped as of 26 August 2026 — the paper commits to releasing code and reproducibility scripts.

研究团队直接声明:GlucoFM是一个研究原型,尚未获得任何监管机构的批准或认可,不用于诊断、治疗、治愈或预防疾病。所有评估均为回顾性,最大的预训练队列非公开,截至2026年8月26日尚未发布任何检查点——论文承诺发布代码和可复现性脚本。

What is deployable today is the recipe. At 0.72M trainable parameters and 120 epochs on a single NVIDIA H100, any team with a CGM corpus can reproduce it, and 24-hour-window inference runs on a CPU container or on-device.

今天可部署的是其方法。拥有0.72M可训练参数,在单个NVIDIA H100上训练120个周期,任何拥有CGM语料库的团队都可以复现,且24小时窗口推理可在CPU容器或设备端运行。

The problem with treating CGM as one signal

将CGM视为单一信号的问题

Existing CGM foundation models like CGMformer, GluFormer and CGM-JEPA encode a glucose trace as a single entangled sequence. But CGM carries two things at once: a slow regulatory baseline, and short transient deviations from meals, activity, stress or sensor artifacts. Clinical labels are also expensive and cohort-specific, which caps supervised training.

现有的CGM基础模型如CGMformer、GluFormer和CGM-JEPA将血糖轨迹编码为单个纠缠序列。但CGM同时携带两种信息:缓慢的调节基线和由饮食、活动、压力或传感器伪影引起的短暂瞬态偏差。临床标签昂贵且特定于队列,这限制了监督训练。

Architecture

架构

GlucoFM aligns each recording to a fixed 24-hour grid at Δt = 5 minutes, giving L = 288 positions, and preserves the absolute circadian start index. An observation mask M is retained end to end — missing positions are filled only to build a tensor and never counted as measurements. An ablation shows dense interpolation underperforms this mask-aware default.

GlucoFM将每次记录对齐到固定的24小时网格,Δt=5分钟,得到L=288个位置,并保留绝对的昼夜节律起始索引。观测掩码M从头到尾保留——缺失位置仅用于构建张量,不计为测量值。消融研究表明,密集插值在此掩码感知的默认设置下表现不佳。

A causal, mask-aware learnable Gaussian filter then splits the signal: the filtered trend becomes the state stream, the masked residual the event stream. Bandwidth σ is learnable within 2–12 grid steps, roughly 10–60 minutes, initialized at 6.0. A one-sided kernel enforces causality, so future glucose never leaks into the current state estimate.

一个因果的、掩码感知的可学习高斯滤波器随后将信号分离:滤波后的趋势成为状态流,掩码残差成为事件流。带宽σ在2–12个网格步长内可学习,大约10–60分钟,初始化为6.0。单侧核强制因果性,因此未来的血糖值永远不会泄漏到当前状态估计中。

Both streams are tokenized into 24 one-hour patches, fused into 128-dimensional tokens, and given circular time-of-day features. Pretraining uses two JEPA-style objectives: masked contextual latent prediction over 50–60% of patches against an EMA teacher (m = 0.997), and next-patch state/event dynamics prediction via residual transition heads. CGM-aware augmentations add baseline wander, compression-like drops, decimation to 15-minute sampling, and disconnection blocks.

两个流都被标记化为24个一小时补丁,融合成128维的标记,并赋予循环的日内时间特征。预训练使用两种JEPA风格的目标:对50–60%的补丁进行掩码上下文潜在预测,使用EMA教师(m = 0.997);以及通过残差转移头进行下一补丁状态/事件动态预测。CGM感知的数据增强添加了基线漂移、类似压缩的下降、抽取到15分钟采样以及断连块。

The encoder is a 3-layer Transformer, hidden dimension 128, 4 heads, feed-forward 256 — 0.72M trainable and 1.18M total parameters. Pretraining used 109,066 hours of unlabeled CGM from 477 subjects across Wear-CGM, ShanghaiT2DM, Stanford, BIG IDEAs and Colas. <!– INTERACTIVE EXPLAINER EMBED GOES HERE –>

编码器是一个3层Transformer,隐藏维度128,4个头,前馈网络256——可训练参数0.72M,总参数1.18M。预训练使用了来自Wear-CGM、ShanghaiT2DM、Stanford、BIG IDEAs和Colas数据集的477名受试者的109,066小时未标记CGM数据。<!– INTERACTIVE EXPLAINER EMBED GOES HERE –>

Results

结果

Under subject-disjoint linear probing across four cohorts and seven tasks (14 cohort–task evaluations), GlucoFM reached 58.8 task-averaged PR-AUC against 54.7 for the strongest CGM-specific baseline retrained on the same corpus — +4.1 points, about 7.5% relative — and 5.8 above the best GluFormer variant. It led PR-AUC on every diabetes-risk and beta-cell-dysfunction evaluation and 3 of 4 insulin-resistance evaluations, and ranked first on 21 of 24 cross-dataset transfer evaluations.

在四个队列和七个任务(14个队列-任务评估)的受试者不相交线性探测下,GlucoFM达到了58.8的任务平均PR-AUC,而最强的CGM特定基线在同一语料库上重新训练为54.7——提高了4.1个点,相对提升约7.5%——比最佳GluFormer变体高出5.8。它在所有糖尿病风险和β细胞功能障碍评估以及4项胰岛素抵抗评估中的3项中领先PR-AUC,并在24项跨数据集迁移评估中的21项中排名第一。

For two-hour postprandial glycemic response forecasting it reached 21.88 mg/dL MAE with full context, against 22.90 for the best baseline and 27.69 for a train-fold mean, over 874 meal events from 34 participants across Dexcom and Libre sensors. It also beat a seven-day GMI threshold rule on macro-F1 by +7.4 points on Stanford and +17.4 on CGMacros-Dexcom. Trained on 20% of the corpus, it already matched CGM baselines trained on all of it.

在餐后两小时血糖反应预测中,使用完整上下文,它达到了21.88 mg/dL的MAE,而最佳基线为22.90,训练折均值为27.69,覆盖来自34名参与者的874个餐食事件,使用Dexcom和Libre传感器。它还在宏观F1上比七天GMI阈值规则高出+7.4个点(Stanford)和+17.4个点(CGMacros-Dexcom)。在仅使用语料库20%的数据训练时,它已经匹配了使用全部数据训练的CGM基线。

Key Takeaways

关键要点

  • GlucoFM splits CGM into a slow “state” stream and a transient “event” stream instead of one entangled sequence.
  • 0.72M trainable parameters beat a 135M GluFormer and a 385M MOMENT on task-averaged PR-AUC.
  • 58.8 vs 54.7 PR-AUC over the best same-corpus CGM baseline across 14 cohort–task evaluations.
  • Strongest gains are on diabetes risk, beta-cell dysfunction and insulin resistance — the clinically central tasks.
  • It is a research prototype with no regulatory clearance and no public checkpoint yet.
  • GlucoFM将CGM数据分解为缓慢的“状态”流和瞬态的“事件”流,而不是一个纠缠的序列。
  • 0.72M可训练参数在任务平均PR-AUC上击败了135M的GluFormer和385M的MOMENT。
  • 在14个队列-任务评估中,58.8对比54.7的PR-AUC,优于最佳同语料库CGM基线。
  • 最大的提升出现在糖尿病风险、β细胞功能障碍和胰岛素抵抗——这些是临床核心任务上。
  • 这是一个研究原型,尚未获得监管批准,也还没有公开的检查点。

Check out the Paper and Technical Details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

查看论文和技术细节。另外,欢迎在Twitter上关注我们,别忘了加入我们的15万+机器学习SubReddit社区,并订阅我们的新闻通讯。等等!你在用Telegram吗?现在你也可以在Telegram上加入我们。

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

需要与我们合作推广你的GitHub仓库、Hugging Face页面、产品发布或网络研讨会等吗?请联系我们。

The post Google Research Introduces GlucoFM: A 0.72M-Parameter Dual-Stream Foundation Model for Continuous Glucose Monitoring appeared first on MarkTechPost.

这篇题为“谷歌研究推出GlucoFM:用于连续血糖监测的0.72M参数双流基础模型”的文章最初发表在MarkTechPost上。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近