paper-with-me

Papers

Once Quantized for All: Progressively Searching for Quantized Compact Models

2020-09-28 · Mingzhu Shen, Feng Liang, Chuming Li, Chen Lin, Ming Sun, Junjie Yan, Wanli Ouyang

Automatic search of Quantized Neural Networks (QNN) has attracted a lot of attention. However, the existing quantization-aware Neural Architecture Search (NAS) approaches inherit a two-stage search-retrain schema, which is not only time-consuming but also adversely affected by the unreliable ranking of architectures during the search. To avoid the undesirable effect of the search-retrain schema, we present Once Quantized for All (OQA), a novel framework that searches for quantized compact models and deploys their quantized weights at the same time without additional post-process. While supporting a huge architecture search space, our OQA can produce a series of quantized compact models under ultra-low bit-widths(e.g. 4/3/2 bit). A progressive bit inheritance procedure is introduced to support ultra-low bit-width. Our searched model family, OQANets, achieves a new state-of-the-art (SOTA) on quantized compact models compared with various quantization methods and bit-widths. In particular, OQA2bit-L achieves 64.0\% ImageNet Top-1 accuracy, outperforming its 2 bit counterpart EfficientNet-B0@QKD by a large margin of 14\% using 30\% less computation cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AllNeural Architecture SearchQuantization

Similar Papers 제목 키워드 기반

Vertical Layering of Quantized Neural Networks for Heterogeneous Inference

2022-12-10 · Hai Wu, Ruifei He, Haoru Tan, Xiaojuan Qi 외

Although considerable progress has been obtained in neural network quantization for efficient inference, existing methods are not scalable to heterogeneous devices as one dedicated model needs to be trained, transmitted,…

Quantization

QUEST: Quantized embedding space for transferring knowledge

2019-12-03 · ECCV 2020 8 · Himalaya Jain, Spyros Gidaris, Nikos Komodakis, Patrick Pérez 외

Knowledge distillation refers to the process of training a compact student network to achieve better accuracy by learning from a high capacity teacher network. Most of the existing knowledge distillation methods direct t…

Knowledge Distillation

Searching for Low-Bit Weights in Quantized Neural Networks

2020-09-18 · NeurIPS 2020 12 · Zhaohui Yang, Yunhe Wang, Kai Han, Chunjing Xu 외

Quantized neural networks with low-bit weights and activations are attractive for developing AI accelerators. However, the quantization functions used in most conventional quantization methods are non-differentiable, whi…

image-classificationImage ClassificationQuantizationSuper-Resolution

Towards Accurate Quantization and Pruning via Data-free Knowledge Transfer

2020-10-14 · Chen Zhu, Zheng Xu, Ali Shafahi, Manli Shu 외

When large scale training data is available, one can obtain compact and accurate networks to be deployed in resource-constrained environments effectively through quantization and pruning. However, training data are often…

Data Free QuantizationQuantizationTransfer Learning

Collaborative Multi-Teacher Knowledge Distillation for Learning Low Bit-width Deep Neural Networks

2022-10-27 · Cuong Pham, Tuan Hoang, Thanh-Toan Do

Knowledge distillation which learns a lightweight student model by distilling knowledge from a cumbersome teacher model is an attractive approach for learning compact deep neural networks (DNNs). Recent works further imp…

Knowledge DistillationQuantization