paper-with-me

홈 › Papers

Medical Transformer: Gated Axial-Attention for Medical Image Segmentation

2021-02-21 · Jeya Maria Jose Valanarasu, Poojan Oza, Ilker Hacihaliloglu, Vishal M. Patel

Over the past decade, Deep Convolutional Neural Networks have been widely adopted for medical image segmentation and shown to achieve adequate performance. However, due to the inherent inductive biases present in the convolutional architectures, they lack understanding of long-range dependencies in the image. Recently proposed Transformer-based architectures that leverage self-attention mechanism encode long-range dependencies and learn representations that are highly expressive. This motivates us to explore Transformer-based solutions and study the feasibility of using Transformer-based network architectures for medical image segmentation tasks. Majority of existing Transformer-based network architectures proposed for vision applications require large-scale datasets to train properly. However, compared to the datasets for vision applications, for medical imaging the number of data samples is relatively low, making it difficult to efficiently train transformers for medical applications. To this end, we propose a Gated Axial-Attention model which extends the existing architectures by introducing an additional control mechanism in the self-attention module. Furthermore, to train the model effectively on medical images, we propose a Local-Global training strategy (LoGo) which further improves the performance. Specifically, we operate on the whole image and patches to learn global and local features, respectively. The proposed Medical Transformer (MedT) is evaluated on three different medical image segmentation datasets and it is shown that it achieves better performance than the convolutional and other related transformer-based architectures. Code: https://github.com/jeya-maria-jose/Medical-Transformer

📄 PDF Abstract BibTeX arXiv:2102.10662

Code (2)

jeya-maria-jose/Medical-Transformer 공식 구현 pytorch
dani-capellan/ptb_lungregionextractor pytorch

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

Axial Attention Transformer Networks: A New Frontier in Breast Cancer Detection

2024-09-18 · Weijie He, Runyuan Bao, Yiru Cang, Jianjun Wei 외

This paper delves into the challenges and advancements in the field of medical image segmentation, particularly focusing on breast cancer diagnosis. The authors propose a novel Transformer-based segmentation model that a…

Breast Cancer DetectionComputational EfficiencyImage SegmentationMedical Image Segmentation+2

Axial-Centric Cross-Plane Attention for 3D Medical Image Classification

2026-02-25 · Doyoung Park, Jinsoo Kim, Lohendran Baskaran arxiv

Abridged: Clinicians commonly interpret 3D medical images by examining multiple anatomical planes rather than relying on volumetric views. In clinical CT workflows, the axial plane often serves as the primary diagnostic …

Medical Image Classification

MCANet: Medical Image Segmentation with Multi-Scale Cross-Axis Attention

2023-12-14 · Hao Shao, Quansheng Zeng, Qibin Hou, Jufeng Yang

Efficiently capturing multi-scale information and building long-range dependencies among pixels are essential for medical image segmentation because of the various sizes and shapes of the lesion regions or organs. In thi…

Image SegmentationLesion SegmentationMedical Image SegmentationOrgan Segmentation+3

AFTer-UNet: Axial Fusion Transformer UNet for Medical Image Segmentation

2021-10-20 · Xiangyi Yan, Hao Tang, Shanlin Sun, Haoyu Ma 외

Recent advances in transformer-based models have drawn attention to exploring these techniques in medical image segmentation, especially in conjunction with the U-Net model (or its variants), which has shown great succes…

DecoderGPUImage SegmentationMedical Image Segmentation+3

Parameter-Efficient Transformer with Hybrid Axial-Attention for Medical Image Segmentation

2022-11-17 · Yiyue Hu, Lei Zhang, Nan Mu, Lei Liu

Transformers have achieved remarkable success in medical image analysis owing to their powerful capability to use flexible self-attention mechanism. However, due to lacking intrinsic inductive bias in modeling visual str…

feature selectionImage SegmentationInductive BiasMedical Image Analysis+3