paper-with-me

Papers

FAT: Learning Low-Bitwidth Parametric Representation via Frequency-Aware Transformation

2021-02-15 · Chaofan Tao, Rui Lin, Quan Chen, Zhaoyang Zhang, Ping Luo, Ngai Wong

Learning convolutional neural networks (CNNs) with low bitwidth is challenging because performance may drop significantly after quantization. Prior arts often discretize the network weights by carefully tuning hyper-parameters of quantization (e.g. non-uniform stepsize and layer-wise bitwidths), which are complicated and sub-optimal because the full-precision and low-precision models have a large discrepancy. This work presents a novel quantization pipeline, Frequency-Aware Transformation (FAT), which has several appealing benefits. (1) Rather than designing complicated quantizers like existing works, FAT learns to transform network weights in the frequency domain before quantization, making them more amenable to training in low bitwidth. (2) With FAT, CNNs can be easily trained in low precision using simple standard quantizers without tedious hyper-parameter tuning. Theoretical analysis shows that FAT improves both uniform and non-uniform quantizers. (3) FAT can be easily plugged into many CNN architectures. When training ResNet-18 and MobileNet-V2 in 4 bits, FAT plus a simple rounding operation already achieves 70.5% and 69.2% top-1 accuracy on ImageNet without bells and whistles, outperforming recent state-of-the-art by reducing 54.9X and 45.7X computations against full-precision models. We hope FAT provides a novel perspective for model quantization. Code is available at \url{https://github.com/ChaofanTao/FAT_Quantization}.

📄 PDF Abstract BibTeX arXiv:2102.07444

Code (1)

ChaofanTao/FAT_Quantization 공식 구현 pytorch

Tasks

Model CompressionNeural Network CompressionQuantization

Similar Papers 제목 키워드 기반

Bitwidth-Adaptive Quantization-Aware Neural Network Training: A Meta-Learning Approach

2022-07-20 · Jiseok Youn, Jaehun Song, Hyung-Sin Kim, Saewoong Bahk

Deep neural network quantization with adaptive bitwidths has gained increasing attention due to the ease of model deployment on various platforms with different resource budgets. In this paper, we propose a meta-learning…

Few-Shot LearningMeta-LearningQuantization

SDQ: Stochastic Differentiable Quantization with Mixed Precision

2022-06-09 · Xijie Huang, Zhiqiang Shen, Shichao Li, Zechun Liu 외

In order to deploy deep models in a computationally efficient manner, model quantization approaches have been frequently used. In addition, as new hardware that supports mixed bitwidth arithmetic operations, recent resea…

Knowledge DistillationNeural Architecture SearchQuantization

DyBit: Dynamic Bit-Precision Numbers for Efficient Quantized Neural Network Inference

2023-02-24 · Jiajun Zhou, Jiajun Wu, Yizhao Gao, Yuhao Ding 외

To accelerate the inference of deep neural networks (DNNs), quantization with low-bitwidth numbers is actively researched. A prominent challenge is to quantize the DNN models into low-bitwidth numbers without significant…

Quantization

QBitOpt: Fast and Accurate Bitwidth Reallocation during Training

2023-07-10 · Jorn Peters, Marios Fournarakis, Markus Nagel, Mart van Baalen 외

Quantizing neural networks is one of the most effective methods for achieving efficient inference on mobile and embedded devices. In particular, mixed precision quantized (MPQ) networks, whose layers can be quantized to …

Quantization

Content-Aware Radiance Fields: Aligning Model Complexity with Scene Intricacy Through Learned Bitwidth Quantization

2024-10-25 · Weihang Liu, Xue Xian Zheng, Jingyi Yu, Xin Lou

The recent popular radiance field models, exemplified by Neural Radiance Fields (NeRF), Instant-NGP and 3D Gaussian Splat?ting, are designed to represent 3D content by that training models for each individual scene. This…

NeRFQuantization