Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 45

MultiSigBERT: Beyond Survival Analysis through Multimodal and Sequential Modeling in Oncology MultiSigBERT:超越生存分析——通过多模态与序列建模在肿瘤学中的应用

MultiSigBERT is a unified multimodal sequential survival modeling framework for oncology that integrates free-text clinical reports with structured EHR data Narrative medical reports are converted into sentence embeddings via averaged contextual word embeddings, compressed with modality-specific PCA, and concatenated with structured covariates to form joint temporal trajectories The Signature transform from Rough Paths theory encodes these trajectories, capturing higher-order temporal interactio 提出MultiSigBERT框架,实现肿瘤学中的多模态序列生存分析,突破单一模态限制 将自由文本医疗报告通过BERT转换为句子嵌入,经PCA压缩后与结构化协变量融合 利用路径签名变换(Signature Transform)无监督捕获多模态高阶时间交互特征 在Léon Bérard中心2,500+患者、120,000+医疗报告的真实队列上验证,C指数达0.743

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

Analysis 深度分析

TL;DR

  • MultiSigBERT is a unified multimodal sequential survival modeling framework for oncology that integrates free-text clinical reports with structured EHR data
  • Narrative medical reports are converted into sentence embeddings via averaged contextual word embeddings, compressed with modality-specific PCA, and concatenated with structured covariates to form joint temporal trajectories
  • The Signature transform from Rough Paths theory encodes these trajectories, capturing higher-order temporal interactions across modalities without requiring supervision
  • Evaluated on a real-world oncology cohort from the Léon Bérard Center (120,000+ reports, 2,500+ patients), achieving a concordance index of 0.743 (sd 0.029) on an independent test set
  • The final risk scores are estimated using a LASSO-regularized Cox model fed with high-dimensional Signature features

Why It Matters

This work addresses a critical gap in clinical AI: most survival models rely on single-modality data and ignore the temporal dynamics inherent in patient trajectories. By fusing unstructured text and structured EHR data through a mathematically principled Signature-based approach, MultiSigBERT offers a scalable pipeline that could significantly improve risk stratification in oncology and inspire similar multimodal temporal modeling in other medical domains.

Technical Details

  • Text encoding: Free-text clinical reports are processed by extracting contextual word embeddings (e.g., from BERT-style models) and averaging them into sentence-level representations, providing a lightweight yet effective text-to-vector pipeline without fine-tuning.
  • Dimensionality reduction and fusion: Modality-specific PCA compresses both text embeddings and structured covariates before concatenation, producing joint temporal trajectories that preserve cross-modal relationships while managing dimensionality.
  • Signature transform: The core innovation leverages the Signature transform from Rough Paths theory, which systematically captures iterated integral features (higher-order temporal interactions) across the concatenated multimodal trajectory in an unsupervised manner, producing a rich feature representation.
  • Survival modeling: Signature features are fed into a LASSO-regularized Cox proportional hazards model for individualized risk score estimation, combining the expressive power of Signature features with the interpretability and regularization of Cox regression.
  • Dataset: Real-world oncology cohort from the Léon Bérard Center comprising over 120,000 medical reports and structured records from more than 2,500 patients, with evaluation on an independent test set.

Industry Insight

  • The integration of unstructured clinical text with structured EHR data through Signature-based modeling demonstrates a practical blueprint for hospitals and health-tech companies to unlock the predictive value buried in free-text notes without heavy computational overhead.
  • The unsupervised nature of the Signature transform reduces the need for large labeled survival datasets, making this approach particularly valuable in specialized oncology subtypes where labeled data is scarce.
  • The modular design—separable text encoding, PCA compression, Signature encoding, and Cox modeling—allows incremental adoption by clinical teams, enabling them to start with structured data alone and progressively incorporate text as NLP pipelines mature.

TL;DR

  • 提出MultiSigBERT框架,实现肿瘤学中的多模态序列生存分析,突破单一模态限制
  • 将自由文本医疗报告通过BERT转换为句子嵌入,经PCA压缩后与结构化协变量融合
  • 利用路径签名变换(Signature Transform)无监督捕获多模态高阶时间交互特征
  • 在Léon Bérard中心2,500+患者、120,000+医疗报告的真实队列上验证,C指数达0.743

为什么值得看

本文展示了如何将NLP技术与生存分析深度融合,为电子健康记录(EHR)的多模态利用提供了可复现的框架。对医疗AI从业者和临床决策支持系统开发者具有重要参考价值。

技术解析

  • 多模态融合架构:叙事医疗报告通过提取并平均上下文词嵌入生成句子表示,经模态特定PCA压缩后与结构化协变量拼接,形成联合时间轨迹
  • 路径签名编码:采用Rough Paths理论中的Signature变换,无需监督即可高效捕获跨模态的高阶时间交互特征
  • 生存预测模型:将Signature特征作为高维输入,结合LASSO正则化Cox模型估计个体化风险评分
  • 数据集规模:基于法国Léon Bérard肿瘤中心的真实世界队列,包含2,500+患者、120,000+医疗报告及结构化记录
  • 性能表现:在独立测试集上达到C指数0.743(标准差0.029),验证了多模态时序建模的有效性

行业启示

  • 医疗AI应重视异构数据融合,EHR中的文本与结构化数据互补性强,联合建模可显著提升临床预测性能
  • 路径签名等数学工具为时序建模提供了无需监督的特征提取新范式,值得在医疗时间序列任务中推广
  • 真实世界大规模临床数据验证是医疗AI落地的关键,建议研究者在类似规模队列上评估模型泛化能力

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

Multimodal 多模态 Healthcare AI 医疗AI Research 科学研究 LLM 大模型