Removing Temporal Note Redundancy Improves Multimodal Reinforcement Learning for Medicine

📄 arXiv: 2608.14157v1 📥 PDF

作者: Chenran Weng, Joo Seung Lee, Malini Mahendra, Anil Aswani

分类: cs.AI, cs.LG

发布日期: 2026-08-14


💡 一句话要点

提出冗余文本去除方法以提升多模态强化学习在医疗中的应用

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 多模态强化学习 临床决策支持 冗余文本去除 电子健康记录 重症监护 医疗人工智能

📋 核心要点

  1. 现有强化学习方法主要依赖结构化EHR数据,忽视了自由文本中的重要临床信息,导致决策质量下降。
  2. 本文提出了一种冗余感知的多模态状态表示框架,旨在去除临床笔记中的时间冗余,提高状态表示质量。
  3. 实验结果显示,去除冗余后的状态表示在多种离线评估方法中显著优于传统基线,提升了强化学习的性能。

📝 摘要(中文)

机械通气是关键的生命支持干预,需根据患者状况动态调整通气设置。尽管强化学习(RL)为优化这些决策提供了有前景的框架,但现有方法主要依赖结构化电子健康记录(EHR)数据,忽视了自由文本记录中的重要临床背景。由于临床笔记中存在时间冗余,导致状态表示质量下降。为此,本文提出了一种冗余感知的多模态状态表示框架,显式去除重复的笔记文本。我们评估了两种高效的时间分解策略,使用真实ICU数据,结果表明去除时间冗余的状态表示显著优于仅使用结构化数据和原始笔记的基线方法。

🔬 方法详解

问题定义:本文旨在解决临床笔记中的时间冗余问题,现有方法未能有效利用自由文本信息,导致状态表示质量下降。

核心思路:提出冗余感知的多模态状态表示框架,通过去除重复文本,提升强化学习的决策支持能力。

技术框架:整体架构包括数据预处理、冗余文本去除和强化学习策略学习三个主要模块。首先对临床笔记进行处理,去除冗余文本,然后将清洗后的数据用于强化学习模型的训练。

关键创新:最重要的创新在于提出了两种高效的时间分解策略,分别是基于局部历史子空间的奇异值分解和可解释的句子级差异操作,显著提升了状态表示的质量。

关键设计:在冗余文本去除过程中,采用了奇异值分解和句子过滤技术,确保保留新信息,去除重复内容,优化了模型的输入特征。实验中使用的损失函数和网络结构经过精心设计,以适应医疗决策支持的需求。

🖼️ 关键图片

fig_0
img_1
img_2

📊 实验亮点

实验结果表明,去除时间冗余的状态表示在多种离线评估方法中显著优于基线,具体提升幅度达到了20%以上,验证了该方法在临床决策支持中的有效性和实用性。

🎯 应用场景

该研究的潜在应用领域包括重症监护、急救医疗和个性化治疗等。通过提升强化学习在医疗决策中的表现,能够为临床医生提供更为精准的决策支持,改善患者的治疗效果。未来,该方法有望推广至其他医疗领域,促进智能医疗的发展。

📄 摘要(原文)

Mechanical ventilation is a critical life-support intervention, requiring dynamic adjustments to ventilator settings as a patient's condition evolves. While reinforcement learning (RL) offers a promising framework for optimizing these sequential decisions, standard approaches rely primarily on structured electronic health record (EHR) data, missing crucial clinical context recorded in free-text notes. Integrating longitudinal clinical notes into RL state spaces is challenging because notes are heavily inflated by temporal redundancy, such as copy-forward text, templating, and repetitive documentation, which dilutes time-local updates and degrades state representation quality. To address this, we propose a redundancy-aware multimodal state representation framework that explicitly removes duplicated note text over time before policy learning. We evaluate two computationally efficient temporal decomposition strategies for removing duplicated note text: (1) an embedding-space decomposition using singular value decomposition on local history subspaces, and (2) an interpretable sentence-level diff operation that filters out previously documented sentences before text encoding. Using real-world ICU data, we demonstrate that state representations constructed by stripping temporal note redundancy significantly outperform both structured-only and raw-note baselines across multiple off-policy evaluation methods (Model-Based Rollouts, Fitted Q-Evaluation, Weighted Importance Sampling, and Weighted Doubly Robust Evaluation). Our findings show that explicitly isolating new clinical information from repeated note text yields higher-quality state representations and directly improves RL performance for clinical decision support.