paper-with-me

홈 › Papers

MedExpMem: Adapting Experience Memory for Differential Diagnosis

2026-05-20 · Qianhan Feng, Zhongzhen Huang, Yakun Zhu, Yannian Gu, Winnie Chiu Wing Chu, Xiaofan Zhang, Qi Dou arxiv

Experienced physicians develop diagnostic expertise through clinical practice, acquiring not only disease knowledge but also the ability to differentiate confusable conditions. Current medical vision-language models (VLMs) lack this capability -- their parameters encode static knowledge that does not evolve across diagnostic encounters. We propose MedExpMem, an experience memory framework enabling VLM-based diagnostic agents to accumulate differential diagnosis expertise. Unlike retrieval-augmented generation, which retrieves encyclopedic disease descriptions, MedExpMem memorizes discriminative experience derived from the agent's own diagnostic failures and organizes them as pairwise differential notes encoding key discriminators, actionable decision rules and reasoning error patterns. The framework adopts a two-phase construction process mirroring physician learning: initial practice exposes knowledge gaps, and reflective re-diagnosis refines understanding. When encountering new cases, the agent retrieves experience memory to guide differential reasoning. We evaluate MedExpMem on a radiology benchmark spanning 11 subspecialties. Results demonstrate consistent accuracy improvements, maximum 7.0%, across diverse models and scales. Analytical experiments validate experience quality and robustness, demonstrating MedExpMem as a competitive method addresses medical adaptation needs beyond the reach of parameteric learning.

📄 PDF Abstract BibTeX arXiv:2605.22872

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProAI: Proactive Multi-Agent Conversational AI with Structured Knowledge Base for Psychiatric Diagnosis

2025-02-28 · Yuqi Wu, Guangya Wan, Jingjing Li, Shengming Zhao 외

Most LLM-driven conversational AI systems operate reactively, responding to user prompts without guiding the interaction. Most LLM-driven conversational AI systems operate reactively, responding to user prompts without g…

DiagnosticResponse Generation

Contrastive learning-based computational histopathology predict differential expression of cancer driver genes

2022-04-25 · Haojie Huang, Gongming Zhou, Xuejun Liu, Lei Deng 외

Digital pathological analysis is run as the main examination used for cancer diagnosis. Recently, deep learning-driven feature extraction from pathology images is able to detect genetic variations and tumor environment, …

Contrastive Learningwhole slide images

Differentially Private Adaptation of Diffusion Models via Noisy Aggregated Embeddings

2024-11-22 · Pura Peetathawatchai, Wei-Ning Chen, Berivan Isik, Sanmi Koyejo 외

We introduce a novel method for adapting diffusion models under differential privacy (DP) constraints, enabling privacy-preserving style and content transfer without fine-tuning model weights. Traditional approaches to p…

Privacy PreservingStyle Transfer

Doctor AI: Predicting Clinical Events via Recurrent Neural Networks

2015-11-18 · Edward Choi, Mohammad Taha Bahadori, Andy Schuetz, Walter F. Stewart 외

Leveraging large historical data in electronic health record (EHR), we developed Doctor AI, a generic predictive model that covers observed medical conditions and medication uses. Doctor AI is a temporal model using recu…

Unifying Dynamic Tool Creation and Cross-Task Experience Sharing through Cognitive Memory Architecture

2025-12-12 · Jiarun Liu, Shiyue Xu, Yang Li, Shangkun Liu 외 arxiv

Large Language Model agents face fundamental challenges in adapting to novel tasks due to limitations in tool availability and experience reuse. Existing approaches either rely on predefined tools with limited coverage o…

Semantic SimilarityCode Generation