paper-with-me

홈 › Papers

ConvUNeXt: An efficient convolution neural network for medical image segmentation

2022-07-25 · Knowledge-Based Systems 2022 7 · Zhimeng Han, Muwei Jian, Gai-Ge Wang

Recently, ConvNeXts constructing from standard ConvNet modules has produced competitive performance in various image applications. In this paper, an efficient model based on the classical UNet, which can achieve promising results with a low number of parameters, is proposed for medical image segmentation. Inspired by ConvNeXt, the designed model is called ConvUNeXt and towards reduction in the amount of parameters while retaining outstanding segmentation superiority. Specifically, we firstly improved the convolution block of UNet by using large convolution kernels and depth-wise separable convolution to considerably decrease the number of parameters; then residual connections in both encoder and decoder are added and pooling is abandoned via adopting convolution for down-sampling; during skip connection, a lightweight attention mechanism is designed to filter out noise in low-level semantic information and suppress irrelevant features, so that the network can pay more attention to the target area. Compared to the standard UNet, our model has 20% fewer parameters, meanwhile, experimental results on different datasets show that it exhibits superior segmentation performance when the amount of data is scarce or sufficient. Code will be available at https://github.com/1914669687/ConvUNeXt.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ConvNeXt 설명 없음
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 제목 키워드 기반

Iterative Deep Convolutional Encoder-Decoder Network for Medical Image Segmentation

2017-08-11 · Jung Uk Kim, Hak Gu Kim, Yong Man Ro

In this paper, we propose a novel medical image segmentation using iterative deep learning framework. We have combined an iterative learning approach and an encoder-decoder network to improve segmentation results, which …

DecoderDeep LearningImage SegmentationMedical Image Segmentation+2

HC-Mamba: Vision MAMBA with Hybrid Convolutional Techniques for Medical Image Segmentation

2024-05-08 · Jiashu Xu

Automatic medical image segmentation technology has the potential to expedite pathological diagnoses, thereby enhancing the efficiency of patient care. However, medical images often have complex textures and structures, …

Image SegmentationMambaMedical Image SegmentationOrgan Segmentation+2

CE-Net: Context Encoder Network for 2D Medical Image Segmentation

2019-03-07 · Zaiwang Gu, Jun Cheng, Huazhu Fu, Kang Zhou 외

Medical image segmentation is an important step in medical image analysis. With the rapid development of convolutional neural network in image processing, deep learning has been used for medical image segmentation, such …

Cell SegmentationDecoderImage SegmentationMedical Image Analysis+5

DMCNN: A Deep Multiscale Convolutional Neural Network Model for Medical Image Segmentation

2019-12-27 · Journal of Healthcare Engineering 2019 12 · Lin Teng, 1Hang Li, 1and Shahid Karim

Medical image segmentation is one of the hot issues in the related area of image processing. Precise segmentation for medical images is a vital guarantee for follow-up treatment. At present, however, low gray contrast an…

Data AugmentationDecoderImage SegmentationMedical Image Segmentation+2

A Novel Convolutional-Free Method for 3D Medical Imaging Segmentation

2025-02-08 · Canxuan Gang

Segmentation of 3D medical images is a critical task for accurate diagnosis and treatment planning. Convolutional neural networks (CNNs) have dominated the field, achieving significant success in 3D medical image segment…

3D Medical Imaging SegmentationDomain AdaptationImage SegmentationMedical Image Segmentation+2