[2602.19668] Personalized Longitudinal Medical Report Generation via Temporally-Aware Federated Adaptation
Summary
This article presents a novel framework, FedTAR, for generating personalized longitudinal medical reports using federated learning that accounts for temporal dynamics in patient data.
Why It Matters
The research addresses critical challenges in medical report generation by enhancing privacy through federated learning while improving the accuracy and coherence of reports over time. This is particularly relevant in healthcare settings where patient data privacy is paramount, and understanding disease progression is essential for effective treatment.
Key Takeaways
- Introduces Federated Temporal Adaptation (FTA) to model temporal shifts in patient data.
- Presents FedTAR, which integrates demographic personalization with time-aware aggregation.
- Demonstrates improvements in linguistic accuracy and temporal coherence in medical reports.
- Utilizes large datasets (J-MID and MIMIC-CXR) for validation of the proposed framework.
- Establishes a robust method for privacy-preserving longitudinal modeling in healthcare.
Computer Science > Computer Vision and Pattern Recognition arXiv:2602.19668 (cs) [Submitted on 23 Feb 2026] Title:Personalized Longitudinal Medical Report Generation via Temporally-Aware Federated Adaptation Authors:He Zhu, Ren Togo, Takahiro Ogawa, Kenji Hirata, Minghui Tang, Takaaki Yoshimura, Hiroyuki Sugimori, Noriko Nishioka, Yukie Shimizu, Kohsuke Kudo, Miki Haseyama View a PDF of the paper titled Personalized Longitudinal Medical Report Generation via Temporally-Aware Federated Adaptation, by He Zhu and 10 other authors View PDF HTML (experimental) Abstract:Longitudinal medical report generation is clinically important yet remains challenging due to strict privacy constraints and the evolving nature of disease progression. Although federated learning (FL) enables collaborative training without data sharing, existing FL methods largely overlook longitudinal dynamics by assuming stationary client distributions, making them unable to model temporal shifts across visits or patient-specific heterogeneity-ultimately leading to unstable optimization and suboptimal report generation. We introduce Federated Temporal Adaptation (FTA), a federated setting that explicitly accounts for the temporal evolution of client data. Building upon this setting, we propose FedTAR, a framework that integrates demographic-driven personalization with time-aware global aggregation. FedTAR generates lightweight LoRA adapters from demographic embeddings and performs temporal residual aggregation...