Papers › ZeroQ: A Novel Zero Shot Quantization Framework

ZeroQ: A Novel Zero Shot Quantization Framework

1 Jan 2020CVPR 2020 6arXiv:2001.00281archive 2025-07-28

Yaohui Cai, Zhewei Yao, Zhen Dong, Amir Gholami, Michael W. Mahoney, Kurt Keutzer

Quantization is a promising approach for reducing the inference time and memory footprint of neural networks. However, most existing quantization methods require access to the original training dataset for retraining during quantization. This is often not possible for applications with sensitive or proprietary data, e.g., due to privacy and security concerns. Existing zero-shot quantization methods use different heuristics to address this, but they result in poor performance, especially when quantizing to ultra-low precision. Here, we propose ZeroQ , a novel zero-shot quantization framework to address this. ZeroQ enables mixed-precision quantization without any access to the training or validation data. This is achieved by optimizing for a Distilled Dataset, which is engineered to match the statistics of batch normalization across different layers of the network. ZeroQ supports both uniform and mixed-precision quantization. For the latter, we introduce a novel Pareto frontier based method to automatically determine the mixed-precision bit setting for all layers, with no manual search involved. We extensively test our proposed method on a diverse set of models, including ResNet18/50/152, MobileNetV2, ShuffleNet, SqueezeNext, and InceptionV3 on ImageNet, as well as RetinaNet-ResNet50 on the Microsoft COCO dataset. In particular, we show that ZeroQ can achieve 1.71\% higher accuracy on MobileNetV2, as compared to the recently proposed DFQ method. Importantly, ZeroQ has a very low computational overhead, and it can finish the entire quantization process in less than 30s (0.5\% of one epoch training time of ResNet50 on ImageNet). We have open-sourced the ZeroQ framework\footnote{https://github.com/amirgholami/ZeroQ}.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2001.00281")

Code

Syntology Ran 4 of 19 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong.

By repository: community (archive-listed): 19 samples from 2 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amirgholami/ZeroQ officialmentioned in papermentioned on GitHubpytorch report
jakc4103/DFQ mentioned on GitHubpytorchMIT report
ricky40403/GDFQ mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 4 ran; 1 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
15unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv_1x1_bn jakc4103/DFQ/modeling/classification/MobileNetV2.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a0131fb70c267a9e · report
conv_bn jakc4103/DFQ/modeling/classification/MobileNetV2.py community (archive-listed) ran · our draft was wrong MIT (permissive) · e087cbfa1e53486d · report
group_annotation_by_class jakc4103/DFQ/main_ssd.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 1b2736c7aa8cd37f · report
make_divisible jakc4103/DFQ/modeling/classification/MobileNetV2.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 63ec083689f80f47 · report
F_interpolate jakc4103/DFQ/utils/layer_transform.py community (archive-listed) unverified MIT (permissive) · 7c52bc4a936af24d · report
bias_absorption jakc4103/DFQ/dfq.py community (archive-listed) unverified MIT (permissive) · 684a2e5289bf745a · report
freeze_act ricky40403/GDFQ/utils/quantize_model.py community (archive-listed) unverified MIT (permissive) · 2d0fb158879cdb79 · report
freeze_model jakc4103/DFQ/ZeroQ/utils/quantize_model.py community (archive-listed) unverified MIT (permissive) · fd76c5681f61e04a · report
getDistilData jakc4103/DFQ/ZeroQ/distill_data.py community (archive-listed) unverified MIT (permissive) · 124d866697dbcc6d · report
getReconData jakc4103/DFQ/ZeroQ/reconstruct_data.py community (archive-listed) unverified MIT (permissive) · 67b637e812abb57e · report
inference_all jakc4103/DFQ/main_cls.py community (archive-listed) unverified MIT (permissive) · af3b154eb4651990 · report
kl_categorical jakc4103/DFQ/improve_dfq.py community (archive-listed) unverified MIT (permissive) · d4613471df340857 · report
norm2 jakc4103/DFQ/improve_dfq.py community (archive-listed) unverified MIT (permissive) · 1392852bee3f1e32 · report
own_loss jakc4103/DFQ/ZeroQ/distill_data.py community (archive-listed) unverified MIT (permissive) · 9a031a3d8db6ad9f · report
quantize_model ricky40403/GDFQ/utils/quantize_model.py community (archive-listed) unverified MIT (permissive) · 2bd35b3a888d928d · report
quantize_model jakc4103/DFQ/ZeroQ/utils/quantize_model.py community (archive-listed) unverified MIT (permissive) · 903f76ab6e68b9f9 · report
torch_cat jakc4103/DFQ/utils/layer_transform.py community (archive-listed) unverified MIT (permissive) · 65d3bcff8398fcb5 · report
torch_mean jakc4103/DFQ/utils/layer_transform.py community (archive-listed) unverified MIT (permissive) · 52f473532c7626da · report
unfreeze_model jakc4103/DFQ/ZeroQ/utils/quantize_model.py community (archive-listed) unverified MIT (permissive) · c488fde89bf62be5 · report

Tasks

Data Free QuantizationModel CompressionNeural Network CompressionQuantization

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Data Free Quantization CIFAR10 ResNet-20 CIFAR10 CIFAR-10 W8A8 Top-1 Accuracy 93.94 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1x1 ConvolutionAuxiliary ClassifierAverage PoolingBatch NormalizationChannel ShuffleConvolutionDense ConnectionsDepthwise ConvolutionDepthwise Separable ConvolutionDropoutGlobal Average PoolingGrouped ConvolutionGroupwise Point ConvolutionInception-v3Inception-v3 ModuleInverted Residual BlockLabel SmoothingMax PoolingPointwise ConvolutionRMSPropReLUResidual ConnectionShuffleNetShuffleNet BlockSoftmaxTest

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections