Connection Reduction of DenseNet for Image Recognition
Rui-Yang Ju, Jen-Shiun Chiang, Chih-Chia Chen, Yu-Shian Lin

TL;DR
This paper introduces two new layer connection algorithms for DenseNet architectures, reducing inference time and improving efficiency in image recognition tasks on small datasets.
Contribution
Proposes two novel connection algorithms, ShortNet1 and ShortNet2, that reduce inference time and maintain accuracy compared to traditional DenseNet models.
Findings
ShortNet1 reduces test error by 5% on CIFAR-10 and SVHN.
ShortNet2 achieves 40% faster inference with minimal accuracy loss.
Both algorithms outperform baseline DenseNet in efficiency.
Abstract
Convolutional Neural Networks (CNN) increase depth by stacking convolutional layers, and deeper network models perform better in image recognition. Empirical research shows that simply stacking convolutional layers does not make the network train better, and skip connection (residual learning) can improve network model performance. For the image classification task, models with global densely connected architectures perform well in large datasets like ImageNet, but are not suitable for small datasets such as CIFAR-10 and SVHN. Different from dense connections, we propose two new algorithms to connect layers. Baseline is a densely connected network, and the networks connected by the two new algorithms are named ShortNet1 and ShortNet2 respectively. The experimental results of image classification on CIFAR-10 and SVHN show that ShortNet1 has a 5% lower test error rate and 25% faster…
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 · Digital Imaging for Blood Diseases
MethodsTest
