TRACE: Temporal Radiology with Anatomical Change Explanation for Grounded X-ray Report Generation
OFM Riaz Rahman Aranya, Kevin Desai
TL;DR
This paper addresses the need for temporal reasoning in chest X-ray analysis by introducing TRACE, a model that jointly performs temporal change detection, change classification, and spatial grounding between prior and current studies. TRACE encodes both images with a frozen BioViL-T encoder, fuses their features, and uses a LoRA-tuned Vicuna-7B language model to generate grounded interval-change descriptions. A large temporal grounding dataset is constructed from MIMIC-CXR-JPG and Chest ImaGenome, enabling evaluation of change detection, grounding, natural language generation, and clinical validity. The study reveals an emergent property: change detection only arises when both temporal input and grounding supervision are present, and demonstrates strong grounding (IoU>0.5 mean 0.772) and competitive change-detection performance (48.0% accuracy), along with meaningful clinical reporting.
Abstract
Temporal comparison of chest X-rays is fundamental to clinical radiology, enabling detection of disease progression, treatment response, and new findings. While vision-language models have advanced single-image report generation and visual grounding, no existing method combines these capabilities for temporal change detection. We introduce Temporal Radiology with Anatomical Change Explanation (TRACE), the first model that jointly performs temporal comparison, change classification, and spatial localization. Given a prior and current chest X-ray, TRACE generates natural language descriptions of interval changes (worsened, improved, stable) while grounding each finding with bounding box coordinates. TRACE demonstrates effective spatial localization with over 90% grounding accuracy, establishing a foundation for this challenging new task. Our ablation study uncovers an emergent capability: change detection arises only when temporal comparison and spatial grounding are jointly learned, as neither alone enables meaningful change detection. This finding suggests that grounding provides a spatial attention mechanism essential for temporal reasoning.
