English

Ecco: Improving Memory Bandwidth and Capacity for LLMs via Entropy-aware Cache Compression

Hardware Architecture 2025-05-13 v1

Abstract

Large language models (LLMs) have demonstrated transformative capabilities across diverse artificial intelligence applications, yet their deployment is hindered by substantial memory and computational demands, especially in resource-constrained environments. Quantization techniques have emerged as a critical solution, reducing data precision to enhance memory and computational efficiency. However, existing methods often suffer from high runtime overheads and potential accuracy degradation. To address these challenges, we propose Ecco, an entropy-based cache compression technique tailored for LLMs. Ecco combines group-wise and non-uniform quantization with pre-defined shared k-means patterns and Huffman coding to exploit the inherent entropy characteristics of LLM cache data. Recognizing the inefficiencies of traditional Huffman coding in terms of parallelism and latency, we introduce a novel parallel Huffman-based decoding process with a multi-stage pipeline design, reducing latency by two orders of magnitude and achieving throughput comparable to GPU L2 caches. Comprehensive evaluations demonstrate that Ecco achieves an up to 2.9×\times and 1.9×\times speedup over the state-of-the-art AWQ and SmoothQuant framework, 2.4×\times over the Olive accelerator, all while increasing memory capacity by nearly 4×\times and maintaining state-of-the-art LLM accuracy. These results underscore the effectiveness of our entropy-based cache compression in enhancing LLM performance and efficiency, paving the way for more deployable large-scale AI models.

Keywords

Cite

@article{arxiv.2505.06901,
  title  = {Ecco: Improving Memory Bandwidth and Capacity for LLMs via Entropy-aware Cache Compression},
  author = {Feng Cheng and Cong Guo and Chiyue Wei and Junyao Zhang and Changchun Zhou and Edward Hanson and Jiaqi Zhang and Xiaoxiao Liu and Hai "Helen" Li and Yiran Chen},
  journal= {arXiv preprint arXiv:2505.06901},
  year   = {2025}
}

Comments

ISCA 2025

R2 v1 2026-06-28T23:28:32.043Z