paper-with-me

홈 › Papers

Improved Techniques for Quantizing Deep Networks with Adaptive Bit-Widths

2021-03-02 · Ximeng Sun, Rameswar Panda, Chun-Fu Chen, Naigang Wang, Bowen Pan, Kailash Gopalakrishnan, Aude Oliva, Rogerio Feris, Kate Saenko

Quantizing deep networks with adaptive bit-widths is a promising technique for efficient inference across many devices and resource constraints. In contrast to static methods that repeat the quantization process and train different models for different constraints, adaptive quantization enables us to flexibly adjust the bit-widths of a single deep network during inference for instant adaptation in different scenarios. While existing research shows encouraging results on common image classification benchmarks, this paper investigates how to train such adaptive networks more effectively. Specifically, we present two novel techniques for quantizing deep neural networks with adaptive bit-widths of weights and activations. First, we propose a collaborative strategy to choose a high-precision teacher for transferring knowledge to the low-precision student while jointly optimizing the model with all bit-widths. Second, to effectively transfer knowledge, we develop a dynamic block swapping method by randomly replacing the blocks in the lower-precision student network with the corresponding blocks in the higher-precision teacher network. Extensive experiments on multiple image classification datasets including video classification benchmarks for the first time, well demonstrate the efficacy of our approach over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2103.01435

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationQuantizationTransfer LearningVideo Classification

Similar Papers 제목 키워드 기반

AutoQNN: An End-to-End Framework for Automatically Quantizing Neural Networks

2023-04-07 · Cheng Gong, Ye Lu, Surong Dai, Deng Qian 외

Exploring the expected quantizing scheme with suitable mixed-precision policy is the key point to compress deep neural networks (DNNs) in high efficiency and accuracy. This exploration implies heavy workloads for domain …

Neural Architecture SearchQuantization

WAVEQ: GRADIENT-BASED DEEP QUANTIZATION OF NEURAL NETWORKS THROUGH SINUSOIDAL REGULARIZATION

2021-01-01 · Ahmed T. Elthakeb, Prannoy Pilligundla, Tarek Elgindi, FatemehSadat Mireshghallah 외

Deep quantization of neural networks below eight bits can lead to superlinear benefits in storage and compute efficiency. However, homogeneously quantizing all the layers to the same level does not account for the distin…

Quantization

AdaBits: Neural Network Quantization with Adaptive Bit-Widths

2019-12-20 · CVPR 2020 6 · Qing Jin, Linjie Yang, Zhenyu Liao

Deep neural networks with adaptive configurations have gained increasing attention due to the instant and flexible deployment of these models on platforms with different resource budgets. In this paper, we investigate a …

Quantization

Low Precision RNNs: Quantizing RNNs Without Losing Accuracy

2017-10-20 · Supriya Kapur, Asit Mishra, Debbie Marr

Similar to convolution neural networks, recurrent neural networks (RNNs) typically suffer from over-parameterization. Quantizing bit-widths of weights and activations results in runtime efficiency on hardware, yet it oft…

Quantization

PROM: Prioritize Reduction of Multiplications Over Lower Bit-Widths for Efficient CNNs

2025-05-06 · Lukas Meiner, Jens Mehnert, Alexandru Paul Condurache

Convolutional neural networks (CNNs) are crucial for computer vision tasks on resource-constrained devices. Quantization effectively compresses these models, reducing storage size and energy cost. However, in modern dept…

Quantization