paper-with-me

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 approach to achieve this goal. Specifically, we propose MEBQAT, a simple yet effective way of bitwidth-adaptive quantization aware training (QAT) where meta-learning is effectively combined with QAT by redefining meta-learning tasks to incorporate bitwidths. After being deployed on a platform, MEBQAT allows the (meta-)trained model to be quantized to any candidate bitwidth then helps to conduct inference without much accuracy drop from quantization. Moreover, with a few-shot learning scenario, MEBQAT can also adapt a model to any bitwidth as well as any unseen target classes by adding conventional optimization or metric-based meta-learning. We design variants of MEBQAT to support both (1) a bitwidth-adaptive quantization scenario and (2) a new few-shot learning scenario where both quantization bitwidths and target classes are jointly adapted. We experimentally demonstrate their validity in multiple QAT schemes. By comparing their performance to (bitwidth-dedicated) QAT, existing bitwidth adaptive QAT and vanilla meta-learning, we find that merging bitwidths into meta-learning tasks achieves a higher level of robustness.

📄 PDF Abstract BibTeX arXiv:2207.10188

Code (1)

jsjs0369/MEBQAT 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-LearningQuantization

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Adaptive Loss-aware Quantization for Multi-bit Networks

2019-12-18 · CVPR 2020 6 · Zhongnan Qu, Zimu Zhou, Yun Cheng, Lothar Thiele

We investigate the compression of deep neural networks by quantizing their weights and activations into multiple binary bases, known as multi-bit networks (MBNs), which accelerate the inference and reduce the storage for…

Quantization

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

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

2021-02-15 · Chaofan Tao, Rui Lin, Quan Chen, Zhaoyang Zhang 외

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-para…

Model CompressionNeural Network CompressionQuantization

QLLM: Accurate and Efficient Low-Bitwidth Quantization for Large Language Models

2023-10-12 · Jing Liu, Ruihao Gong, Xiuying Wei, Zhiwei Dong 외

Large Language Models (LLMs) excel in NLP, but their demands hinder their widespread deployment. While Quantization-Aware Training (QAT) offers a solution, its extensive training costs make Post-Training Quantization (PT…

GPUQuantization

MixQuant: Adaptive Mixed-Precision Quantization for Large Language Models

2026-07-25 · Ashitabh Misra, Madhav Agrawal, Arham Jain, Tarek Abdelzaher arxiv

Mixed-precision quantization improves the accuracy of post-training quantization by allocating higher bitwidths to sensitive layers, but existing methods solve the allocation for a single fixed memory budget. In practice…