paper-with-me

홈 › Papers

Patch Network for medical image Segmentation

2023-02-23 · Weihu Song, Heng Yu, Jianhua Wu

Accurate and fast segmentation of medical images is clinically essential, yet current research methods include convolutional neural networks with fast inference speed but difficulty in learning image contextual features, and transformer with good performance but high hardware requirements. In this paper, we present a Patch Network (PNet) that incorporates the Swin Transformer notion into a convolutional neural network, allowing it to gather richer contextual information while achieving the balance of speed and accuracy. We test our PNet on Polyp(CVC-ClinicDB and ETIS- LaribPolypDB), Skin(ISIC-2018 Skin lesion segmentation challenge dataset) segmentation datasets. Our PNet achieves SOTA performance in both speed and accuracy.

📄 PDF Abstract BibTeX arXiv:2302.11802

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…

Similar Papers 제목 키워드 기반

Fast and Accurate 3D Medical Image Segmentation with Data-swapping Method

2018-12-19 · Haruki Imai, Samuel Matzek, Tung D. Le, Yasushi Negishi 외

Deep neural network models used for medical image segmentation are large because they are trained with high-resolution three-dimensional (3D) images. Graphics processing units (GPUs) are widely used to accelerate the tra…

CPUGPUImage SegmentationMedical Image Segmentation+2

AMLP:Adaptive Masking Lesion Patches for Self-supervised Medical Image Segmentation

2023-09-08 · Xiangtao Wang, Ruizhi Wang, Jie zhou, Thomas Lukasiewicz 외

Self-supervised masked image modeling has shown promising results on natural images. However, directly applying such methods to medical images remains challenging. This difficulty stems from the complexity and distinct c…

Image SegmentationMedical Image SegmentationRepresentation LearningSegmentation+1

Cross-level Contrastive Learning and Consistency Constraint for Semi-supervised Medical Image Segmentation

2022-02-08 · Xinkai Zhao, Chaowei Fang, De-Jun Fan, Xutao Lin 외

Semi-supervised learning (SSL), which aims at leveraging a few labeled images and a large number of unlabeled images for network training, is beneficial for relieving the burden of data annotation in medical image segmen…

Contrastive LearningImage SegmentationLesion SegmentationMedical Image Segmentation+4

Patch-MoE Mamba: A Patch-Ordered Mixture-of-Experts State Space Architecture for Medical Image Segmentation

2026-05-18 · Diego Adame, Fabian Vazquez, Jose A. Nunez, Huimin Li 외 arxiv

CNN- and Transformer-based architectures have achieved strong performance in medical image segmentation, but CNNs are limited in modeling long-range dependencies, while Transformers often suffer from quadratic computatio…

Medical Image SegmentationSkin Lesion SegmentationPolyp Segmentation

Tumor-Centered Patching for Enhanced Medical Image Segmentation

2023-08-23 · Mutyyba Asghar, Ahmad Raza Shahid, Akhtar Jamil, Kiran Aftab 외

The realm of medical image diagnosis has advanced significantly with the integration of computer-aided diagnosis and surgical systems. However, challenges persist, particularly in achieving precise image segmentation. Wh…

Computational EfficiencyImage SegmentationMedical Image SegmentationSegmentation+2