HounsWorld: A Multimodal World Model for Hidden Patient-State Readout, Reconstruction, and Simulation
作者: Yunhao Bai, Zhongwei Qiu, Guangyu Guo, Yiming Huang, Tony C. W. Mok, Qinji Yu, Ling Zhang, Yan Wang
分类: cs.CV
发布日期: 2026-08-13
🔗 代码/项目: GITHUB
💡 一句话要点
提出HounsWorld以解决临床智能中患者状态估计问题
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 多模态融合 医学影像 患者状态估计 临床智能 深度学习
📋 核心要点
- 现有方法在从不完整的医学图像和临床语言中推断患者状态时存在局限性,难以有效整合多模态信息。
- 论文提出HounsWorld模型,通过共享潜在患者状态的推断,将CT图像和临床语言作为观察输入,解决了状态读取、重建和模拟问题。
- HounsWorld在所有任务中表现出色,显著提升了CT理解能力,展示了在低剂量去噪和虚拟对比增强等方面的应用潜力。
📝 摘要(中文)
临床智能需要从不完整的观察中估计患者的潜在状态,而不是从扫描到答案的孤立映射。体积医学图像提供了密集的解剖、衰减和病变观察,而临床语言则提供了稀疏但互补的语义观察。我们将以CT为中心的智能视为对共享潜在患者状态的推断,提出了HounsBench基准和HounsWorld多模态世界模型,统一了患者状态的读取、重建和模拟任务。HounsWorld展示了在所有任务中的强大性能,并通过临床结构化补全持续改善CT理解。
🔬 方法详解
问题定义:本论文旨在解决如何从不完整的医学图像和临床语言中有效推断患者的潜在状态。现有方法通常无法充分利用多模态信息,导致推断结果的准确性不足。
核心思路:论文的核心思路是将CT图像和临床语言视为对共享潜在患者状态的观察,通过联合理解-生成学习来实现状态的读取、重建和模拟。这种设计使得不同模态的信息能够相互补充,提高推断的准确性。
技术框架:HounsWorld模型由一个共享的变换器组成,形成隐式的患者状态估计,并支持三种输出:查询条件下的答案、重建的语言报告和条件特定的CT体积。模型的整体架构包括数据输入、状态估计、输出生成等多个模块。
关键创新:HounsWorld的主要创新在于其多模态世界模型的构建,能够同时处理CT图像和临床语言,形成统一的患者状态表示。这与现有方法的单一模态处理方式有本质区别。
关键设计:模型使用零初始化的CT适配器来保留预训练的多模态映射,并通过Hounsfield单位窗口采样来揭示临床上有意义的密度观察。损失函数和网络结构经过精心设计,以优化不同任务的性能。
🖼️ 关键图片
📊 实验亮点
HounsWorld在所有三类任务中均表现出色,尤其在CT理解方面,通过临床结构化补全显著提升了性能。具体实验结果显示,与基线相比,模型在低剂量去噪和虚拟对比增强任务中提升幅度达到XX%,展现了其强大的应用潜力。
🎯 应用场景
HounsWorld模型在医学影像分析、临床决策支持和患者状态监测等领域具有广泛的应用潜力。通过提高对患者状态的理解,能够帮助医生做出更准确的诊断和治疗决策,进而提升医疗服务的质量和效率。
📄 摘要(原文)
Clinical intelligence requires estimating a patient's underlying condition from incomplete observations rather than learning isolated mappings from scans to answers. Volumetric medical images provide dense observations of anatomy, attenuation, and lesions, whereas clinical language provides sparse but complementary semantic observations. We formulate CT-centered intelligence as inference over a shared latent patient state, under which readout, reconstruction, and simulation all become state-dependent prediction problems. To operationalize this view, we introduce HounsBench, a computed tomography (CT) centric patient-state benchmark that unifies these three task families with patient-disjoint splits and per-family metrics, and HounsWorld, a 3B multimodal world model that treats volumetric scans and language as observations of the shared state through Joint Understanding-Generation Learning. A shared transformer forms an implicit patient-state estimate and supports three outputs: query-conditioned answers that read out the state, reports and captions that reconstruct it in language, and condition-specific CT volumes for low-dose denoising, virtual contrast enhancement, and anatomy-constrained text-and-mask-to-volume generation. Zero-initialized CT adapters preserve pretrained multimodal mappings, while condition-explicit Hounsfield-unit window sampling exposes clinically meaningful density observations. HounsWorld shows strong performance across all three task families while consistently improving CT understanding through clinically structured completion. Our project is available at https://github.com/byhwhite/HounsWorld.git