Papers › MicroScopiQ: Accelerating Foundational Models through Outlier-Aware Microscaling Quantization

MicroScopiQ: Accelerating Foundational Models through Outlier-Aware Microscaling Quantization

8 Nov 2024arXiv:2411.05282archive 2025-07-28

Akshat Ramachandran, Souvik Kundu, Tushar Krishna

Quantization of foundational models (FMs) is significantly more challenging than traditional DNNs due to the emergence of large magnitude values called outliers. Existing outlier-aware algorithm-architecture co-design techniques either use mixed-precision, retaining outliers at high precision but compromise hardware efficiency, or quantize inliers and outliers at the same precision, improving hardware efficiency at the cost of accuracy. To address this mutual exclusivity, we propose MicroScopiQ, a novel co-design technique that leverages pruning to complement outlier-aware quantization. MicroScopiQ retains outliers at higher precision while pruning a certain fraction of least important weights to distribute the additional outlier bits; ensuring high accuracy, aligned memory and hardware efficiency. We design a high-throughput, low overhead accelerator architecture composed of multi-precision INT processing elements and a network-on-chip called ReCoN that efficiently abstracts the complexity of supporting high-precision outliers. Additionally, unlike prior techniques, MicroScopiQ does not assume any locality of outlier weights, enabling applicability to a broad range of FMs. Extensive experiments across diverse quantization settings demonstrate that MicroScopiQ achieves state-of-the-art quantization accuracy, while delivering up to 3x faster inference and 2x lower energy consumption compared to existing alternatives. Code is available at: https://github.com/georgia-tech-synergy-lab/MicroScopiQ-LLM-Quantization

PaperPDFCodeCode 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="2411.05282")

Code

Syntology Ran 2 of 12 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

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

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

12 samples harvested; 2 ran; 0 honoured the contract we drafted; 10 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 · our draft was wrong
10unverified

Licence: 0 of the 12 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 georgia-tech-synergy-lab/microscopiq-llm-quantization. “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 georgia-tech-synergy-lab/microscopiq-llm-quantization/utils/modelutils.py official repository ran · our draft was wrong MIT (permissive) · a9e7f2cdf016b88b · report
get_opt georgia-tech-synergy-lab/microscopiq-llm-quantization/llm/opt.py official repository ran · our draft was wrong MIT (permissive) · 887f43fe08a6472d · report
analyze_outliers_olive georgia-tech-synergy-lab/microscopiq-llm-quantization/outlier_profiling/profiler.py official repository unverified MIT (permissive) · b98e145c4c83940d · report
compare_models_and_check_nans georgia-tech-synergy-lab/microscopiq-llm-quantization/llm/opt_direct.py official repository unverified MIT (permissive) · 88176b06dfb6df3e · report
evaluate_pred_answer georgia-tech-synergy-lab/microscopiq-llm-quantization/kv_quant/evaluation_gsm8k.py official repository unverified MIT (permissive) · b6a8148f2f12adc9 · report
get_llama georgia-tech-synergy-lab/microscopiq-llm-quantization/llm/llama.py official repository unverified MIT (permissive) · d1d25542bf6a73b0 · report
layer_norm georgia-tech-synergy-lab/microscopiq-llm-quantization/number_system/mx/layernorm.py official repository unverified MIT (permissive) · 494a1f0c452b05c6 · report
llama_sequential georgia-tech-synergy-lab/microscopiq-llm-quantization/llm/llama.py official repository unverified MIT (permissive) · c6cb1685a5860766 · report
opt_pack3 georgia-tech-synergy-lab/microscopiq-llm-quantization/llm/opt.py official repository unverified MIT (permissive) · 5a1ab8a11275fe3d · report
opt_sequential georgia-tech-synergy-lab/microscopiq-llm-quantization/llm/opt.py official repository unverified MIT (permissive) · 3ef2f25d56625af9 · report
parse_pred_ans georgia-tech-synergy-lab/microscopiq-llm-quantization/kv_quant/evaluation_gsm8k.py official repository unverified MIT (permissive) · d93eb10d932ff2c8 · report
test_answer georgia-tech-synergy-lab/microscopiq-llm-quantization/kv_quant/evaluation_gsm8k.py official repository unverified MIT (permissive) · b6065f749757a201 · report

Tasks

Quantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Pruning

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