QuickNet: Maximizing Efficiency and Efficacy in Deep Architectures
Tapabrata Ghosh

TL;DR
QuickNet is a novel deep neural network architecture that achieves higher accuracy and faster inference with fewer parameters by utilizing depthwise separable convolutions and parametric ReLUs, suitable for memory and computationally constrained systems.
Contribution
The paper introduces QuickNet, a new architecture that combines depthwise separable convolutions and parametric ReLUs to improve speed and accuracy over existing models.
Findings
Achieves 95.7% accuracy on CIFAR-10
Faster inference than comparable architectures
Uses fewer parameters for memory efficiency
Abstract
We present QuickNet, a fast and accurate network architecture that is both faster and significantly more accurate than other fast deep architectures like SqueezeNet. Furthermore, it uses less parameters than previous networks, making it more memory efficient. We do this by making two major modifications to the reference Darknet model (Redmon et al, 2015): 1) The use of depthwise separable convolutions and 2) The use of parametric rectified linear units. We make the observation that parametric rectified linear units are computationally equivalent to leaky rectified linear units at test time and the observation that separable convolutions can be interpreted as a compressed Inception network (Chollet, 2016). Using these observations, we derive a network architecture, which we call QuickNet, that is both faster and more accurate than previous models. Our architecture provides at least four…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
