paper-with-me

홈 › Papers

Dynamic Linear Transformer for 3D Biomedical Image Segmentation

2022-06-01 · Zheyuan Zhang, Ulas Bagci

Transformer-based neural networks have surpassed promising performance on many biomedical image segmentation tasks due to a better global information modeling from the self-attention mechanism. However, most methods are still designed for 2D medical images while ignoring the essential 3D volume information. The main challenge for 3D transformer-based segmentation methods is the quadratic complexity introduced by the self-attention mechanism \cite{vaswani2017attention}. In this paper, we propose a novel transformer architecture for 3D medical image segmentation using an encoder-decoder style architecture with linear complexity. Furthermore, we newly introduce a dynamic token concept to further reduce the token numbers for self-attention calculation. Taking advantage of the global information modeling, we provide uncertainty maps from different hierarchy stages. We evaluate this method on multiple challenging CT pancreas segmentation datasets. Our promising results show that our novel 3D Transformer-based segmentor could provide promising highly feasible segmentation performance and accurate uncertainty quantification using single annotation. Code is available https://github.com/freshman97/LinTransUNet.

📄 PDF Abstract BibTeX arXiv:2206.00771

Code (1)

freshman97/lintransunet 공식 구현 pytorch

Tasks

3D Medical Imaging SegmentationDecoderImage SegmentationMedical Image SegmentationPancreas SegmentationSegmentationSemantic SegmentationUncertainty Quantification

Similar Papers 제목 키워드 기반

TTT-Unet: Enhancing U-Net with Test-Time Training Layers for Biomedical Image Segmentation

2024-09-17 · Rong Zhou, Zhengqing Yuan, Zhiling Yan, Weixiang Sun 외

Biomedical image segmentation is crucial for accurately diagnosing and analyzing various diseases. However, Convolutional Neural Networks (CNNs) and Transformers, the most commonly used architectures for this task, strug…

Cell SegmentationImage SegmentationOrgan SegmentationSegmentation+1

ViTBIS: Vision Transformer for Biomedical Image Segmentation

2022-01-15 · Abhinav Sagar

In this paper, we propose a novel network named Vision Transformer for Biomedical Image Segmentation (ViTBIS). Our network splits the input feature maps into three parts with $1\times 1$, $3\times 3$ and $5\times 5$ conv…

DecoderImage SegmentationMRI segmentationOrgan Segmentation+2

VTBIS: Vision Transformer for Biomedical Image Segmentation

2021-07-20 · MICCAI Workshop COMPAY 2021 9 · Anonymous

In this paper, we propose a novel network named Vision Transformer for Biomedical Image Segmentation (VTBIS). Our network splits the input feature maps into three parts with 1 × 1, 3 × 3 and 5 × 5 convolutions in both en…

DecoderImage SegmentationMRI segmentationOrgan Segmentation+2

U-Mamba: Enhancing Long-range Dependency for Biomedical Image Segmentation

2024-01-09 · Jun Ma, Feifei Li, Bo wang

Convolutional Neural Networks (CNNs) and Transformers have been the most popular architectures for biomedical image segmentation, but both of them have limited ability to handle long-range dependencies because of inheren…

Cell SegmentationImage SegmentationMambaOrgan Segmentation+3

xLSTM-UNet can be an Effective 2D & 3D Medical Image Segmentation Backbone with Vision-LSTM (ViL) better than its Mamba Counterpart

2024-07-01 · Tianrun Chen, Chaotao Ding, Lanyun Zhu, Tao Xu 외

Convolutional Neural Networks (CNNs) and Vision Transformers (ViT) have been pivotal in biomedical image segmentation, yet their ability to manage long-range dependencies remains constrained by inherent locality and comp…

3D Medical Imaging Segmentationimage-classificationImage ClassificationImage Segmentation+5