paper-with-me

Papers

Contrastive Learning with Counterfactual Explanations for Radiology Report Generation

2024-07-19 · Mingjie Li, Haokun Lin, Liang Qiu, Xiaodan Liang, Ling Chen, Abdulmotaleb Elsaddik, Xiaojun Chang

Due to the common content of anatomy, radiology images with their corresponding reports exhibit high similarity. Such inherent data bias can predispose automatic report generation models to learn entangled and spurious representations resulting in misdiagnostic reports. To tackle these, we propose a novel \textbf{Co}unter\textbf{F}actual \textbf{E}xplanations-based framework (CoFE) for radiology report generation. Counterfactual explanations serve as a potent tool for understanding how decisions made by algorithms can be changed by asking ``what if'' scenarios. By leveraging this concept, CoFE can learn non-spurious visual representations by contrasting the representations between factual and counterfactual images. Specifically, we derive counterfactual images by swapping a patch between positive and negative samples until a predicted diagnosis shift occurs. Here, positive and negative samples are the most semantically similar but have different diagnosis labels. Additionally, CoFE employs a learnable prompt to efficiently fine-tune the pre-trained large language model, encapsulating both factual and counterfactual content to provide a more generalizable prompt representation. Extensive experiments on two benchmarks demonstrate that leveraging the counterfactual explanations enables CoFE to generate semantically coherent and factually complete reports and outperform in terms of language generation and clinical efficacy metrics.

📄 PDF Abstract BibTeX arXiv:2407.14474

Code (0)

등록된 구현이 없습니다.

Tasks

AnatomyContrastive LearningcounterfactualLanguage ModelingLanguage ModellingLarge Language ModelText Generation

Similar Papers 제목 키워드 기반

Weakly Supervised Contrastive Learning for Chest X-Ray Report Generation

2021-09-25 · Findings (EMNLP) 2021 11 · An Yan, Zexue He, Xing Lu, Jiang Du 외

Radiology report generation aims at generating descriptive text from radiology images automatically, which may present an opportunity to improve radiology reporting and interpretation. A typical setting consists of train…

Contrastive LearningDescriptiveMedical Report GenerationText Generation

Retrieval Augmented Chest X-Ray Report Generation using OpenAI GPT models

2023-05-05 · Mercy Ranjit, Gopinath Ganapathy, Ranjit Manuel, Tanuja Ganu

We propose Retrieval Augmented Generation (RAG) as an approach for automated radiology report writing that leverages multimodally aligned embeddings from a contrastively pretrained vision language model for retrieval of …

Instruction FollowingLanguage ModelingLanguage ModellingRAG+2

CRRG-CLIP: Automatic Generation of Chest Radiology Reports and Classification of Chest Radiographs

2024-12-31 · Jianfei Xu, Thanet Markchom, HuiZhi Liang

The complexity of stacked imaging and the massive number of radiographs make writing radiology reports complex and inefficient. Even highly experienced radiologists struggle to maintain accuracy and consistency in interp…

Classification

Rethinking Radiology Report Generation via Causal Inspired Counterfactual Augmentation

2023-11-22 · Xiao Song, Jiafan Liu, Yun Li, Yan Liu 외

Radiology Report Generation (RRG) draws attention as a vision-and-language interaction of biomedical fields. Previous works inherited the ideology of traditional language generation tasks, aiming to generate paragraphs w…

counterfactualSentenceText Generation

Multimodal Image-Text Matching Improves Retrieval-based Chest X-Ray Report Generation

2023-03-29 · Jaehwan Jeong, Katherine Tian, Andrew Li, Sina Hartung 외

Automated generation of clinically accurate radiology reports can improve patient care. Previous report generation methods that rely on image captioning models often generate incoherent and incorrect text due to their la…

Image CaptioningImage-text matchingRetrievalText Matching