Uncertainty-Guided Latent Diagnostic Trajectory Learning for Sequential Clinical Diagnosis

arXiv cs.AI / 4/8/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses sequential clinical diagnosis under uncertainty by explicitly modeling how patient evidence (tests/observations) should be acquired over time rather than assuming fully observed inputs.
  • It proposes a Latent Diagnostic Trajectory Learning (LDTL) framework that uses a planning LLM agent and a diagnostic LLM agent, treating evidence-acquisition action sequences as latent trajectories.
  • The method introduces a posterior distribution that prioritizes trajectories expected to provide more diagnostic information, training the planning agent to follow it to reduce uncertainty coherently.
  • Experiments on the MIMIC-CDM benchmark show improved diagnostic accuracy in a sequential diagnosis setting and fewer diagnostic tests compared with existing baselines.
  • Ablation results indicate that aligning the model’s trajectory-level posterior is crucial for obtaining the reported performance gains.

Abstract

Clinical diagnosis requires sequential evidence acquisition under uncertainty. However, most Large Language Model (LLM) based diagnostic systems assume fully observed patient information and therefore do not explicitly model how clinical evidence should be sequentially acquired over time. Even when diagnosis is formulated as a sequential decision process, it is still challenging to learn effective diagnostic trajectories. This is because the space of possible evidence-acquisition paths is relatively large, while clinical datasets rarely provide explicit supervision information for desirable diagnostic paths. To this end, we formulate sequential diagnosis as a Latent Diagnostic Trajectory Learning (LDTL) framework based on a planning LLM agent and a diagnostic LLM agent. For the diagnostic LLM agent, diagnostic action sequences are treated as latent paths and we introduce a posterior distribution that prioritizes trajectories providing more diagnostic information. The planning LLM agent is then trained to follow this distribution, encouraging coherent diagnostic trajectories that progressively reduce uncertainty. Experiments on the MIMIC-CDM benchmark demonstrate that our proposed LDTL framework outperforms existing baselines in diagnostic accuracy under a sequential clinical diagnosis setting, while requiring fewer diagnostic tests. Furthermore, ablation studies highlight the critical role of trajectory-level posterior alignment in achieving these improvements.