paper-with-me

홈 › Papers

Image-to-Text for Medical Reports Using Adaptive Co-Attention and Triple-LSTM Module

2025-03-24 · Yishen Liu, Shengda Liu, Hudan Pan

Medical report generation requires specialized expertise that general large models often fail to accurately capture. Moreover, the inherent repetition and similarity in medical data make it difficult for models to extract meaningful features, resulting in a tendency to overfit. So in this paper, we propose a multimodal model, Co-Attention Triple-LSTM Network (CA-TriNet), a deep learning model that combines transformer architectures with a Multi-LSTM network. Its Co-Attention module synergistically links a vision transformer with a text transformer to better differentiate medical images with similarities, augmented by an adaptive weight operator to catch and amplify image labels with minor similarities. Furthermore, its Triple-LSTM module refines generated sentences using targeted image objects. Extensive evaluations over three public datasets have demonstrated that CA-TriNet outperforms state-of-the-art models in terms of comprehensive ability, even pre-trained large language models on some metrics.

📄 PDF Abstract BibTeX arXiv:2503.18297

Code (0)

등록된 구현이 없습니다.

Tasks

Image to textMedical Report Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

A Comparison of Pre-trained Vision-and-Language Models for Multimodal Representation Learning across Medical Images and Reports

2020-09-03 · Yikuan Li, Hanyin Wang, Yuan Luo

Joint image-text embedding extracted from medical images and associated contextual reports is the bedrock for most biomedical vision-and-language (V+L) tasks, including medical visual question answering, clinical image-t…

Image-text RetrievalMedical Visual Question AnsweringQuestion AnsweringRepresentation Learning+4

Fine-Grained Image-Text Alignment in Medical Imaging Enables Explainable Cyclic Image-Report Generation

2023-12-13 · WenTing Chen, Linlin Shen, Jingyang Lin, Jiebo Luo 외

To address these issues, we propose a novel Adaptive patch-word Matching (AdaMatch) model to correlate chest X-ray (CXR) image regions with words in medical reports and apply it to CXR-report generation to provide explai…

Language ModelingLanguage ModellingLarge Language Model

Self adaptive global-local feature enhancement for radiology report generation

2022-11-21 · Yuhao Wang, Kai Wang, Xiaohong Liu, Tianrun Gao 외

Automated radiology report generation aims at automatically generating a detailed description of medical images, which can greatly alleviate the workload of radiologists and provide better medical services to remote area…

Anatomy

AGA: An adaptive group alignment framework for structured medical cross-modal representation learning

2025-07-31 · Wei Li, Xun Gong, Jiao Li, Xiaobin Sun arxiv

Learning medical visual representations from paired images and reports is a promising direction in representation learning. However, current vision-language pretraining methods in the medical domain often simplify clinic…

Representation LearningContrastive LearningText Retrieval

Cross-modal Contrastive Attention Model for Medical Report Generation

2022-10-01 · COLING 2022 10 · Xiao Song, Xiaodan Zhang, Junzhong Ji, Ying Liu 외

Medical report automatic generation has gained increasing interest recently as a way to help radiologists write reports more efficiently. However, this image-to-text task is rather challenging due to the typical data bia…

Image to textMedical Report Generation