DenseNet

E431004

DenseNet is a family of convolutional neural network architectures characterized by densely connected layers that improve information flow and parameter efficiency for image recognition tasks.

All labels observed (6)

Label Occurrences
DenseNet canonical 1
DenseNet-121 1
DenseNet-169 1

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf convolutional neural network architecture
deep learning model
image recognition architecture
advantage alleviates vanishing-gradient problem
encourages feature reuse
fewer parameters than comparable ResNets
improves flow of information and gradients
appliedTo image classification
medical image analysis
object recognition
semantic segmentation
benchmarkDataset CIFAR-10
CIFAR-100
ImageNet
SVHN
connectsLayerType each layer to all subsequent layers in the same dense block
describedIn Densely Connected Convolutional Networks
linked to: DenseNet
differenceFromResNet uses feature-map concatenation instead of summation
differsFrom ResNet
hasAuthor Gao Huang
Kilian Q. Weinberger
Laurens van der Maaten
Zhuang Liu
hasComponent dense block
transition layer
hasHyperparameter bottleneck layers
compression factor
growth rate
hasInputType image tensor
hasKeyIdea dense connectivity between layers
feature reuse
improved information flow
parameter efficiency
hasOutputType class probabilities
hasVariant DenseNet-121
linked to: DenseNet

DenseNet-169
linked to: DenseNet

DenseNet-201
linked to: DenseNet

DenseNet-264
linked to: DenseNet
implementedIn Keras
PyTorch
TensorFlow
introducedAt CVPR 2017
licenseOfReferenceImplementation BSD-style license (via official code release)
publicationYear 2017
relatedTo FractalNet
Highway Networks
ResNet
usesConnectionType concatenation of feature maps
usesLayerType ReLU activation
batch normalization layer
convolutional layer
pooling layer

How these facts were elicited

Referenced by (6)

Full triples — surface form annotated when it differs from this entity's canonical label.

torchvision modelFamily DenseNet
subject linked to: torchvision (ecosystem)
DenseNet describedIn Densely Connected Convolutional Networks
linked to: DenseNet
DenseNet hasVariant DenseNet-121
linked to: DenseNet
DenseNet hasVariant DenseNet-169
linked to: DenseNet
DenseNet hasVariant DenseNet-201
linked to: DenseNet
DenseNet hasVariant DenseNet-264
linked to: DenseNet