Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 44

Represent, Then Generate: Multimodal-Conditioned Time-Series Generation under Irregular Missingness 表示然后生成:不规则缺失下的多模态条件时间序列生成

ReCoGen introduces a two-stage framework that decouples multimodal condition representation from target generation for time-series synthesis under irregular missingness Stage I uses per-modality masked autoencoders to distill time-variant conditions into compact, missingness-tolerant token sequences Stage II employs a flow-matching generator that fuses encoded tokens with static clinical covariates to synthesize target physiological signals ReCoGen achieves best-in-class downstream utility acros 提出ReCoGen两阶段框架,解耦多模态条件表示与目标生成,解决不规则缺失的生理时间序列生成问题 阶段I为每模态训练掩码自编码器,将时间变化条件蒸馏为紧凑且对缺失容忍的token序列 阶段II使用flow-matching生成器融合token与静态条件合成目标信号 在AI-READI、MIMIC-III、MIMIC-IV三个基准的16个设置中均取得最佳下游效用 消融实验表明增益来自冻结编码器上的可学习交叉注意力和静态条件的双token-plus-AdaLN路由

58
Hot 热度
72
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • ReCoGen introduces a two-stage framework that decouples multimodal condition representation from target generation for time-series synthesis under irregular missingness
  • Stage I uses per-modality masked autoencoders to distill time-variant conditions into compact, missingness-tolerant token sequences
  • Stage II employs a flow-matching generator that fuses encoded tokens with static clinical covariates to synthesize target physiological signals
  • ReCoGen achieves best-in-class downstream utility across 16 (dataset, task, metric) settings on three physiological benchmarks (AI-READI, MIMIC-III, MIMIC-IV), outperforming six existing conditional generators
  • On 13 of 16 settings, generated signal utility reaches or exceeds that of real signals, suggesting near-lossless surrogate generation

Why It Matters

This work directly addresses a critical bottleneck in clinical AI: the frequent absence of invasive or expensive physiological signals in real-world patient monitoring. By demonstrating that routinely collected data can serve as high-fidelity surrogates for unavailable signals, ReCoGen enables more accessible, lower-cost continuous monitoring pipelines and reduces patient burden from invasive procedures.

Technical Details

  • Two-stage architecture: Stage I trains one masked autoencoder per conditioning modality, producing missingness-robust token representations; Stage II trains a flow-matching generator conditioned on these tokens plus static covariates
  • Conditioning pathway innovations: Learnable cross-attention over frozen per-modality encoders, combined with a dual token-plus-AdaLN (adaptive layer normalization) route for static conditions
  • Benchmarks: Continuous glucose monitoring on AI-READI; arterial blood pressure generation on MIMIC-III and MIMIC-IV
  • Evaluation: Downstream utility measured across 16 (dataset, task, metric) combinations, comparing against six representative conditional generators
  • Key finding: Generated signal utility matching or exceeding real signal utility on 13/16 settings, indicating the synthetic signals preserve clinically actionable information

Industry Insight

  • The decoupled represent-then-generate paradigm offers a generalizable blueprint for handling heterogeneous, irregularly missing multimodal data beyond clinical time series, applicable to any domain with sparse sensor coverage
  • The finding that synthetic signals can match real-signal utility challenges the assumption that generated data is inherently inferior, opening doors for data augmentation and privacy-preserving clinical data sharing
  • Hospitals and health-tech companies should prioritize building multimodal conditioning pipelines rather than single-modality generators, as the latter degrade sharply under the irregular missingness patterns typical of real-world clinical data

TL;DR

  • 提出ReCoGen两阶段框架,解耦多模态条件表示与目标生成,解决不规则缺失的生理时间序列生成问题
  • 阶段I为每模态训练掩码自编码器,将时间变化条件蒸馏为紧凑且对缺失容忍的token序列
  • 阶段II使用flow-matching生成器融合token与静态条件合成目标信号
  • 在AI-READI、MIMIC-III、MIMIC-IV三个基准的16个设置中均取得最佳下游效用
  • 消融实验表明增益来自冻结编码器上的可学习交叉注意力和静态条件的双token-plus-AdaLN路由

为什么值得看

该工作针对临床监测中有创/昂贵信号不可用的现实痛点,提出能有效处理异构、不规则缺失多模态条件的生成框架,为开发低成本、低侵入性连续监测系统提供了可行技术路径。生成数据在13/16设置中下游效用达到或超越真实信号参考值,标志着生成式AI在医疗时序数据补全领域迈入实用化门槛。

技术解析

  • ReCoGen采用两阶段解耦架构:Stage I为每种模态训练独立掩码自编码器,将不规则缺失的时间变化信号编码为紧凑且对缺失鲁棒的token序列;Stage II训练flow-matching生成器,通过可学习交叉注意力融合冻结的模态token与静态临床协变量,合成目标生理信号。
  • 静态条件采用双路由机制(token-plus-AdaLN),同时利用AdaLN对静态特征进行自适应归一化,增强条件注入的灵活性与表达能力。
  • 实验覆盖三个生理基准:AI-READI连续血糖监测、MIMIC-III/MIMIC-IV动脉血压生成,在全部16个(dataset, task, metric)设置中超越六种代表性条件生成器,且在13个设置中下游效用达到或超过真实信号的参考值。
  • 消融实验验证条件路径的关键设计:冻结每模态编码器+可学习交叉注意力、以及静态条件的双token-plus-AdaLN路由是性能提升的主要来源。

行业启示

  • 多模态条件生成正从单一模态向异构、不规则缺失场景演进,"先表示后生成"的解耦架构为处理临床等复杂数据提供了可复用的范式,值得在更多时序生成任务中验证。
  • 生成模型的评估应超越FID/MSLE等生成质量指标,直接以下游任务效用为锚点;ReCoGen在多数设置中达到或超越真实信号效用,表明生成数据已具备替代部分有创监测的临床潜力。
  • 医疗AI落地需直面数据缺失的现实约束,掩码自编码器与flow-matching的结合为不规则缺失时序生成提供了兼顾鲁棒性与生成质量的技术路线,对电子健康记录补全、可穿戴设备数据增强等场景具有借鉴价值。

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

Multimodal 多模态 Research 科学研究 Healthcare AI 医疗AI Dataset 数据集 Training 训练