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 (1)

Label Occurrences
DenseNet canonical 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 NERFINISHED
CIFAR-100 NERFINISHED
ImageNet NERFINISHED
SVHN NERFINISHED
connectsLayerType each layer to all subsequent layers in the same dense block
describedIn Densely Connected Convolutional Networks NERFINISHED
differenceFromResNet uses feature-map concatenation instead of summation
differsFrom ResNet NERFINISHED
hasAuthor Gao Huang NERFINISHED
Kilian Q. Weinberger NERFINISHED
Laurens van der Maaten NERFINISHED
Zhuang Liu NERFINISHED
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 NERFINISHED
DenseNet-169 NERFINISHED
DenseNet-201 NERFINISHED
DenseNet-264 NERFINISHED
implementedIn Keras NERFINISHED
PyTorch NERFINISHED
TensorFlow NERFINISHED
introducedAt CVPR 2017 NERFINISHED
licenseOfReferenceImplementation BSD-style license (via official code release)
publicationYear 2017
relatedTo FractalNet NERFINISHED
Highway Networks NERFINISHED
ResNet NERFINISHED
usesConnectionType concatenation of feature maps
usesLayerType ReLU activation
batch normalization layer
convolutional layer
pooling layer

How these facts were elicited

Referenced by (1)

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

torchvision (ecosystem) modelFamily DenseNet
subject surface form: torchvision