paper-with-me

홈 › Papers

IP-CRR: Information Pursuit for Interpretable Classification of Chest Radiology Reports

2025-04-30 · Yuyan Ge, Kwan Ho Ryan Chan, Pablo Messina, René Vidal

The development of AI-based methods for analyzing radiology reports could lead to significant advances in medical diagnosis--from improving diagnostic accuracy to enhancing efficiency and reducing workload. However, the lack of interpretability in these methods has hindered their adoption in clinical settings. In this paper, we propose an interpretable-by-design framework for classifying radiology reports. The key idea is to extract a set of most informative queries from a large set of reports and use these queries and their corresponding answers to predict a diagnosis. Thus, the explanation for a prediction is, by construction, the set of selected queries and answers. We use the Information Pursuit framework to select informative queries, the Flan-T5 model to determine if facts are present in the report, and a classifier to predict the disease. Experiments on the MIMIC-CXR dataset demonstrate the effectiveness of the proposed method, highlighting its potential to enhance trust and usability in medical AI.

📄 PDF Abstract BibTeX arXiv:2505.00191

Code (1)

Glourier/IP-CRR 공식 구현 pytorch

Tasks

DiagnosticMedical Diagnosis

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Joint Modeling of Chest Radiographs and Radiology Reports for Pulmonary Edema Assessment

2020-08-22 · Geeticka Chauhan, Ruizhi Liao, William Wells, Jacob Andreas 외

We propose and demonstrate a novel machine learning algorithm that assesses pulmonary edema severity from chest radiographs. While large publicly available datasets of chest radiographs and free-text radiology reports ex…

image-classificationImage ClassificationRepresentation Learning

Effect of Radiology Report Labeler Quality on Deep Learning Models for Chest X-Ray Interpretation

2021-04-01 · Saahil Jain, Akshay Smit, Andrew Y. Ng, Pranav Rajpurkar

Although deep learning models for chest X-ray interpretation are commonly trained on labels generated by automatic radiology report labelers, the impact of improvements in report labeling on the performance of chest X-ra…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Towards Interpretable Radiology Report Generation via Concept Bottlenecks using a Multi-Agentic RAG

2024-12-20 · Hasan Md Tusfiqur Alam, Devansh Srivastav, Md Abdul Kadir, Daniel Sonntag

Deep learning has advanced medical image classification, but interpretability challenges hinder its clinical adoption. This study enhances interpretability in Chest X-ray (CXR) classification by using concept bottleneck …

Classificationimage-classificationImage ClassificationMedical Image Classification+2

Interpretable Artificial Intelligence for Detecting Acute Heart Failure on Acute Chest CT Scans

2025-07-11 · Silas Nyboe Ørting, Kristina Miger, Anne Sophie Overgaard Olesen, Mikael Ploug Boesen 외 arxiv

Introduction: Chest CT scans are increasingly used in dyspneic patients where acute heart failure (AHF) is a key differential diagnosis. Interpretation remains challenging and radiology reports are frequently delayed due…

Agentic Systems in Radiology: Design, Applications, Evaluation, and Challenges

2025-10-10 · Christian Bluethgen, Dave Van Veen, Daniel Truhn, Jakob Nikolas Kather 외 arxiv

Building agents, systems that perceive and act upon their environment with a degree of autonomy, has long been a focus of AI research. This pursuit has recently become vastly more practical with the emergence of large la…

Information Extraction