PulseAugur
EN
LIVE 09:58:43

SchurQuant enhances LLM quantization accuracy, improving 2-bit models by over 11 pp

Researchers have developed SchurQuant, a novel method for layer-wise quantization of large language models (LLMs) that significantly improves accuracy, especially at lower bitrates. The technique, which includes a component called SCHUROPT, analytically optimizes the quantization process by eliminating the optimal continuous response of the remaining suffix and refining discrete codes. SchurQuant has demonstrated substantial gains, outperforming existing backpropagation-free methods by up to 11.88 percentage points on 2-bit Qwen3-4B models and achieving the highest zero-shot accuracy across various Llama and Qwen models. AI

IMPACT Enables more efficient deployment of LLMs by improving quantization accuracy, particularly at low bitrates.

RANK_REASON The cluster contains an academic paper detailing a new method for LLM quantization. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

SchurQuant enhances LLM quantization accuracy, improving 2-bit models by over 11 pp

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Gunjun Lee, Sehwan Son, Younjoo Lee, Byungjun Kim, Jung Ho Ahn ·

    SchurQuant: Groupwise Discrete Optimization for Layer-Wise LLM Quantization

    arXiv:2608.15567v1 Announce Type: new Abstract: Weight-only post-training quantization (PTQ) enables the deployment of large language models under tight memory budgets, but accuracy often collapses at 2-3 bits. Existing backpropagation-free PTQ optimizers have two limitations: gr…