paper-with-me

홈 › Papers

QuickNet: Maximizing Efficiency and Efficacy in Deep Architectures

2017-01-09 · Tapabrata Ghosh

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 major advantages: (1) A smaller model size, which is more tenable on memory constrained systems; (2) A significantly faster network which is more tenable on computationally constrained systems; (3) A high accuracy of 95.7 percent on the CIFAR-10 Dataset which outperforms all but one result published so far, although we note that our works are orthogonal approaches and can be combined (4) Orthogonality to previous model compression approaches allowing for further speed gains to be realized.

📄 PDF Abstract BibTeX arXiv:1701.02291

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

QuickNets: Saving Training and Preventing Overconfidence in Early-Exit Neural Architectures

2022-12-25 · Devdhar Patel, Hava Siegelmann

Deep neural networks have long training and processing times. Early exits added to neural networks allow the network to make early predictions using intermediate activations in the network in time-sensitive applications.…

Larq Compute Engine: Design, Benchmark, and Deploy State-of-the-Art Binarized Neural Networks

2020-11-18 · Tom Bannink, Arash Bakhtiari, Adam Hillier, Lukas Geiger 외

We introduce Larq Compute Engine, the world's fastest Binarized Neural Network (BNN) inference engine, and use this framework to investigate several important questions about the efficiency of BNNs and to design a new st…

Towards Optimal Trade-offs in Knowledge Distillation for CNNs and Vision Transformers at the Edge

2024-06-25 · John Violos, Symeon Papadopoulos, Ioannis Kompatsiaris

This paper discusses four facets of the Knowledge Distillation (KD) process for Convolutional Neural Networks (CNNs) and Vision Transformer (ViT) architectures, particularly when executed on edge devices with constrained…

Knowledge Distillation

JDRec: Practical Actor-Critic Framework for Online Combinatorial Recommender System

2022-07-27 · Xin Zhao, Zhiwei Fang, Yuchen Guo, Jie He 외

A combinatorial recommender (CR) system feeds a list of items to a user at a time in the result page, in which the user behavior is affected by both contextual information and items. The CR is formulated as a combinatori…

Combinatorial OptimizationRecommendation Systems

Data Efficacy for Language Model Training

2025-06-26 · Yalun Dai, Yangyu Huang, Xin Zhang, Wenshan Wu 외

Data is fundamental to the training of language models (LM). Recent research has been dedicated to data efficiency, which aims to maximize performance by selecting a minimal or optimal subset of training data. Techniques…

Language ModelingLanguage Modellingmodel