paper-with-me

Papers

Sharp U-Net: Depthwise Convolutional Network for Biomedical Image Segmentation

2021-07-26 · Hasib Zunair, A. Ben Hamza

The U-Net architecture, built upon the fully convolutional network, has proven to be effective in biomedical image segmentation. However, U-Net applies skip connections to merge semantically different low- and high-level convolutional features, resulting in not only blurred feature maps, but also over- and under-segmented target regions. To address these limitations, we propose a simple, yet effective end-to-end depthwise encoder-decoder fully convolutional network architecture, called Sharp U-Net, for binary and multi-class biomedical image segmentation. The key rationale of Sharp U-Net is that instead of applying a plain skip connection, a depthwise convolution of the encoder feature map with a sharpening kernel filter is employed prior to merging the encoder and decoder features, thereby producing a sharpened intermediate feature map of the same size as the encoder map. Using this sharpening filter layer, we are able to not only fuse semantically less dissimilar features, but also to smooth out artifacts throughout the network layers during the early stages of training. Our extensive experiments on six datasets show that the proposed Sharp U-Net model consistently outperforms or matches the recent state-of-the-art baselines in both binary and multi-class segmentation tasks, while adding no extra learnable parameters. Furthermore, Sharp U-Net outperforms baselines that have more than three times the number of learnable parameters.

📄 PDF Abstract BibTeX arXiv:2107.12461

Code (1)

hasibzunair/sharp-unets 공식 구현

Tasks

DecoderImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
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…
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…
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…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

DO-Conv: Depthwise Over-parameterized Convolutional Layer

2020-06-22 · Jinming Cao, Yangyan Li, Mingchao Sun, Ying Chen 외

Convolutional layers are the core building blocks of Convolutional Neural Networks (CNNs). In this paper, we propose to augment a convolutional layer with an additional depthwise convolution, where each input channel is …

image-classificationImage Classification

A comparative study of semi- and self-supervised semantic segmentation of biomedical microscopy data

2020-11-11 · Nastassya Horlava, Alisa Mironenko, Sebastian Niehaus, Sebastian Wagner 외

In recent years, Convolutional Neural Networks (CNNs) have become the state-of-the-art method for biomedical image analysis. However, these networks are usually trained in a supervised manner, requiring large amounts of …

image-classificationImage ClassificationImage SegmentationSegmentation+2

a high efficiency fully convolutional networks for pixel wise surface defect detection

2019-01-23 · journal 2019 1 · Lingteng Qiu, XiaoJun Wu, Zhiyang Yu

In this paper, we propose a highly efficient deep learning-based method for pixel-wise surface defect segmentation algorithm in machine vision. Our method is composed of a segmentation stage (stage 1), a detection stage …

Defect DetectionImage MattingSegmentation

Combining Fully Convolutional and Recurrent Neural Networks for 3D Biomedical Image Segmentation

2016-09-05 · NeurIPS 2016 12 · Jianxu Chen, Lin Yang, Yizhe Zhang, Mark Alber 외

Segmentation of 3D images is a fundamental problem in biomedical image analysis. Deep learning (DL) approaches have achieved state-of-the-art segmentation perfor- mance. To exploit the 3D contexts using neural networks, …

3D Medical Imaging SegmentationImage SegmentationSegmentationSemantic Segmentation

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