paper-with-me

Papers

Rethinking Data-Free Quantization as a Zero-Sum Game

2023-02-19 · Biao Qian, Yang Wang, Richang Hong, Meng Wang

Data-free quantization (DFQ) recovers the performance of quantized network (Q) without accessing the real data, but generates the fake sample via a generator (G) by learning from full-precision network (P) instead. However, such sample generation process is totally independent of Q, specialized as failing to consider the adaptability of the generated samples, i.e., beneficial or adversarial, over the learning process of Q, resulting into non-ignorable performance loss. Building on this, several crucial questions -- how to measure and exploit the sample adaptability to Q under varied bit-width scenarios? how to generate the samples with desirable adaptability to benefit the quantized network? -- impel us to revisit DFQ. In this paper, we answer the above questions from a game-theory perspective to specialize DFQ as a zero-sum game between two players -- a generator and a quantized network, and further propose an Adaptability-aware Sample Generation (AdaSG) method. Technically, AdaSG reformulates DFQ as a dynamic maximization-vs-minimization game process anchored on the sample adaptability. The maximization process aims to generate the sample with desirable adaptability, such sample adaptability is further reduced by the minimization process after calibrating Q for performance recovery. The Balance Gap is defined to guide the stationarity of the game process to maximally benefit Q. The theoretical analysis and empirical studies verify the superiority of AdaSG over the state-of-the-arts. Our code is available at https://github.com/hfutqian/AdaSG.

📄 PDF Abstract BibTeX arXiv:2302.09572

Code (1)

hfutqian/adasg 공식 구현 pytorch

Tasks

Data Free QuantizationQuantization

Similar Papers 제목 키워드 기반

Zero-Shot Learning of a Conditional Generative Adversarial Network for Data-Free Network Quantization

2022-10-26 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

We propose a novel method for training a conditional generative adversarial network (CGAN) without the use of training data, called zero-shot learning of a CGAN (ZS-CGAN). Zero-shot learning of a conditional generator on…

Data Free QuantizationGenerative Adversarial NetworkQuantizationZero-Shot Learning

Grid Games: The Power of Multiple Grids for Quantizing Large Language Models

2026-05-12 · Vage Egiazarian, Erik Schultheis, Andrei Panferov, Earl Killian 외 arxiv

A major recent advance in quantization is given by microscaled 4-bit formats such as NVFP4 and MXFP4, quantizing values into small groups sharing a scale, assuming a fixed floating-point grid. In this paper, we study the…

Adaptive Data-Free Quantization

2023-03-13 · CVPR 2023 1 · Biao Qian, Yang Wang, Richang Hong, Meng Wang

Data-free quantization (DFQ) recovers the performance of quantized network (Q) without the original data, but generates the fake sample via a generator (G) by learning from full-precision network (P), which, however, is …

Data Free QuantizationQuantization

ZeroQuant: Efficient and Affordable Post-Training Quantization for Large-Scale Transformers

2022-06-04 · Zhewei Yao, Reza Yazdani Aminabadi, Minjia Zhang, Xiaoxia Wu 외

How to efficiently serve ever-larger trained natural language models in practice has become exceptionally challenging even for powerful cloud servers due to their prohibitive memory/computation requirements. In this work…

Knowledge DistillationQuantization

MoQa: Rethinking MoE Quantization with Multi-stage Data-model Distribution Awareness

2025-03-27 · Zihao Zheng, Xiuping Cui, Size Zheng, Maoliang Li 외

With the advances in artificial intelligence, Mix-of-Experts (MoE) has become the main form of Large Language Models (LLMs), and its demand for model compression is increasing. Quantization is an effective method that no…

Language ModelingLanguage ModellingModel CompressionQuantization