paper-with-me

Papers

Echo-CoPilot: A Multiple-Perspective Agentic Framework for Reliable Echocardiography Interpretation

2025-12-06 · Moein Heidari, Ali Mehrabian, Mohammad Amin Roohi, Wenjin Chen, David J. Foran, Jasmine Grewal, Ilker Hacihaliloglu arxiv

Echocardiography interpretation requires integrating multi-view temporal evidence with quantitative measurements and guideline-grounded reasoning, yet existing foundation-model pipelines largely solve isolated subtasks and fail when tool outputs are noisy or values fall near clinical cutoffs. We propose Echo-CoPilot, an end-to-end agentic framework that combines a multi-perspective workflow with knowledge-graph guided measurement selection. Echo-CoPilot runs three independent ReAct-style agents, structural, pathological, and quantitative, that invoke specialized echocardiography tools to extract parameters while querying EchoKG to determine which measurements are required for the clinical question and which should be avoided. A self-contrast language model then compares the evidence-grounded perspectives, generates a discrepancy checklist, and re-queries EchoKG to apply the appropriate guideline thresholds and resolve conflicts, reducing hallucinated measurement selection and borderline flip-flops. On MIMICEchoQA, Echo-CoPilot provides higher accuracy compared to SOTA baselines and, under a stochasticity stress test, achieves higher reliability through more consistent conclusions and fewer answer changes across repeated runs. Our code is publicly available at~\href{https://github.com/moeinheidari7829/Echo-CoPilot}{\textcolor{magenta}{GitHub}}.

📄 PDF Abstract BibTeX arXiv:2512.09944

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TimeCopilot

2025-08-30 · Azul Garza, Renée Rosillo arxiv

We introduce TimeCopilot, the first open-source agentic framework for forecasting that combines multiple Time Series Foundation Models (TSFMs) with Large Language Models (LLMs) through a single unified API. TimeCopilot a…

Agentic Meta-Orchestrator for Multi-task Copilots

2025-10-26 · Xiaofeng Zhu, Yunshen Zhou arxiv

Microsoft Copilot suites serve as the universal entry point for various agents skilled in handling important tasks, ranging from assisting a customer with product purchases to detecting vulnerabilities in corporate progr…

EchoLeak: The First Real-World Zero-Click Prompt Injection Exploit in a Production LLM System

2025-09-06 · Pavan Reddy, Aditya Sanjay Gujral arxiv

Large language model (LLM) assistants are increasingly integrated into enterprise workflows, raising new security concerns as they bridge internal and external data sources. This paper presents an in-depth case study of …

Multi-Agent Geospatial Copilots for Remote Sensing Workflows

2025-01-27 · Chaehong Lee, Varatheepan Paramanayakam, Andreas Karatzas, Yanan Jian 외

We present GeoLLM-Squad, a geospatial Copilot that introduces the novel multi-agent paradigm to remote sensing (RS) workflows. Unlike existing single-agent approaches that rely on monolithic large language models (LLM), …

Beyond Autocomplete: Designing CopilotLens Towards Transparent and Explainable AI Coding Agents

2025-06-24 · Runlong Ye, Zeling Zhang, Boushra Almazroua, Michael Liut

AI-powered code assistants are widely used to generate code completions, significantly boosting developer productivity. However, these tools typically present suggestions without explaining their rationale, leaving their…

Code CompletionDecision Making