Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/28 04:00:00

DeepLens Diagnosis Agent: Agentic Workflow Design Lets a Small Reasoning Model Compete with Frontier LLMs

AI 中文解读
DeepLens Diagnosis Agent来了!它用一个小型医疗模型配合巧妙的工作流程设计,在诊断准确率上竟然击败了行业顶尖的大模型,成本还低了一大截。 通俗解读:以往AI看病就像直接猜答案,容易出错。这个新系统把诊断过程拆成五个步骤,像医生一样先提取症状、再查资料、列出可能病因、交叉验证证据,最后给出诊断结论。整个过程透明可查,每步都能看到推理过程。结果令人惊喜:装上这套工作流的模型,准确率从24%飙升到60%,比更贵更大的模型还要高出近10个百分点,每次诊断成本却只有7厘钱。 实际影响:这意味着AI医疗诊断将变得更可靠、更便宜。普通患者未来可能用更低成本获得接近专家水平的初步诊断建议,而且AI会清晰展示每一步推理依据,方便医生核对。对于医院和诊所,这项技术能帮助减少误诊率,同时避免被“黑箱”AI误导。当医疗AI不再是“猜谜”,而是像资深医生一样有条理地分析病情时,我们离安全、可负担的智能诊疗就更近了一步。
arXiv:2607.22555v1 Announce Type: new Abstract: Medical diagnosis is a multi-stage process: extract facts, consult knowledge, generate a differential analysis, and select the best diagnosis with explanations. Frontier LLMs are strong generalists, but single-shot prompting often yields brittle diagnostic reasoning. We present the DeepLens Diagnosis Agent, a five-stage harnessing pipeline (combining model capabilities with disciplined process constraints) centered on a small medical reasoning model (JSL Medical Small 7B v2) and retrieval-augmented generation (RAG). The pipeline enforces structured clinical extraction, disciplined retrieval, constrained candidate generation, explicit evidence triangulation, and an auditable final decision. On the 915-case DiagnosisArena benchmark, the agent achieved 60.14% top-1 diagnostic accuracy, the highest among small and medium-sized models. The same model without the agent workflow achieved 23.99%, a +36-point gain from workflow design alone, despite 88.2% on standard medical benchmarks, showing that diagnostic reasoning under uncertainty requires more than knowledge recall. The agent costs USD 0.0072 per case (24K tokens on A100) with 24-second latency, 35-45% cheaper than Claude Sonnet 4.5 (USD 0.0110) and Gemini 3.1 Pro (USD 0.0128) while outperforming them by +9.70pp and +9.17pp. Harnessing can also correct frontier model failures; workflow constraints can outweigh parameter count or API cost. Beyond aggregate accuracy, the pipeline produces structured intermediate artifacts that make each stage inspectable and support error localization. These properties support high-stakes settings where traceability, reproducibility, and auditable evidence matter alongside benchmark performance.
分享
阅读原文