QTEA Achieves Efficient Ternary Quantization for LLMs with High Accuracy

Yipin Guo, Arun M George, Jie Fu, Tareq Mahmoud, Sixue Xing, Siddharth Joshi· September 2, 2026 View original

Key takeaways

  • QTEA is a sub-2-bit PTQ framework for efficient LLM serving.
  • It uses ternary weights, sparse residuals, and column-wise optimization.
  • QTEA achieves significant accuracy gains and lower perplexity over baselines.
  • A custom kernel enables 7.2x faster per-token generation.

Who benefits

AI/TechCloud ComputingSoftware DevelopmentTelecommunicationsEdge AI

Summary

Researchers introduce QTEA, a sub-2-bit post-training quantization (PTQ) framework that quantizes LLM weights into ternary values, using sparse residual salient weights and by-column optimization to maintain hardware efficiency and significantly improve accuracy. QTEA achieves up to 16.7% accuracy gain over baselines and 7.2x faster per-token generation, making LLM serving more efficient.

Serving large language models (LLMs) at scale is computationally intensive, and post-training quantization (PTQ) is a key strategy to reduce this burden. However, existing PTQ methods often struggle to maintain accuracy when quantizing below 2 bits, and many rely on unstructured sparsity, which sacrifices hardware efficiency. A new framework, QTEA, aims to overcome these limitations. QTEA quantizes LLM weights into ternary values (e.g., -1, 0, 1) and uses "salient weights" as residual error compensators. To preserve hardware efficiency, these residuals are applied to selected columns with a semi-structured 1:4 sparsity. The framework also introduces a column-wise rescale refinement to GPTQ-style quantization, iteratively updating per-column scales and ternary assignments to minimize reconstruction error. Furthermore, QTEA addresses order-dependent error propagation in GPTQ by incorporating an error decay mechanism. Empirical results on Qwen3-14B show QTEA compresses weights to an effective 1.7 bits per weight, achieving a 16.7% accuracy gain over the strongest ternary PTQ baseline and significantly lower perplexity. Similar improvements were observed on Llama3-8B. A custom lookup-table based kernel developed for QTEA delivers 7.2x faster per-token generation compared to an FP16 baseline, demonstrating substantial efficiency gains.

Why it matters

QTEA offers a significant advancement in LLM quantization, enabling highly efficient deployment of large models with minimal accuracy loss. This directly translates to lower operational costs, faster inference, and broader accessibility for powerful AI applications.

How to implement this in your domain

  1. 1Evaluate QTEA for quantizing your organization's LLMs to reduce inference costs and latency.
  2. 2Integrate QTEA's open-source code into existing LLM deployment pipelines for hardware-efficient serving.
  3. 3Benchmark QTEA's performance against current quantization methods on your specific LLM architectures and tasks.
  4. 4Explore developing custom kernels or leveraging hardware acceleration to maximize QTEA's 7.2x generation speedup.

Original post by Yipin Guo, Arun M George, Jie Fu, Tareq Mahmoud, Sixue Xing, Siddharth Joshi

"arXiv:2609.00224v1 Announce Type: new Abstract: Weight-only post-training quantization (PTQ) can alleviate the computational burden of serving large language models (LLMs) at scale. However, existing PTQ methods often fail to generalize across models and suffer severe accuracy lo…"

View on X

Originally posted by Yipin Guo, Arun M George, Jie Fu, Tareq Mahmoud, Sixue Xing, Siddharth Joshi on X · view source

Want to go deeper?

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

Explore courses