TL;DR
This paper introduces a lightweight residual densely connected CNN architecture that reduces parameters and computational costs, making it suitable for resource-constrained devices while maintaining competitive accuracy across multiple datasets.
Contribution
The paper proposes a novel lightweight residual densely connected block that enhances deep supervision, gradient flow, and feature reuse without requiring special hardware, outperforming some existing efficient models.
Findings
Outperforms AlexNet and VGGNet in size and accuracy
Achieves state-of-the-art on Fashion MNIST
Comparable to CondenseNet and ShuffleNet in efficiency
Abstract
Extremely efficient convolutional neural network architectures are one of the most important requirements for limited-resource devices (such as embedded and mobile devices). The computing power and memory size are two important constraints of these devices. Recently, some architectures have been proposed to overcome these limitations by considering specific hardware-software equipment. In this paper, the lightweight residual densely connected blocks are proposed to guaranty the deep supervision, efficient gradient flow, and feature reuse abilities of convolutional neural network. The proposed method decreases the cost of training and inference processes without using any special hardware-software equipment by just reducing the number of parameters and computational operations while achieving a feasible accuracy. Extensive experimental results demonstrate that the proposed architecture…
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.
