๐ค AI Summary
This work addresses the challenges in brain tumor radiology report generation, where scarce open-source paired image-text data, hallucination-prone existing methods, and limited interpretability hinder clinical utility. The authors propose a novel two-stage decoupled framework that first extracts deterministic imaging features and then leverages a large language model to generate structured narrative reportsโmarking the first such decoupling in the brain tumor domain. This approach significantly enhances clinical consistency and interpretability of generated reports. The study also introduces BTReport-BraTS, the first synthetic brain tumor radiology report dataset. Generated reports closely align with clinical references, and the extracted imaging features demonstrate strong predictive performance for patient overall survival and IDH mutation status, substantially outperforming current baselines.
๐ Abstract
Recent advances in radiology report generation (RRG) have been driven by large paired image-text datasets; however, progress in neuro-oncology has been limited due to a lack of open paired image-report datasets. Here, we introduce BTReport, an open-source framework for brain tumor RRG that constructs natural language radiology reports using deterministically extracted imaging features. Unlike existing approaches that rely on large general-purpose or fine-tuned vision-language models for both image interpretation and report composition, BTReport performs deterministic feature extraction for image analysis and uses large language models only for syntactic structuring and narrative formatting. By separating RRG into a deterministic feature extraction step and a report generation step, the generated reports are completely interpretable and less prone to hallucinations. We show that the features used for report generation are predictive of key clinical outcomes, including survival and IDH mutation status, and reports generated by BTReport are more closely aligned with reference clinical reports than existing baselines for RRG. Finally, we introduce BTReport-BraTS, a companion dataset that augments BraTS imaging with synthetically generated radiology reports produced with BTReport. Code for this project can be found at https://github.com/KurtLabUW/BTReport.