Convolutional Neural Networks

DenseNet

Introduced by Huang et al. in Densely Connected Convolutional Networks

A DenseNet is a type of convolutional neural network that utilises dense connections between layers, through Dense Blocks, where we connect all layers (with matching feature-map sizes) directly with each other. To preserve the feed-forward nature, each layer obtains additional inputs from all preceding layers and passes on its own feature-maps to all subsequent layers.

Source: Densely Connected Convolutional Networks

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 71 11.49%
General Classification 58 9.39%
Classification 55 8.90%
Semantic Segmentation 20 3.24%
Object Detection 15 2.43%
Image Segmentation 10 1.62%
Computed Tomography (CT) 9 1.46%
Decoder 9 1.46%
Quantization 8 1.29%

Categories