Search papers, labs, and topics across Lattice.
This paper introduces MedCache, a hybrid memory framework designed for longitudinal clinical agents to effectively manage patient information across multiple visits and specialties. The authors evaluate various memory design choices using a benchmark of multi-visit, multi-specialty patient records, revealing that temporal validity and specialty-factorized memory significantly impact reasoning accuracy and efficiency. Their experiments demonstrate that MedCache outperforms both single-agent and multi-agent baselines in terms of reasoning accuracy and memory efficiency, while maintaining generalizability across different model architectures and datasets.
Temporal validity in patient memory design can significantly enhance clinical reasoning accuracy, challenging the notion that more historical data is always better.
Longitudinal clinical agents must maintain an evolving patient state from evidence distributed across visits, time points, and specialties. However, how agent memory should be designed for this setting remains unclear. We introduce a benchmark of multi-visit, multi-specialty patient records that evaluates long-context evidence retrieval, cross-time evidence aggregation, and cross-specialty clinical reasoning. Using this benchmark, we systematically study four memory design choices: curation, organization, retrieval, and memory-augmented reasoning. We find that temporal validity is more important than simply retaining more history; specialty-factorized memory reduces context but can hide shared evidence; and multiple agents help when specialists must reason together, not merely when evidence comes from multiple memories. Guided by these findings, we propose \textit{MedCache}, a hybrid framework that constructs temporally valid patient memory, organizes evidence into overlapping specialty views, routes each query to relevant memories, and adaptively invokes one or multiple specialists. Experiments show that MedCache improves reasoning accuracy and memory efficiency over strong single-agent and multi-agent baselines, while generalizing across model backbones and external datasets.