Papers › FASQ: Flexible Accelerated Subspace Quantization for Calibration-Free LLM Compression

FASQ: Flexible Accelerated Subspace Quantization for Calibration-Free LLM Compression

22 Apr 2026arXiv:2605.04084added by Syntology

Ye Qiao, Yian Wang, Zhiheng Chen, Hyoukjun Kwon, Sitao Huang

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

Compressing large language models (LLMs) for deployment on commodity GPUs remains challenging: conventional scalar quantization is limited to fixed bit-widths (e.g., 8/4/3-bit), offers only a few discrete compression points, and typically requires calibration data. We present FASQ (Flexible Accelerated Subspace Quantization), a calibration-free framework that applies product quantization to LLM weight matrices. By tuning two parameters, sub-vector size and codebook cardinality, FASQ exposes a continuous design space spanning 27-49% of the original FP16 model size, filling compression gaps that fixed-bit schemes cannot reach. On Meta-Llama-3-8B, FASQ surpasses 4-bit GPTQ and AWQ in accuracy (67.1-67.7 avg.) at 37-42% model size, with consistent results on Qwen3-8B and Qwen3.5-9B-Base. To make product quantization practical at inference time, we design custom CUDA kernels: a LUT-free direct-compute GEMV for decode and an output-stationary double-buffered LUT GEMM for prefill, both with split-K parallelism. On an RTX~3090, FASQ achieves 45.2 tok/s decode at effective 4-bit (2.56x memory reduction) and 51.8 tok/s at effective 3-bit (2.80x), both surpassing FP16 tensor-core performance (43.9 tok/s) and delivering 1.6 to 1.8x the throughput of AWQ, 2.5 to 2.5x of GPTQ, and 4.3 to 5x of RTN. FASQ is the only compressed method that accelerates decode beyond FP16, offering calibration-free compression, continuous size-quality trade-offs, and real-time inference on a single consumer GPU.

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

Code

Syntology Ran 5 of 7 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

mit-han-lab/llm-awq found in paper text by Syntology report
mit-han-lab/smoothquant found in paper text by Syntology report
ist-daslab/gptq 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

7 samples harvested; 5 ran; 0 honoured the contract we drafted; 2 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.

4ran · our draft was wrong
1ran · fixture could not drive it
2unverified

Licence: 0 of the 7 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.

quantize ist-daslab/gptq/quant.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 41c57e55d21c4d96 · report
quantize_activation_per_tensor_absmax mit-han-lab/smoothquant/smoothquant/fake_quant.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · aa2bd5edebc9b6ff · report
quantize_activation_per_token_absmax mit-han-lab/smoothquant/smoothquant/fake_quant.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · c1cb961b4f5cb75c · report
quantize_weight_per_channel_absmax mit-han-lab/smoothquant/smoothquant/fake_quant.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 770da8497b2ff4ba · report
quantize_weight_per_tensor_absmax mit-han-lab/smoothquant/smoothquant/fake_quant.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · dd3493503cb95888 · report
Quantizer ist-daslab/gptq/quant.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fc31370a0c6e1aaf · report
W8A8Linear mit-han-lab/smoothquant/smoothquant/fake_quant.py found in paper text by Syntology unverified MIT (permissive) · fcb15f76a1133e67 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.04084, was issued in May 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