AI Agents 相关度: 9/10

CarePilot: A Multi-Agent Framework for Long-Horizon Computer Task Automation in Healthcare

Akash Ghosh, Tajamul Ashraf, Rishu Kumar Singh, Numan Saeed, Sriparna Saha, Xiuying Chen, Salman Khan
arXiv: 2603.24157v1 发布: 2026-03-25 更新: 2026-03-25

AI 摘要

CarePilot提出了一种多智能体框架,用于医疗领域长期计算机任务自动化,优于现有模型。

主要贡献

  • 提出了CareFlow医疗领域长程任务自动化基准
  • 设计了基于Actor-Critic的CarePilot多智能体框架
  • 验证了CarePilot在医疗任务自动化中的优越性

方法论

CarePilot采用Actor-Critic框架,Actor使用双记忆机制预测动作,Critic评估并纠正动作,通过迭代模拟学习。

原文摘要

Multimodal agentic pipelines are transforming human-computer interaction by enabling efficient and accessible automation of complex, real-world tasks. However, recent efforts have focused on short-horizon or general-purpose applications (e.g., mobile or desktop interfaces), leaving long-horizon automation for domain-specific systems, particularly in healthcare, largely unexplored. To address this, we introduce CareFlow, a high-quality human-annotated benchmark comprising complex, long-horizon software workflows across medical annotation tools, DICOM viewers, EHR systems, and laboratory information systems. On this benchmark, existing vision-language models (VLMs) perform poorly, struggling with long-horizon reasoning and multi-step interactions in medical contexts. To overcome this, we propose CarePilot, a multi-agent framework based on the actor-critic paradigm. The Actor integrates tool grounding with dual-memory mechanisms (long-term and short-term experience) to predict the next semantic action from the visual interface and system state. The Critic evaluates each action, updates memory based on observed effects, and either executes or provides corrective feedback to refine the workflow. Through iterative agentic simulation, the Actor learns to perform more robust and reasoning-aware predictions during inference. Our experiments show that CarePilot achieves state-of-the-art performance, outperforming strong closed-source and open-source multimodal baselines by approximately 15.26% and 3.38%, respectively, on our benchmark and out-of-distribution dataset.

标签

AI Agents Multimodal Learning Healthcare Automation

arXiv 分类

cs.CV