paper-with-me

Papers

U-Netmer: U-Net meets Transformer for medical image segmentation

2023-04-03 · Sheng He, Rina Bao, P. Ellen Grant, Yangming Ou

The combination of the U-Net based deep learning models and Transformer is a new trend for medical image segmentation. U-Net can extract the detailed local semantic and texture information and Transformer can learn the long-rang dependencies among pixels in the input image. However, directly adapting the Transformer for segmentation has `token-flatten" problem (flattens the local patches into 1D tokens which losses the interaction among pixels within local patches) and scale-sensitivity" problem (uses a fixed scale to split the input image into local patches). Compared to directly combining U-Net and Transformer, we propose a new global-local fashion combination of U-Net and Transformer, named U-Netmer, to solve the two problems. The proposed U-Netmer splits an input image into local patches. The global-context information among local patches is learnt by the self-attention mechanism in Transformer and U-Net segments each local patch instead of flattening into tokens to solve the token-flatten" problem. The U-Netmer can segment the input image with different patch sizes with the identical structure and the same parameter. Thus, the U-Netmer can be trained with different patch sizes to solve the ``scale-sensitivity" problem. We conduct extensive experiments in 7 public datasets on 7 organs (brain, heart, breast, lung, polyp, pancreas and prostate) and 4 imaging modalities (MRI, CT, ultrasound, and endoscopy) to show that the proposed U-Netmer can be generally applied to improve accuracy of medical image segmentation. These experimental results show that U-Netmer provides state-of-the-art performance compared to baselines and other models. In addition, the discrepancy among the outputs of U-Netmer with different scales is linearly correlated to the segmentation accuracy which can be considered as a confidence score to rank test images by difficulty without ground-truth.

📄 PDF Abstract BibTeX arXiv:2304.01401

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
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…
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…

Similar Papers 제목 키워드 기반

LViT: Language meets Vision Transformer in Medical Image Segmentation

2022-06-29 · Zihan Li, Yunxiang Li, Qingde Li, Puyang Wang 외

Deep learning has been widely used in medical image segmentation and other aspects. However, the performance of existing medical image segmentation models has been limited by the challenge of obtaining sufficient high-qu…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2

When Swin Transformer Meets KANs: An Improved Transformer Architecture for Medical Image Segmentation

2025-11-06 · Nishchal Sapkota, Haoyan Shi, Yejia Zhang, Xianshi Ma 외 arxiv

Medical image segmentation is critical for accurate diagnostics and treatment planning, but remains challenging due to complex anatomical structures and limited annotated training data. CNN-based segmentation methods exc…

Medical Image Segmentation

HRMedSeg: Unlocking High-resolution Medical Image segmentation via Memory-efficient Attention Modeling

2025-04-08 · Qing Xu, Zhenye Lou, Chenxin Li, Xiangjian He 외

High-resolution segmentation is critical for precise disease diagnosis by extracting micro-imaging information from medical images. Existing transformer-based encoder-decoder frameworks have demonstrated remarkable versa…

DecoderGPUImage SegmentationMedical Image Segmentation+2

SwInception -- Local Attention Meets Convolutions

2026-05-28 · David Hagerman, Roman Naeem, Jakob Lindqvist, Carl Lindström 외 arxiv

Sparse vision transformers have gained popularity as efficient encoders for medical volumetric segmentation, with Swin emerging as a prominent choice. Swin uses local attention to reduce complexity and yields excellent p…

Image Segmentation

When SAM Meets Medical Images: An Investigation of Segment Anything Model (SAM) on Multi-phase Liver Tumor Segmentation

2023-04-17 · Chuanfei Hu, Tianyi Xia, Shenghong Ju, Xinde Li

Learning to segmentation without large-scale samples is an inherent capability of human. Recently, Segment Anything Model (SAM) performs the significant zero-shot image segmentation, attracting considerable attention fro…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+2