paper-with-me

홈 › Papers

Convolution-Free Medical Image Segmentation using Transformers

2021-02-26 · Davood Karimi, Serge Vasylechko, Ali Gholipour

Like other applications in computer vision, medical image segmentation has been most successfully addressed using deep learning models that rely on the convolution operation as their main building block. Convolutions enjoy important properties such as sparse interactions, weight sharing, and translation equivariance. These properties give convolutional neural networks (CNNs) a strong and useful inductive bias for vision tasks. In this work we show that a different method, based entirely on self-attention between neighboring image patches and without any convolution operations, can achieve competitive or better results. Given a 3D image block, our network divides it into $n^3$ 3D patches, where $n=3 \text{ or } 5$ and computes a 1D embedding for each patch. The network predicts the segmentation map for the center patch of the block based on the self-attention between these patch embeddings. We show that the proposed model can achieve segmentation accuracies that are better than the state of the art CNNs on three datasets. We also propose methods for pre-training this model on large corpora of unlabeled images. Our experiments show that with pre-training the advantage of our proposed network over CNNs can be significant when labeled training data is small.

📄 PDF Abstract BibTeX arXiv:2102.13645

Code (1)

The-AI-Summer/self-attention-cv pytorch

Tasks

Image SegmentationInductive BiasMedical Image SegmentationSegmentationSemantic SegmentationTranslation

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 제목 키워드 기반

ConvTransSeg: A Multi-resolution Convolution-Transformer Network for Medical Image Segmentation

2022-10-13 · Zhendi Gong, Andrew P. French, Guoping Qiu, Xin Chen

Convolutional neural networks (CNNs) achieved the state-of-the-art performance in medical image segmentation due to their ability to extract highly complex feature representations. However, it is argued in recent studies…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation

2021-02-08 · Jieneng Chen, Yongyi Lu, Qihang Yu, Xiangde Luo 외

Medical image segmentation is an essential prerequisite for developing healthcare systems, especially for disease diagnosis and treatment planning. On various medical image segmentation tasks, the u-shaped architecture, …

Cardiac SegmentationDecoderImage SegmentationMedical Image Segmentation+3

CiT-Net: Convolutional Neural Networks Hand in Hand with Vision Transformers for Medical Image Segmentation

2023-06-06 · Tao Lei, Rui Sun, Xuan Wang, Yingbo Wang 외

The hybrid architecture of convolutional neural networks (CNNs) and Transformer are very popular for medical image segmentation. However, it suffers from two challenges. First, although a CNNs branch can capture the loca…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

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

ConvFormer: Plug-and-Play CNN-Style Transformers for Improving Medical Image Segmentation

2023-09-09 · Xian lin, Zengqiang Yan, Xianbo Deng, Chuansheng Zheng 외

Transformers have been extensively studied in medical image segmentation to build pairwise long-range dependence. Yet, relatively limited well-annotated medical image data makes transformers struggle to extract diverse g…

Image SegmentationMedical Image SegmentationSemantic Segmentation