paper-with-me

Papers

Binarizing MobileNet via Evolution-based Searching

2020-05-13 · CVPR 2020 6 · Hai Phan, Zechun Liu, Dang Huynh, Marios Savvides, Kwang-Ting Cheng, Zhiqiang Shen

Binary Neural Networks (BNNs), known to be one among the effectively compact network architectures, have achieved great outcomes in the visual tasks. Designing efficient binary architectures is not trivial due to the binary nature of the network. In this paper, we propose a use of evolutionary search to facilitate the construction and training scheme when binarizing MobileNet, a compact network with separable depth-wise convolution. Inspired by one-shot architecture search frameworks, we manipulate the idea of group convolution to design efficient 1-Bit Convolutional Neural Networks (CNNs), assuming an approximately optimal trade-off between computational cost and model accuracy. Our objective is to come up with a tiny yet efficient binary neural architecture by exploring the best candidates of the group convolution while optimizing the model performance in terms of complexity and latency. The approach is threefold. First, we train strong baseline binary networks with a wide range of random group combinations at each convolutional layer. This set-up gives the binary neural networks a capability of preserving essential information through layers. Second, to find a good set of hyperparameters for group convolutions we make use of the evolutionary search which leverages the exploration of efficient 1-bit models. Lastly, these binary models are trained from scratch in a usual manner to achieve the final binary model. Various experiments on ImageNet are conducted to show that following our construction guideline, the final model achieves 60.09% Top-1 accuracy and outperforms the state-of-the-art CI-BCNN with the same computational cost.

📄 PDF Abstract BibTeX arXiv:2005.06305

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MoGA: Searching Beyond MobileNetV3

2019-08-04 · Xiangxiang Chu, Bo Zhang, Ruijun Xu

The evolution of MobileNets has laid a solid foundation for neural network applications on mobile end. With the latest MobileNetV3, neural architecture search again claimed its supremacy in network design. Unfortunately,…

AutoMLCPUGPUImage Classification+1

Multi-trial Neural Architecture Search with Lottery Tickets

2022-03-08 · Zimian Wei, Hengyue Pan, Lujun Li, Menglong Lu 외

Neural architecture search (NAS) has brought significant progress in recent image recognition tasks. Most existing NAS methods apply restricted search spaces, which limits the upper-bound performance of searched models. …

Knowledge DistillationNeural Architecture Search

In-Memory Resistive RAM Implementation of Binarized Neural Networks for Medical Applications

2020-06-20 · Bogdan Penkovsky, Marc Bocquet, Tifenn Hirtzlin, Jacques-Olivier Klein 외

The advent of deep learning has considerably accelerated machine learning development. The deployment of deep neural networks at the edge is however limited by their high memory and energy consumption requirements. With …

BIG-bench Machine Learning

MoBiNet: A Mobile Binary Network for Image Classification

2019-07-29 · Hai Phan, Dang Huynh, Yihui He, Marios Savvides 외

MobileNet and Binary Neural Networks are two among the most widely used techniques to construct deep learning models for performing a variety of tasks on mobile and embedded platforms.In this paper, we present a simple y…

BinarizationClassificationGeneral Classificationimage-classification+1

Pneumonia Diagnosis through pixels -- A Deep Learning Model for detection and classification

2024-04-15 · Amit Karanth Gurpur, Janani S, Ajeetha B, Brintha Therese A 외

Manual identification and classification of pneumonia and COVID-19 infection is a cumbersome process that, if delayed can cause irreversible damage to the patient. We have compiled CT scan images from various sources, na…

Classification