ExTernD: Expanded-Rank Ternary Decomposition Ternary LLM PTQ with Accuracy Approaching Any Quantization Level
arXiv:2607.13511
The paper presents ExTernD, a post‑training factorization that expands the rank of ternary matrix decompositions to correct quantization errors, enabling large language models to achieve accuracy close to bf16 across arbitrary quantization levels.
Abstract
We introduce ExTernD (Expanded-rank Ternary Decomposition), a post-training factorization of each LLM weight matrix into with ternary factors , and a real scale vector . The inner rank is deliberately expanded beyond full rank (), so that components past full rank correct the quantization error of earlier ones. We prove the residual decreases monotonically in and can be driven below any : ExTernD approaches bf16 accuracy arbitrarily closely, which no ternary scheme with a fixed plane count can do. Memory and compute scale continuously with , and factor sparsity continuously with a threshold , so an accuracy target is hit exactly rather than rounded to the next bit-width. ExTernD matches Q4_K's per-matrix accuracy at 5.2-5.5 effective bpw (5.1-5.5 with importance weighting) on Gemma-4-E2B and Qwen3.5-4B, and a full Qwen3.5-4B conversion at reaches 10.10 wikitext-2 perplexity against 9.78 for bf16 (+3.2%), placing it near the Q4_K/Q5_K accuracy band at ~5.7 effective bpw.