Switch language한국어
Back to the list

OCTOPUS: Optimized KV Cache for Transformers via Octahedral Parametrization Under Optimal Squared Error Quantization

TL;DR AI

Key summary

2 min read
  1. Researchers introduced OCTOPUS, a deterministic KV-cache codec for transformers that compresses cache data with octahedral triplet quantization.

  2. It jointly quantizes rotated key triplets and uses squared-error-optimized bit allocation to improve compression efficiency.

  3. Across text, video, and audio, OCTOPUS outperforms prior rotation-based methods such as TurboQuant and PolarQuant.

  4. The method reduces KV-cache memory bandwidth and footprint without adding decode-time bandwidth or latency, making long-context inference more practical.

Read the original