paper-with-me

Papers

LoopQ: Quantization for Recursive Transformers

2026-05-08 · Rui Fang, Hsi-Wen Chen, Ming-Syan Chen arxiv

Looped language models (LoopLMs) improve parameter efficiency by recursively reusing Transformer blocks, enabling deeper computation under a fixed model size. However, this reuse makes LoopLMs more fragile under post-training quantization (PTQ). We present the first systematic study of quantization in LoopLMs and identify three challenges: distribution shift across roles, state reuse across loop transitions, and recursive error accumulation. To address these challenges, we propose LoopQ, a loop-aware PTQ framework that preserves a shared quantized backbone while introducing lightweight adaptations. LoopQ combines activation scaling, selective transformation, cross-loop state alignment, and trajectory-aware optimization to reduce distributional mismatch within loops and error accumulation across loops. Experiments across seven benchmarks show that, under W4A4 quantization, LoopQ improves average downstream accuracy by 68.8% and reduces average perplexity by 87.7% compared with the strongest static PTQ baseline.

📄 PDF Abstract BibTeX arXiv:2605.16343

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recursive CSI Quantization of Time-Correlated MIMO Channels by Deep Learning Classification

2020-09-28 · Stefan Schwarz

In frequency division duplex (FDD) multiple-input multiple-output (MIMO) wireless communications, limited channel state information (CSI) feedback is a central tool to support advanced single- and multi-user MIMO beamfor…

General ClassificationQuantization

Relaxed Recursive Transformers: Effective Parameter Sharing with Layer-wise LoRA

2024-10-28 · Sangmin Bae, Adam Fisch, Hrayr Harutyunyan, Ziwei Ji 외

Large language models (LLMs) are expensive to deploy. Parameter sharing offers a possible path towards reducing their size and cost, but its effectiveness in modern LLMs remains fairly limited. In this work, we revisit "…

Knowledge Distillation

Quantization goes Polynomial

2017-10-31 · Giorgia Callegaro, Lucio Fiorin, Andrea Pallavicini

Quantization algorithms have been successfully adopted to option pricing in finance thanks to the high convergence rate of the numerical approximation. In particular, very recently, recursive marginal quantization has be…

Quantization

PTQ4ViT: Post-training quantization for vision transformers with twin uniform quantization

2021-11-24 · Zhihang Yuan, Chenhao Xue, Yiqi Chen, Qiang Wu 외

Quantization is one of the most effective methods to compress neural networks, which has achieved great success on convolutional neural networks (CNNs). Recently, vision transformers have demonstrated great potential in …

Quantization

Causal Transformers Perform Below Chance on Recursive Nested Constructions, Unlike Humans

2021-10-14 · Yair Lakretz, Théo Desbordes, Dieuwke Hupkes, Stanislas Dehaene

Recursive processing is considered a hallmark of human linguistic abilities. A recent study evaluated recursive processing in recurrent neural language models (RNN-LMs) and showed that such models perform below chance le…