paper-with-me

Papers

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 totally independent of Q, overlooking the adaptability of the knowledge from generated samples, i.e., informative or not to the learning process of Q, resulting into the overflow of generalization error. Building on this, several critical questions -- how to measure the sample adaptability to Q under varied bit-width scenarios? whether the largest adaptability is the best? how to generate the samples with adaptive adaptability to improve Q's generalization? To answer the above questions, in this paper, we propose an Adaptive Data-Free Quantization (AdaDFQ) method, which revisits DFQ from a zero-sum game perspective upon the sample adaptability between two players -- a generator and a quantized network. Following this viewpoint, we further define the disagreement and agreement samples to form two boundaries, where the margin is optimized to adaptively regulate the adaptability of generated samples to Q, so as to address the over-and-under fitting issues. Our AdaDFQ reveals: 1) the largest adaptability is NOT the best for sample generation to benefit Q's generalization; 2) the knowledge of the generated sample should not be informative to Q only, but also related to the category and distribution information of the training data for P. The theoretical and empirical analysis validate the advantages of AdaDFQ over the state-of-the-arts. Our code is available at https://github.com/hfutqian/AdaDFQ.

📄 PDF Abstract BibTeX arXiv:2303.06869

Code (1)

hfutqian/adadfq 공식 구현 pytorch

Tasks

Data Free QuantizationQuantization

Similar Papers 제목 키워드 기반

Data-Free Quantization with Accurate Activation Clipping and Adaptive Batch Normalization

2022-04-08 · Yefei He, Luoming Zhang, Weijia Wu, Hong Zhou

Data-free quantization is a task that compresses the neural network to low bit-width without access to original training data. Most existing data-free quantization methods cause severe performance degradation due to inac…

Data Free QuantizationQuantization

GANQ: GPU-Adaptive Non-Uniform Quantization for Large Language Models

2025-01-22 · Pengxiang Zhao, Xiaoming Yuan

Large Language Models (LLMs) face significant deployment challenges due to their substantial resource requirements. While low-bit quantized weights can reduce memory usage and improve inference efficiency, current hardwa…

GPUQuantization

DVD-Quant: Data-free Video Diffusion Transformers Quantization

2025-05-24 · Zhiteng Li, Hanxuan Li, Junyi Wu, Kai Liu 외

Diffusion Transformers (DiTs) have emerged as the state-of-the-art architecture for video generation, yet their computational and memory demands hinder practical deployment. While post-training quantization (PTQ) present…

Data Free QuantizationQuantizationVideo Generation

CALM: A CKA-Guided Adaptive Layer-Wise Modularization Framework for LLM Quantization

2025-12-18 · Jinhao Zhang, Yunquan Zhang, Daning Chen, JunSun 외 arxiv

Current mainstream post-training quantization methods for large language models typically apply a uniform quantization strategy across all network layers, overlooking the substantial differences in algorithmic suitabilit…

CafeQ: Calibration-free Quantization via Learned Transformations and Adaptive Rounding

2025-11-24 · Ziteng Sun, Adrian Benton, Samuel Kushnir, Asher Trockman 외 arxiv

Post-training quantization is an effective method for reducing the serving cost of large language models, where the standard approach is to use a round-to-nearest quantization level scheme. However, this often introduces…