paper-with-me

Papers

Should we Replace CNNs with Transformers for Medical Images?

2021-09-29 · Christos Matsoukas, Johan Fredin Haslum, Moein Sorkhei, Magnus Soderberg, Kevin Smith

Convolutional Neural Networks (CNNs) have reigned for a decade as the de facto approach to automated medical image diagnosis, pushing the state-of-the-art in classification, detection and segmentation tasks. Recently, vision transformers (ViTs) have appeared as a competitive alternative to CNNs, yielding impressive levels of performance in the natural image domain, while possessing several interesting properties that could prove beneficial for medical imaging tasks. In this work, we explore whether it is feasible to switch to transformer-based models in the medical imaging domain as well, or if we should keep working with CNNs - can we trivially replace CNNs with transformers? We consider this question in a series of experiments on several standard medical image benchmark datasets and tasks. Our findings show that, while CNNs perform better if trained from scratch, off-the-shelf vision transformers are on par with CNNs when pretrained on ImageNet in both classification and segmentation tasks. Further, ViTs often outperform their CNN counterparts when pretrained using self-supervision.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Similar Papers 제목 키워드 기반

Is it Time to Replace CNNs with Transformers for Medical Images?

2021-08-20 · Christos Matsoukas, Johan Fredin Haslum, Magnus Söderberg, Kevin Smith

Convolutional Neural Networks (CNNs) have reigned for a decade as the de facto approach to automated medical image diagnosis. Recently, vision transformers (ViTs) have appeared as a competitive alternative to CNNs, yield…

Transformer Utilization in Medical Image Segmentation Networks

2023-04-09 · Saikat Roy, Gregor Koehler, Michael Baumgartner, Constantin Ulrich 외

Owing to success in the data-rich domain of natural images, Transformers have recently become popular in medical image segmentation. However, the pairing of Transformers with convolutional blocks in varying architectural…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Pretrained ViTs Yield Versatile Representations For Medical Images

2023-03-13 · Christos Matsoukas, Johan Fredin Haslum, Moein Sorkhei, Magnus Söderberg 외

Convolutional Neural Networks (CNNs) have reigned for a decade as the de facto approach to automated medical image diagnosis, pushing the state-of-the-art in classification, detection and segmentation tasks. Over the las…

image-classificationImage ClassificationMedical Image Classification

Transformer-CNN Fused Architecture for Enhanced Skin Lesion Segmentation

2024-01-10 · Siddharth Tiwari

The segmentation of medical images is important for the improvement and creation of healthcare systems, particularly for early disease detection and treatment planning. In recent years, the use of convolutional neural ne…

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentation+2

Data-Efficient Training of CNNs and Transformers with Coresets: A Stability Perspective

2023-03-03 · Animesh Gupta, Irtiza Hasan, Dilip K. Prasad, Deepak K. Gupta

Coreset selection is among the most effective ways to reduce the training time of CNNs, however, only limited is known on how the resultant models will behave under variations of the coreset size, and choice of datasets …

BenchmarkingImage ClassificationOpen-Ended Question Answering