paper-with-me

홈 › Papers

Binarized Neural Architecture Search

2019-11-25 · Hanlin Chen, Li'an Zhuo, Baochang Zhang, Xiawu Zheng, Jianzhuang Liu, David Doermann, Rongrong Ji

Neural architecture search (NAS) can have a significant impact in computer vision by automatically designing optimal neural network architectures for various tasks. A variant, binarized neural architecture search (BNAS), with a search space of binarized convolutions, can produce extremely compressed models. Unfortunately, this area remains largely unexplored. BNAS is more challenging than NAS due to the learning inefficiency caused by optimization requirements and the huge architecture space. To address these issues, we introduce channel sampling and operation space reduction into a differentiable NAS to significantly reduce the cost of searching. This is accomplished through a performance-based strategy used to abandon less potential operations. Two optimization methods for binarized neural networks are used to validate the effectiveness of our BNAS. Extensive experiments demonstrate that the proposed BNAS achieves a performance comparable to NAS on both CIFAR and ImageNet databases. An accuracy of $96.53\%$ vs. $97.22\%$ is achieved on the CIFAR-10 dataset, but with a significantly compressed model, and a $40\%$ faster search than the state-of-the-art PC-DARTS.

📄 PDF Abstract BibTeX arXiv:1911.10862

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Differentiable NAS 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Binarized Neural Architecture Search for Efficient Object Recognition

2020-09-08 · Hanlin Chen, Li'an Zhuo, Baochang Zhang, Xiawu Zheng 외

Traditional neural architecture search (NAS) has a significant impact in computer vision by automatically designing network architectures for various tasks. In this paper, binarized neural architecture search (BNAS), wit…

Edge-computingFace RecognitionNeural Architecture SearchObject+1

CP-NAS: Child-Parent Neural Architecture Search for Binary Neural Networks

2020-04-30 · Li'an Zhuo, Baochang Zhang, Hanlin Chen, Linlin Yang 외

Neural architecture search (NAS) proves to be among the best approaches for many tasks by generating an application-adaptive neural architecture, which is still challenged by high computational cost and memory consumptio…

Neural Architecture Search

End to End Binarized Neural Networks for Text Classification

2020-10-11 · EMNLP (sustainlp) 2020 11 · Harshil Jain, Akshat Agarwal, Kumar Shridhar, Denis Kleyko

Deep neural networks have demonstrated their superior performance in almost every Natural Language Processing task, however, their increasing complexity raises concerns. In particular, these networks require high expense…

BinarizationClassificationGeneral Classificationintent-classification+3

Elastic-Link for Binarized Neural Network

2021-12-19 · Jie Hu, Ziheng Wu, Vince Tan, Zhilin Lu 외

Recent work has shown that Binarized Neural Networks (BNNs) are able to greatly reduce computational costs and memory footprints, facilitating model deployment on resource-constrained devices. However, in comparison to t…

Binarization

Variation-aware Binarized Memristive Networks

2019-10-14 · Corey Lammie, Olga Krestinskaya, Alex James, Mostafa Rahimi Azghadi

The quantization of weights to binary states in Deep Neural Networks (DNNs) can replace resource-hungry multiply accumulate operations with simple accumulations. Such Binarized Neural Networks (BNNs) exhibit greatly redu…

Quantization