ExTernD Achieves Near BF16 Accuracy for Ternary LLM Quantization

Chethan Reddy G. P· July 16, 2026 View original

Summary

ExTernD (Expanded-rank Ternary Decomposition) is a post-training quantization method for LLMs that factorizes weight matrices into ternary components with an expanded inner rank. This allows it to continuously reduce quantization error, theoretically approaching bf16 accuracy arbitrarily closely, unlike fixed-bit ternary schemes.

Large Language Models (LLMs) often require significant computational resources and memory, prompting research into quantization techniques to reduce their footprint. One such approach is ternary quantization, which constrains weights to -1, 0, or +1. However, fixed-bit ternary schemes typically have inherent accuracy limitations. This new research introduces ExTernD, or Expanded-rank Ternary Decomposition, a post-training quantization method designed to overcome these limitations. ExTernD factorizes each LLM weight matrix into three components: two ternary matrices (B and C) and a real-valued diagonal scaling vector (D). Crucially, the inner rank (k) of this decomposition is deliberately expanded beyond the full rank of the original matrix. This expansion allows subsequent components to correct the quantization errors introduced by earlier ones, enabling a continuous reduction in the residual error. The theoretical foundation of ExTernD demonstrates that this residual error decreases monotonically with increasing k, meaning the method can achieve accuracy arbitrarily close to bf16 precision. The method offers continuous control over memory and compute scaling through the expansion factor (mu) and sparsity through a threshold (tau), allowing for precise targeting of accuracy levels rather than being limited to discrete bit-widths. Empirical evaluations on models like Gemma-4-E2B and Qwen3.5-4B show that ExTernD matches the per-matrix accuracy of Q4_K at an effective bit-width of 5.2-5.5 bits per weight. A full Qwen3.5-4B conversion with mu=3 achieved a Wikitext-2 perplexity of 10.10, very close to the bf16 baseline of 9.78, positioning it within the accuracy band of Q4_K/Q5_K at approximately 5.7 effective bits per weight.

Why it matters

This breakthrough in LLM quantization allows for significantly smaller and faster models without sacrificing accuracy, making advanced AI more accessible and deployable on resource-constrained devices.

How to implement this in your domain

  1. 1Evaluate ExTernD for deploying LLMs on edge devices or in environments with strict memory/compute constraints.
  2. 2Integrate ExTernD into existing LLM compression pipelines to achieve higher accuracy at lower bit-widths.
  3. 3Experiment with different expansion factors (mu) and sparsity thresholds (tau) to find the optimal trade-off for specific models and tasks.
  4. 4Benchmark ExTernD against other post-training quantization methods to assess its performance and efficiency gains.

Who benefits

Consumer ElectronicsTelecommunicationsCloud ComputingAutomotive

Key takeaways

  • ExTernD is a novel ternary quantization method for LLMs.
  • It uses expanded-rank decomposition to continuously reduce quantization error.
  • The method can theoretically approach bf16 accuracy arbitrarily closely.
  • It offers flexible control over memory, compute, and sparsity for precise accuracy targeting.

Original post by Chethan Reddy G. P

"arXiv:2607.13511v1 Announce Type: new 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 \ti…"

View on X

Originally posted by Chethan Reddy G. P on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses