Papers › Attention-aware Post-training Quantization without Backpropagation

Attention-aware Post-training Quantization without Backpropagation

19 Jun 2024arXiv:2406.13474archive 2025-07-28

Junhan Kim, Ho-young Kim, Eulrang Cho, Chungman Lee, Joonyoung Kim, Yongkweon Jeon

Quantization is a promising solution for deploying large-scale language models (LLMs) on resource-constrained devices. Existing quantization approaches, however, rely on gradient-based optimization, regardless of it being post-training quantization (PTQ) or quantization-aware training (QAT), which becomes problematic for hyper-scale LLMs with billions of parameters. This overhead can be alleviated via recently proposed backpropagation-free PTQ methods; however, their performance is somewhat limited by their lack of consideration of inter-layer dependencies. In this paper, we thus propose a novel PTQ algorithm that considers inter-layer dependencies without relying on backpropagation. The fundamental concept involved is the development of attention-aware Hessian matrices, which facilitates the consideration of inter-layer dependencies within the attention module. Extensive experiments demonstrate that the proposed algorithm significantly outperforms conventional PTQ methods, particularly for low bit-widths.

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

Code

Syntology Ran 10 of 11 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 4 ran · our draft was wrong; 5 ran · fixture could not drive it; 1 ran with no contract checked.

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

SamsungLabs/BoA found in paper text by Syntology 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

11 samples harvested; 10 ran; 0 honoured the contract we drafted; 1 has 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
5ran · fixture could not drive it
1ran
1unverified

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 SamsungLabs/BoA. “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.

BoA SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran licence not identified · pointer only · 30794ea4f77e617d · report
damping SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · f454b164e03e97cd · report
fake_quantize SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · e720961192f8cc13 · report
filter_dead_neuron SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · e7cdd0d8ff38c485 · report
get_cholesky_of_inverse SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · b4ee4d03c2667d47 · report
quantize SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · b6a41484b3b9b656 · report
reorder_col SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · 43c717cebadf7e91 · report
reorder_row SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · c9f502a6a946cd16 · report
reverse_reorder_col SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · bc61e2d7ad94414b · report
reverse_reorder_row SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · 61e1feb02fd713b4 · report
cleanup_memory SamsungLabs/BoA/quantizers/boa.py found in paper text by Syntology unverified licence not identified · pointer only · b9b9db4928482dd1 · report

Tasks

Quantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

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