paper-with-me

Papers

DRU-net: An Efficient Deep Convolutional Neural Network for Medical Image Segmentation

2020-04-28 · Mina Jafari, Dorothee Auer, Susan Francis, Jonathan Garibaldi, Xin Chen

Residual network (ResNet) and densely connected network (DenseNet) have significantly improved the training efficiency and performance of deep convolutional neural networks (DCNNs) mainly for object classification tasks. In this paper, we propose an efficient network architecture by considering advantages of both networks. The proposed method is integrated into an encoder-decoder DCNN model for medical image segmentation. Our method adds additional skip connections compared to ResNet but uses significantly fewer model parameters than DenseNet. We evaluate the proposed method on a public dataset (ISIC 2018 grand-challenge) for skin lesion segmentation and a local brain MRI dataset. In comparison with ResNet-based, DenseNet-based and attention network (AttnNet) based methods within the same encoder-decoder network structure, our method achieves significantly higher segmentation accuracy with fewer number of model parameters than DenseNet and AttnNet. The code is available on GitHub (GitHub link: https://github.com/MinaJf/DRU-net).

📄 PDF Abstract BibTeX arXiv:2004.13453

Code (1)

MinaJf/DRU-net 공식 구현 tf

Tasks

DecoderImage SegmentationLesion SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
Average Pooling 설명 없음
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…
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…
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…
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
XRP Customer Service Number +1-833-534-1729 설명 없음

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

Deep learning and its application to medical image segmentation

2018-03-23 · Holger R. Roth, Chen Shen, Hirohisa ODA, Masahiro Oda 외

One of the most common tasks in medical imaging is semantic segmentation. Achieving this segmentation automatically has been an active area of research, but the task has been proven very challenging due to the large vari…

AnatomyComputed Tomography (CT)Deep LearningImage Segmentation+4

Medical Image Segmentation with 3D Convolutional Neural Networks: A Survey

2021-08-19 · S Niyas, S J Pawan, M Anand Kumar, Jeny Rajan

Computer-aided medical image analysis plays a significant role in assisting medical practitioners for expert clinical diagnosis and deciding the optimal treatment plan. At present, convolutional neural networks (CNN) are…

Deep LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+3

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

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