paper-with-me

Papers

LAQuant: A Simple Overhead-free Large Reasoning Model Quantization by Layer-wise Lookahead Loss

2026-05-09 · Euntae Choi, Sumin Song, Sungjoo Yoo arxiv

Large reasoning models (LRMs) reach competition-level math and coding accuracy via long autoregressive decoding, making per-token decoding cost a primary deployment concern. Weight quantization is the standard tool for acceleration, but representative recipes -- including state-of-the-art end-to-end (E2E) QAT -- lose accuracy on long-decoding reasoning benchmarks despite preserving perplexity and short-decode accuracy. Through a systematic gradient-direction analysis, we identify two factors driving this gap: (i) KV-cache fidelity preservation under the QAT loss, which E2E supervision attenuates via the softmax Fisher metric; and (ii) Hessian-subspace alignment between calibration data and the deployment distribution. We propose LookAhead Quantization (LAQuant), a layer-wise weight-only QAT method that addresses both factors without online-transform overhead by combining reasoning-domain calibration with a one-layer lookahead loss whose implicit cross-layer co-adaptation preserves the next-layer residual stream. For Qwen3-4B under W3G128 quantization, LAQuant improves AIME25 Pass@1 over ParoQuant by 15.11pp (1.93pp over ParoQuant++ at matched calibration) while achieving a 3.42x decoding speedup over FP16 on RTX A6000, compared with ParoQuant's 3.01x.

📄 PDF Abstract BibTeX arXiv:2605.08755

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Less is More: Improving LLM Reasoning with Minimal Test-Time Intervention

2025-10-15 · Zhen Yang, Mingyang Zhang, Feng Chen, Ganggui Ding 외 arxiv

Recent progress in large language models (LLMs) has focused on test-time scaling to improve reasoning via increased inference computation, but often at the cost of efficiency. We revisit test-time behavior and uncover a …

Why and When Visual Token Pruning Fails? A Study on Relevant Visual Information Shift in MLLMs Decoding

2026-04-14 · Jiwan Kim, Kibum Kim, Wonjoong Kim, Byung-Kwan Lee 외 arxiv

Recently, visual token pruning has been studied to handle the vast number of visual tokens in Multimodal Large Language Models. However, we observe that while existing pruning methods perform reliably on simple visual un…

Visual Reasoning

GlimpRouter: Efficient Collaborative Inference by Glimpsing One Token of Thoughts

2026-01-08 · Wenhao Zeng, Xuteng Zhang, Yuling Shi, Chao Hu 외 arxiv

Large Reasoning Models (LRMs) achieve remarkable performance by explicitly generating multi-step chains of thought, but this capability incurs substantial inference latency and computational cost. Collaborative inference…

Asking LLMs to Verify First is Almost Free Lunch

2025-11-21 · Shiguang Wu, Quanming Yao arxiv

To enhance the reasoning capabilities of Large Language Models (LLMs) without high costs of training, nor extensive test-time sampling, we introduce Verification-First (VF), a strategy that prompts models to verify a pro…

Multi-objective Evolutionary Merging Enables Efficient Reasoning Models

2026-04-07 · Mario Iacobelli, Adrian Robert Minut, Tommaso Mencattini, Donato Crisostomi 외 arxiv

Reasoning models have demonstrated remarkable capabilities in solving complex problems by leveraging long chains of thought. However, this more deliberate reasoning comes with substantial computational overhead at infere…

Mathematical Reasoning