CXRAgent: Director-Orchestrated Multi-Stage Reasoning for Chest X-Ray Interpretation.
Authors
Abstract
Chest X-ray (CXR) plays a pivotal role in clinical diagnosis, and a variety of task-specific and foundation models have been developed for CXR interpretation. However, these models often struggle to adapt to new diagnostic tasks and complex reasoning scenarios. Recently, LLM-based agents have emerged as a promising paradigm for CXR analysis, enhancing model's capability via tool coordination, multi-step reasoning, and team collaboration, etc. However, existing agents often rely on a single diagnostic pipeline and lack mechanisms for assessing tools' reliability, limiting their adaptability and credibility. To this end, we propose CXRAgent, a director-orchestrated, multi-stage agent for CXR interpretation, where a central director coordinates the following stages: (1) Tool Invocation: The agent strategically orchestrates a set of CXR-analysis tools, with outputs normalized and verified by the Evidence-driven Validator (EDV), grounding diagnostic outputs with visual evidence to support reliable downstream diagnosis; (2) Diagnostic Planning: Guided by task requirements and intermediate findings, the agent formulates a targeted diagnostic plan, assembles an expert team, defines member roles, and coordinates their interactions to enable adaptive collaborative reasoning; (3) Collaborative Decision-making: The agent integrates insights from the expert team with accumulated contextual memories, synthesizing them into an evidence-backed conclusion. Experiments on diverse tasks show that CXRAgent achieves strong performance with reliable visual grounding, attaining overall accuracies of 67.0% on CheXbench and 75.6% on Medical-CXR-VQA, and a RaTEScore of 0.569 on MIMIC-CXR for report generation. Code and data are available at this link.