Gao Huang Facebook AI Research Cornell University Tsinghua University Cornell University, Zhuang Liu [email protected] Facebook AI Research Cornell University Tsinghua University Cornell University, Laurens Van Der Maaten Facebook AI Research Cornell University Tsinghua University Cornell University, Kilian Q Weinberger Facebook AI Research Cornell University Tsinghua University Cornell University (2016)
The paper introduces Dense Convolutional Networks (DenseNets), a novel architecture designed to enhance convolutional neural networks by establishing dense connectivity among layers. Each layer is connected to every preceding layer, allowing for improved feature propagation and reuse, while addressing issues like the vanishing gradient problem. DenseNets are evaluated on multiple challenging object recognition datasets, including CIFAR-10, CIFAR-100, SVHN, and ImageNet, where they demonstrate superior performance compared to traditional architectures, particularly in terms of efficiency and accuracy. The paper discusses the advantages of its architecture, such as reduced parameters, better training dynamics, and regularization effects, ultimately achieving state-of-the-art results across these benchmarks. DenseNets simplify deep networks by allowing feature reuse without requiring extensive redundancy, making them competitive and efficient models for visual recognition tasks.
This paper employs the following methods:
The following datasets were used in this research:
The authors identified the following limitations: