Log-DenseNet: How to Sparsify a DenseNet
Hanzhang Hu, Debadeepta Dey, Allison Del Giorno, Martial Hebert, J., Andrew Bagnell

TL;DR
This paper introduces Log-DenseNet, a sparsified version of DenseNet that maintains short backpropagation distances with significantly fewer connections, improving scalability and efficiency in deep neural networks.
Contribution
The paper proposes Log-DenseNet, a new connectivity pattern that reduces the number of connections from quadratic to near-linear, enhancing scalability while preserving accuracy.
Findings
Log-DenseNet outperforms DenseNet in semantic segmentation tasks.
Log-DenseNet achieves competitive results in visual recognition.
The proposed method simplifies implementation and scaling of deep networks.
Abstract
Skip connections are increasingly utilized by deep neural networks to improve accuracy and cost-efficiency. In particular, the recent DenseNet is efficient in computation and parameters, and achieves state-of-the-art predictions by directly connecting each feature layer to all previous ones. However, DenseNet's extreme connectivity pattern may hinder its scalability to high depths, and in applications like fully convolutional networks, full DenseNet connections are prohibitively expensive. This work first experimentally shows that one key advantage of skip connections is to have short distances among feature layers during backpropagation. Specifically, using a fixed number of skip connections, the connection patterns with shorter backpropagation distance among layers have more accurate predictions. Following this insight, we propose a connection template, Log-DenseNet, which, in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Convolution · Average Pooling · Concatenated Skip Connection · Global Average Pooling · Dense Block · Kaiming Initialization · 1x1 Convolution · Dropout
