Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

DDaTR: Dynamic Difference-aware Temporal Residual Network for Longitudinal Radiology Report Generation

Created by
  • Haebom

Author

Shanshan Song, Hui Tang, Honglong Yang, Xiaomeng Li

Outline

This paper proposes a novel dynamic difference-aware temporal residual network (DDaTR) for longitudinal radiology report generation (LRRG). Unlike existing LRRG methods that simply extract features from previous and current images and concatenate them, DDaTR introduces two modules—the dynamic feature alignment module (DFAM) and the dynamic difference recognition module (DDAM)—to capture multi-level spatial correlations. DFAM aligns previous features across multiple images, and DDAM effectively captures inter-examination difference information based on this alignment. Furthermore, it effectively models temporal correlations using the dynamic residual network. Experimental results demonstrate that our proposed method outperforms existing methods across three benchmarks.

Takeaways, Limitations

Takeaways:
A new DDaTR model is proposed to solve the problem of insufficient spatial and temporal correlation of the existing LRRG method, Limitations.
Effectively capture difference information between previous feature alignment and inspection in various images through DFAM and DDAM modules.
Efficient temporal correlation modeling using dynamic residual networks.
Proving its practicality by outperforming existing methods in three benchmarks.
Performance improvements for both RRG and LRRG operations.
Limitations:
Further validation of the generalization performance of the proposed model is needed.
The results may be biased towards certain types of medical images.
Further research is needed to determine its applicability to various diseases and clinical situations.
Potential increase in computational cost due to model complexity.
👍