Papers › EMQ: Evolving Training-free Proxies for Automated Mixed Precision Quantization

EMQ: Evolving Training-free Proxies for Automated Mixed Precision Quantization

20 Jul 2023ICCV 2023 1arXiv:2307.10554archive 2025-07-28

Peijie Dong, Lujun Li, Zimian Wei, Xin Niu, Zhiliang Tian, Hengyue Pan

Mixed-Precision Quantization~(MQ) can achieve a competitive accuracy-complexity trade-off for models. Conventional training-based search methods require time-consuming candidate training to search optimized per-layer bit-width configurations in MQ. Recently, some training-free approaches have presented various MQ proxies and significantly improve search efficiency. However, the correlation between these proxies and quantization accuracy is poorly understood. To address the gap, we first build the MQ-Bench-101, which involves different bit configurations and quantization results. Then, we observe that the existing training-free proxies perform weak correlations on the MQ-Bench-101. To efficiently seek superior proxies, we develop an automatic search of proxies framework for MQ via evolving algorithms. In particular, we devise an elaborate search space involving the existing proxies and perform an evolution search to discover the best correlated MQ proxy. We proposed a diversity-prompting selection strategy and compatibility screening protocol to avoid premature convergence and improve search efficiency. In this way, our Evolving proxies for Mixed-precision Quantization~(EMQ) framework allows the auto-generation of proxies without heavy tuning and expert knowledge. Extensive experiments on ImageNet with various ResNet and MobileNet families demonstrate that our EMQ obtains superior performance than state-of-the-art mixed-precision methods at a significantly reduced cost. The code will be released.

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="2307.10554")

Code

Syntology Ran 7 of 19 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · violated contract; 5 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lilujunai/emq-series officialmentioned in paperpytorch 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; 7 ran; 0 honoured the contract we drafted; 12 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.

2ran · violated contract
5ran
12unverified

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 lilujunai/emq-series. “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.

BasicBlock lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran Apache-2.0 (permissive) · cc18b58d20c93dfd · report
Bottleneck lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran Apache-2.0 (permissive) · df082992e7ba0798 · report
InvertedResidual lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran fingerprinted Apache-2.0 (permissive) · 491ef5b3386ab4b7 · report
StraightThrough lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 78941fdc9f230be6 · report
_fold_bn lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran Apache-2.0 (permissive) · 140878966d2be929 · report
is_absorbing lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran · violated contract Apache-2.0 (permissive) · 21b513cf47621143 · report
is_bn lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository ran · violated contract Apache-2.0 (permissive) · 39d986a037856c1d · report
BaseQuantBlock lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 819d5ef809058894 · report
ComputeMadnasScore lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 2028d48de55aba38 · report
QuantBasicBlock lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · affd5495e8ec4d0e · report
QuantBottleneck lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 88f5b8c6e343729d · report
QuantInvertedResidual lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 47fc8538a2628e4c · report
QuantModel lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 4895c833da6c7c80 · report
QuantModule lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 0d7bbdf53ee6e6db · report
UniformAffineQuantizer lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · d4a79d5ee2cd4666 · report
compute_qe_score lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · ac0703e88e81917a · report
convert_qnn lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · ced4515523449616 · report
fold_bn_into_conv lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · 529664956b8dab9a · report
search_fold_and_remove_bn lilujunai/emq-series/emq/predictor/pruners/measures/qe_score.py official repository unverified Apache-2.0 (permissive) · de6383d946b71e09 · report

Tasks

Quantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionGlobal Average PoolingKaiming InitializationMax PoolingReLUResidual BlockResidual Connection

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