SOTAVerified

UNET Segmentation

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.

Papers

Showing 124 of 24 papers

TitleStatusHype
AgileFormer: Spatially Agile Transformer UNet for Medical Image SegmentationCode2
A high-order focus interaction model and oral ulcer dataset for oral ulcer segmentationCode1
UCTransNet: Rethinking the Skip Connections in U-Net from a Channel-wise Perspective with TransformerCode1
GaNDLF: A Generally Nuanced Deep Learning Framework for Scalable End-to-End Clinical Workflows in Medical ImagingCode1
Region of Interest based Medical Image Compression0
Enhancing crop segmentation in satellite image time-series with transformer networksCode0
Automated Identification and Segmentation of Hi Sources in CRAFTS Using Deep Learning MethodCode0
Intelligent Railroad Grade Crossing: Leveraging Semantic Segmentation and Object Detection for Enhanced Safety0
Deep Learning-based Bio-Medical Image Segmentation using UNet Architecture and Transfer Learning0
3D Coronary Vessel Reconstruction from Bi-Plane Angiography using Graph Convolutional Networks0
Convolutional ProteinUnetLM competitive with long short-term memory-based protein secondary structure predictorsCode0
BronchusNet: Region and Structure Prior Embedded Representation Learning for Bronchus Segmentation and Classification0
Topology-Preserving Segmentation Network: A Deep Learning Segmentation Framework for Connected Component0
Sentinel 2 Time Series Analysis with 3D Feature Pyramid Network and Time Domain Class Activation Intervals for Crop MappingCode0
Segmentation of Drilled Holes in Texture Wooden Furniture Panels Using Deep Neural NetworkCode0
Efficient Palm-Line Segmentation with U-Net Context Fusion Module0
Improved Semantic Segmentation of Tuberculosis-consistent findings in Chest X-rays Using Augmented Training of Modality-specific U-Net Models with Weak Localizations0
Distant Domain Transfer Learning for Medical Imaging0
Weed Density and Distribution Estimation for Precision Agriculture using Semi-Supervised Learning0
Fully Automated and Standardized Segmentation of Adipose Tissue Compartments by Deep Learning in Three-dimensional Whole-body MRI of Epidemiological Cohort StudiesCode0
Two-Stage Convolutional Neural Network Architecture for Lung Nodule Detection0
Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine SegmentationCode0
Multi-Temporal Land Cover Classification with Sequential Recurrent Encoders0
Deep LOGISMOS: Deep Learning Graph-based 3D Segmentation of Pancreatic Tumors on CT scans0
Show:102550

No leaderboard results yet.