Papers › AlphaQ: Calibration-Free Bit Allocation for Mixture-of-Experts Quantization

AlphaQ: Calibration-Free Bit Allocation for Mixture-of-Experts Quantization

3 Jun 2026arXiv:2606.04980added by Syntology

Wanqi Yang, Yuexiao Ma, Alexander Conzelmann, Xiawu Zheng, Michael W. Mahoney, T. Konstantin Rusch, Shiwei Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Mixture-of-Experts (MoE) architectures scale model capacity through sparse expert activation, but their deployment remains memory-bound because all expert weights must reside in memory. Mixed-precision quantization can substantially reduce this footprint by assigning different bit-widths to different experts. Existing approaches, however, typically rely on calibration data to estimate expert importance and determine bit allocation. For frontier MoE LLMs, the original training data, and hence the true training distribution, is proprietary and inaccessible. As a result, calibration sets are inevitably imperfect surrogates, and this can misestimate expert utilization and lead to suboptimal bit allocation. Motivated by the substantial cross-expert quality variability observed in modern MoE models, and by the success of Heavy-Tailed Self-Regularization (HT-SR) theory at predicting neural network model quality without access to training or testing data, we propose AlphaQ, a calibration-free bit-allocation method for MoE quantization. AlphaQ draws on HT-SR theory and follows a simple principle: experts with more heavy-tailed weight spectra are typically better trained and hence should receive higher bit-widths, while experts with weaker heavy-tailed structure can be quantized more aggressively. AlphaQ operationalizes this principle by measuring expert-wise spectral heavy-tailedness and solving a budget-constrained optimization problem that minimizes total quantization error under a global bit-budget constraint. Across several MoE models, AlphaQ consistently outperforms calibration-based baselines under matched bit budgets. Notably, on Qwen1.5-MoE, AlphaQ achieves near full-precision accuracy with an average expert precision of only 3.5 bits, while delivering more than 4× memory compression. Our code is available at https://github.com/Superone77/AlphaQ.

PaperPDFCode 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="2606.04980")

Code

Syntology Ran 8 of 11 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Superone77/AlphaQ found in paper text by Syntology report

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

11 samples harvested; 8 ran; 0 honoured the contract we drafted; 3 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.

8ran
3unverified

Licence: 11 of the 11 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 Superone77/AlphaQ. “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.

find_layers Superone77/AlphaQ/modelutils.py found in paper text by Syntology ran no licence file found · pointer only · 42a68e1344b46dfb · report
get_config_file Superone77/AlphaQ/inference.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 662b2eedcb03e815 · report
llama_eval Superone77/AlphaQ/eval_ppl_utils.py found in paper text by Syntology ran no licence file found · pointer only · 834211043551ca7f · report
name_to_linear_tag Superone77/AlphaQ/inference.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · bcb716db14e8f2ec · report
parse_load_args Superone77/AlphaQ/evaluate_quantized.py found in paper text by Syntology ran no licence file found · pointer only · 5a2b2d08238eac2c · report
yarn_find_correction_dim Superone77/AlphaQ/deepseek_moe/modeling_deepseek.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · de3c1ddb7a5bbb47 · report
yarn_find_correction_range Superone77/AlphaQ/deepseek_moe/modeling_deepseek.py found in paper text by Syntology ran no licence file found · pointer only · ed5f1f4e8c0439b2 · report
yarn_get_mscale Superone77/AlphaQ/deepseek_moe/modeling_deepseek.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 8dfdb3a53834d90f · report
build_and_solve_global_milp Superone77/AlphaQ/deepseek_main.py found in paper text by Syntology unverified no licence file found · pointer only · d683fdcca2092b86 · report
get_tokenizer Superone77/AlphaQ/datautils.py found in paper text by Syntology unverified no licence file found · pointer only · 974bbd33a0a13437 · report
make_table Superone77/AlphaQ/eval_utils.py found in paper text by Syntology unverified no licence file found · pointer only · f5f924ce5962ca8f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.04980, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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