paper-with-me

홈 › Papers

TransMed: Transformers Advance Multi-modal Medical Image Classification

2021-03-10 · Yin Dai, Yifan Gao

Over the past decade, convolutional neural networks (CNN) have shown very competitive performance in medical image analysis tasks, such as disease classification, tumor segmentation, and lesion detection. CNN has great advantages in extracting local features of images. However, due to the locality of convolution operation, it can not deal with long-range relationships well. Recently, transformers have been applied to computer vision and achieved remarkable success in large-scale datasets. Compared with natural images, multi-modal medical images have explicit and important long-range dependencies, and effective multi-modal fusion strategies can greatly improve the performance of deep models. This prompts us to study transformer-based structures and apply them to multi-modal medical images. Existing transformer-based network architectures require large-scale datasets to achieve better performance. However, medical imaging datasets are relatively small, which makes it difficult to apply pure transformers to medical image analysis. Therefore, we propose TransMed for multi-modal medical image classification. TransMed combines the advantages of CNN and transformer to efficiently extract low-level features of images and establish long-range dependencies between modalities. We evaluated our model for the challenging problem of preoperative diagnosis of parotid gland tumors, and the experimental results show the advantages of our proposed method. We argue that the combination of CNN and transformer has tremendous potential in a large number of medical image analysis tasks. To our best knowledge, this is the first work to apply transformers to medical image classification.

📄 PDF Abstract BibTeX arXiv:2103.05940

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationLesion DetectionMedical Image AnalysisMedical Image ClassificationTumor Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

TransMedSeg: A Transferable Semantic Framework for Semi-Supervised Medical Image Segmentation

2025-05-20 · Mengzhu Wang, Jiao Li, Shanshan Wang, Long Lan 외

Semi-supervised learning (SSL) has achieved significant progress in medical image segmentation (SSMIS) through effective utilization of limited labeled data. While current SSL methods for medical images predominantly rel…

Image SegmentationMedical Image AnalysisMedical Image SegmentationRepresentation Learning+2

Embedding Radiomics into Vision Transformers for Multimodal Medical Image Classification

2025-04-15 · Zhenyu Yang, Haiming Zhu, Rihui Zhang, Haipeng Zhang 외

Background: Deep learning has significantly advanced medical image analysis, with Vision Transformers (ViTs) offering a powerful alternative to convolutional models by modeling long-range dependencies through self-attent…

image-classificationImage ClassificationMedical Image AnalysisMedical Image Classification+1

Deformable Cross-Attention Transformer for Medical Image Registration

2023-03-10 · Junyu Chen, Yihao Liu, Yufan He, Yong Du

Transformers have recently shown promise for medical image applications, leading to an increasing interest in developing such models for medical image registration. Recent advancements in designing registration Transform…

Image RegistrationMedical Image Registration

A Data-scalable Transformer for Medical Image Segmentation: Architecture, Model Efficiency, and Benchmark

2022-02-28 · Yunhe Gao, Mu Zhou, Di Liu, Zhennan Yan 외

Transformers have demonstrated remarkable performance in natural language processing and computer vision. However, existing vision Transformers struggle to learn from limited medical data and are unable to generalize on …

Image SegmentationInductive BiasMedical Image SegmentationSegmentation+1

A Survey of Deep Learning-based Radiology Report Generation Using Multimodal Data

2024-05-21 · Xinyi Wang, Grazziela Figueredo, Ruizhe Li, Wei Emma Zhang 외

Automatic radiology report generation can alleviate the workload for physicians and minimize regional disparities in medical resources, therefore becoming an important topic in the medical image analysis field. It is a c…

Contrastive LearningKnowledge Base ConstructionMedical Image AnalysisSurvey