Papers › BCJR-QAT: A Differentiable Relaxation of Trellis-Coded Weight Quantization

BCJR-QAT: A Differentiable Relaxation of Trellis-Coded Weight Quantization

11 May 2026arXiv:2605.10655added by Syntology

Venugopalan Iyengar

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

Trellis-coded quantization sets the current 2-bit post-training frontier for LLMs (QTIP), but pushing below the PTQ ceiling requires quantization-aware training, and QAT on a trellis is obstructed by the non-differentiable Viterbi argmax. We introduce BCJR-QAT, a relaxation that replaces the argmax with the BCJR forward-backward sum-product algorithm at temperature T, producing a soft codeword equal to the Boltzmann expectation over trellis paths, exactly differentiable, recovering the hard QTIP code as T →0, and mathematically identical to the transfer-matrix computation for a 1D Ising-like spin chain. We contribute (i) a fused Triton kernel making BCJR tractable on a single consumer GPU (6.57× speedup, fp32 parity); (ii) a quantitative drift-budget theory of when BCJR-QAT can escape the QTIP-PTQ Voronoi basin, verified across four experiments; and (iii) a positive empirical result on Llama-3.2-1B at 2 bpw under end-to-end forward-KL distillation: with the right schedule (skip the high-T phase to avoid an overshoot we diagnose), single-layer BCJR-QAT beats QTIP-PTQ by -0.084 PPL on WikiText-2, and multi-layer compounding is super-additive.

PaperPDFCode Syntology ran

In Syntology 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.10655")

Code

Syntology Ran 4 of 9 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · fixture could not drive it.

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

Venugopalan2610/quant-2bit 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

9 samples harvested; 4 ran; 1 honoured the contract we drafted; 5 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.

1ran · honoured contract
3ran · fixture could not drive it
5unverified

Licence: 9 of the 9 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 Venugopalan2610/quant-2bit. “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.

_tile_for_viterbi_gpu Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · f67937cf64d21ffa · report
_untile_from_viterbi_gpu Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · dbfafef044e76530 · report
apply_rht_gpu Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · ee64250424cbbe70 · report
build_pred_succ_tables Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · 24188092890ee118 · report
_bcjr_chunk_forward Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology unverified licence not identified · pointer only · 8adde483717e2e48 · report
apply_inverse_rht_gpu Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology unverified licence not identified · pointer only · 82180d8559e0b53b · report
bcjr_quantize_tiles Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology unverified licence not identified · pointer only · 726af4abf8f2c769 · report
bcjr_quantize_weight Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology unverified licence not identified · pointer only · 2ce4ed51dbda8628 · report
bcjr_quantize_weight_rotated Venugopalan2610/quant-2bit/src/bcjr/bcjr_quant.py found in paper text by Syntology unverified licence not identified · pointer only · eacad7291d0f0b14 · report

Results from the paper

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