PulseAugur
EN
LIVE 06:33:50

New ExTernD method approaches bfloat16 accuracy for LLMs at low bit-widths

Researchers have developed ExTernD, a novel post-training quantization method for large language models that decomposes weight matrices into ternary factors. This technique allows for accuracy levels approaching bfloat16, even at low effective bit-widths, by using an expanded inner rank to correct quantization errors. ExTernD achieves performance comparable to Q4_K and Q5_K quantization on models like Gemma-4-E2B and Qwen3.5-4B, offering a flexible trade-off between accuracy, memory, and compute. AI

IMPACT Enables more efficient deployment of LLMs by reducing memory and compute requirements without significant accuracy loss.

RANK_REASON The cluster contains an academic paper detailing a new technical method for LLM quantization.

Read on arXiv cs.AI →

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

New ExTernD method approaches bfloat16 accuracy for LLMs at low bit-widths

COVERAGE [3]

  1. arXiv cs.AI TIER_1 English(EN) · Chethan Reddy G. P ·

    ExTernD: Expanded-Rank Ternary Decomposition Ternary LLM PTQ with Accuracy Approaching Any Quantization Level

    arXiv:2607.13511v1 Announce Type: cross Abstract: We introduce ExTernD (Expanded-rank Ternary Decomposition), a post-training factorization of each LLM weight matrix $A \in \mathbb{R}^{m \times n}$ into $A \approx B \mathrm{diag}(D) C$ with ternary factors $B \in \{-1,0,+1\}^{m \…

  2. arXiv cs.AI TIER_1 English(EN) · Chethan Reddy G. P ·

    ExTernD: Expanded-Rank Ternary Decomposition Ternary LLM PTQ with Accuracy Approaching Any Quantization Level

    We introduce ExTernD (Expanded-rank Ternary Decomposition), a post-training factorization of each LLM weight matrix $A \in \mathbb{R}^{m \times n}$ into $A \approx B \mathrm{diag}(D) C$ with ternary factors $B \in \{-1,0,+1\}^{m \times k}$, $C \in \{-1,0,+1\}^{k \times n}$ and a …

  3. r/MachineLearning TIER_1 English(EN) · /u/LMTLS5 ·

    ExTernD: Expanded-Rank Ternary Decomposition Ternary LLM PTQ with Accuracy Approaching Any Quantization Level [P]

    <!-- SC_OFF --><div class="md"><p><a href="https://arxiv.org/pdf/2607.13511">https://arxiv.org/pdf/2607.13511</a></p> <p>the core idea is, we cannot have ternary PTQ with fixed matrix size, trying to do that is dead end. so i tried decomposing the matrix to 2 ternary matrices and…