CVMar 25

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

arXiv:2603.2415789.51 citationsh-index: 10Has Code
AI Analysis

This addresses a critical need for efficient automation in healthcare systems, but it is incremental as it builds on existing agentic paradigms for a specific domain.

The paper tackles the problem of automating long-horizon computer tasks in healthcare, which existing methods struggle with, and introduces CarePilot, a multi-agent framework that achieves state-of-the-art performance, outperforming baselines by approximately 15.26% and 3.38% on benchmark and out-of-distribution datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes