Abstract

Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output. In this paper, we embrace this observation and introduce the Dense Convolutional Network (DenseNet), which connects each layer to every other layer in a feed-forward fashion. Whereas traditional convolutional networks with L layers have L connections-one between each layer and its subsequent layer-our network has L(L+1)/2 direct connections. For each layer, the feature-maps of all preceding layers are used as inputs, and its own feature-maps are used as inputs into all subsequent layers. DenseNets have several compelling advantages: they alleviate the vanishing-gradient problem, strengthen feature propagation, encourage feature reuse, and substantially reduce the number of parameters. We evaluate our proposed architecture on four highly competitive object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). DenseNets obtain significant improvements over the state-of-the-art on most of them, whilst requiring less memory and computation to achieve high performance. Code and pre-trained models are available at https://github.com/liuzhuang13/DenseNet.

Keywords

Computer scienceBenchmark (surveying)Feature (linguistics)Layer (electronics)Convolutional neural networkComputationCode (set theory)ReuseObject (grammar)Convolutional codePattern recognition (psychology)Artificial intelligenceComputer engineeringAlgorithmSet (abstract data type)Programming languageDecoding methodsEngineering

Affiliated Institutions

Related Publications

Network In Network

Abstract: We propose a novel deep network structure called In Network (NIN) to enhance model discriminability for local patches within the receptive field. The conventional con...

2014 arXiv (Cornell University) 1037 citations

Publication Info

Year
2017
Type
preprint
Pages
2261-2269
Citations
42167
Access
Closed

External Links

Social Impact

Social media, news, blog, policy document mentions

Citation Metrics

42167
OpenAlex

Cite This

Gao Huang, Zhuang Liu, Laurens van der Maaten et al. (2017). Densely Connected Convolutional Networks. , 2261-2269. https://doi.org/10.1109/cvpr.2017.243

Identifiers

DOI
10.1109/cvpr.2017.243