SAGEAgent: A Self-Evolving Agent for Cost-Aware Modality Acquisition in Multimodal Survival Prediction
作者: Chongyu Qu, Can Cui, Zhengyi Lu, Junchao Zhu, Tianyuan Yao, Junlin Guo, Juming Xiong, Yanfan Zhu, Yuechen Yang, Bennett A. Landman, Yuankai Huo
分类: cs.AI
发布日期: 2026-07-10
💡 一句话要点
提出SAGEAgent以解决多模态生存预测中的成本意识问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 多模态生存预测 自我进化 临床决策 诊断模态 成本意识
📋 核心要点
- 现有的多模态生存预测方法假设所有诊断模态均可用,未能有效处理模态缺失的问题。
- SAGEAgent通过自我进化的方式,主动决定每位患者需要获取的诊断模态,以降低临床负担。
- 在针对胶质瘤患者的实验中,SAGEAgent实现了55%的平均获取负担降低,同时保持了竞争性的生存预测准确性。
📝 摘要(中文)
每位癌症患者是否都需要完整的诊断流程以获得准确的生存预测?在多模态临床肿瘤学中,诊断模态遵循临床要求的逐步负担顺序。现有的多模态生存方法要么假设所有模态均可用,要么被动处理缺失数据,但没有主动考虑在这一顺序中获取下一个模态是否合理。我们将此问题形式化为一个序列决策问题,并提出SAGEAgent(基于经验的序列获取),这是一个自我进化的临床代理,决定为每位患者获取哪些诊断模态,以平衡预测准确性与临床侵入性。SAGEAgent通过临床工具推理每位患者不断变化的诊断状态,并结合情节记忆和语义记忆进行决策。实验结果表明,SAGEAgent在降低平均获取负担55%的同时,仍能实现竞争性的生存预测准确性。
🔬 方法详解
问题定义:本论文旨在解决在多模态生存预测中,如何有效决定获取哪些诊断模态的问题。现有方法通常假设所有模态均可用,未能主动评估获取下一个模态的必要性,导致患者承受不必要的临床负担。
核心思路:SAGEAgent通过将这一问题形式化为序列决策问题,利用自我进化的机制,动态评估每位患者的诊断状态,从而决定是否获取下一个模态,以平衡预测准确性与临床侵入性。
技术框架:SAGEAgent的整体架构包括三个主要模块:临床工具用于将数值预测转化为文本,情节记忆用于检索相似的历史病例,以及语义记忆用于积累可重用的决策模式。
关键创新:SAGEAgent的最大创新在于其自我进化能力,能够根据患者的具体情况动态调整获取模态的策略,这与传统方法的静态假设形成鲜明对比。
关键设计:在设计中,SAGEAgent采用了特定的损失函数来平衡预测准确性与获取成本,并通过优化网络结构来提升模型的决策效率。
🖼️ 关键图片
📊 实验亮点
实验结果显示,SAGEAgent在胶质瘤患者的生存预测中,取得了55%的平均获取负担降低,同时保持了与现有方法相当的生存预测准确性,展现出其在临床应用中的显著优势。
🎯 应用场景
该研究具有广泛的应用潜力,尤其在临床肿瘤学中,可以帮助医生在进行生存预测时,合理选择诊断模态,从而减少患者的临床负担,提高医疗资源的利用效率。未来,该方法有望推广至其他医疗领域,提升个性化医疗的水平。
📄 摘要(原文)
Does every cancer patient truly need a complete diagnostic workup for accurate survival prediction? In multimodal clinical oncology, diagnostic modalities follow a clinically mandated order of escalating burden -- from demographics collected at intake to genomic profiling requiring specialized tissue analysis. Current multimodal survival methods either assume all modalities are available or passively handle missing data, but none actively reason about whether acquiring the next modality is justified for a given patient along this ordered workflow. We formulate this as a sequential decision problem and propose SAGEAgent (Sequential Acquisition Guided by Experience), a self-evolving LLM-based clinical agent that decides which diagnostic modalities to acquire for each patient, balancing predictive accuracy against clinical invasiveness. SAGEAgent reasons about each patient's evolving diagnostic state through clinical tools that translate numerical predictions into text, an episodic memory that retrieves similar past cases, and a semantic memory that accumulates reusable decision patterns from experience. Experiments on a glioma cohort combining TCGA-LGG, TCGA-GBM, and BraTS with four diagnostic modalities demonstrate that SAGEAgent achieves competitive survival prediction accuracy while reducing average acquisition burden by 55%.