UNET Segmentation

9 papers with code • 1 benchmarks • 4 datasets

U-Net is an architecture for semantic segmentation. It consists of a contracting path (Up to down) and an expanding path (Down to up). During the contraction, the spatial information is reduced while feature information is increased. The contracting path follows the typical architecture of a convolutional network. It consists of the repeated application of two 3x3 convolutions (unpadded convolutions), each followed by a rectified linear unit (ReLU) and a 2x2 max pooling operation with stride 2 for downsampling. At each downsampling step, we double the number of feature channels. Every step in the expansive path consists of an upsampling of the feature map followed by a 2x2 convolution (“up-convolution”) that halves the number of feature channels, a concatenation with the correspondingly cropped feature map from the contracting path, and two 3x3 convolutions, each followed by a ReLU. The cropping is necessary due to the loss of border pixels in every convolution. At the final layer, a 1x1 convolution is used to map each 64-component feature vector to the desired number of classes. In total the network has 23 convolutional layers.

Latest papers with no code

Intelligent Railroad Grade Crossing: Leveraging Semantic Segmentation and Object Detection for Enhanced Safety

no code yet • 17 Mar 2024

Crashes and delays at Railroad Highway Grade Crossings (RHGC), where highways and railroads intersect, pose significant safety concerns for the U. S. Federal Railroad Administration (FRA).

Deep Learning-based Bio-Medical Image Segmentation using UNet Architecture and Transfer Learning

no code yet • 24 May 2023

We show that transferred learning model has better performance in image segmentation than UNet model that is implemented from scratch.

3D Coronary Vessel Reconstruction from Bi-Plane Angiography using Graph Convolutional Networks

no code yet • 28 Feb 2023

X-ray coronary angiography (XCA) is used to assess coronary artery disease and provides valuable information on lesion morphology and severity.

BronchusNet: Region and Structure Prior Embedded Representation Learning for Bronchus Segmentation and Classification

no code yet • 14 May 2022

CT-based bronchial tree analysis plays an important role in the computer-aided diagnosis for respiratory diseases, as it could provide structured information for clinicians.

Topology-Preserving Segmentation Network: A Deep Learning Segmentation Framework for Connected Component

no code yet • 27 Feb 2022

TPSN is a deformation-based model that yields a deformation map through a UNet, which takes the medical image and a template mask as inputs.

Efficient Palm-Line Segmentation with U-Net Context Fusion Module

no code yet • 24 Feb 2021

In this paper, we propose an algorithm to extract principle palm lines from an image of a person's hand.

Improved Semantic Segmentation of Tuberculosis-consistent findings in Chest X-rays Using Augmented Training of Modality-specific U-Net Models with Weak Localizations

no code yet • 21 Feb 2021

We observe that our augmented training strategy helped the CXR modality-specific U-Net models achieve superior performance with test data derived from the TBX11K CXR training distribution as well as from cross-institutional collections (p < 0. 05).

Distant Domain Transfer Learning for Medical Imaging

no code yet • 10 Dec 2020

In this paper, we propose a distant domain transfer learning (DDTL) method for medical image classification.

Weed Density and Distribution Estimation for Precision Agriculture using Semi-Supervised Learning

no code yet • 4 Nov 2020

Subsequently, the weed infected regions are identified using a fine-tuned CNN, eliminating the need for designing hand-crafted features.

Two-Stage Convolutional Neural Network Architecture for Lung Nodule Detection

no code yet • 9 May 2019

The CNN architecture in the first stage is based on the improved UNet segmentation network to establish an initial detection of lung nodules.