compression

Tag

Cards List
#compression

@JakeKAllDay: Huawei released a paper on a new KV compression method called KVarN: it demonstrated minimal loss down to *2 bit* quant…

X AI KOLs Timeline · 2026-06-04 Cached

Huawei released a paper on KVarN, a new KV cache compression method achieving minimal loss at 2-bit quantization compared to FP16, outperforming methods like TurboQuant and KIVI with little inference slowdown.

0 favorites 0 likes
#compression

Journey to JPEG XL: open-source experiments shaped the future of image coding

Hacker News Top · 2026-06-03 Cached

Google engineers recount the decade-long open-source journey behind JPEG XL, highlighting key experiments like WebP Lossless, Butteraugli, and Guetzli that shaped the next-generation image standard.

0 favorites 0 likes
#compression

From Long News to Accurate Forecast: Importance-Aware Fusion and PRM-Guided Reflection for Time Series Forecasting

arXiv cs.AI · 2026-06-03 Cached

This paper introduces a framework for time series forecasting that uses importance-aware news compression and process reward model-guided retrieval to incorporate long news articles within fixed context limits, improving prediction accuracy across finance, energy, traffic, and Bitcoin benchmarks.

0 favorites 0 likes
#compression

How Quantization Changes Interpretable Features: A Sparse Autoencoder Analysis of Language Models

arXiv cs.LG · 2026-06-03 Cached

This paper investigates whether interpretable features identified by sparse autoencoders in full-precision language models remain faithful after quantization, finding systematic degradation that behavioral metrics like perplexity can miss.

0 favorites 0 likes
#compression

Value-Aware Stochastic KV Cache Eviction for Reasoning Models

Hugging Face Daily Papers · 2026-06-02 Cached

VaSE is a training-free method for KV cache eviction that protects large-magnitude value states and introduces stochasticity to improve reasoning model accuracy under compression, outperforming existing methods.

0 favorites 0 likes
#compression

SEAOTTER: Sensor Embedded Autoencoding with One-Time Transcode for Efficient Reconstruction

Hugging Face Daily Papers · 2026-06-02 Cached

Introduces SEAOTTER, a compression framework for cloud robotics that combines learned latent representations with standard JPEG compatibility, achieving faster encoding/decoding and higher accuracy at extreme compression ratios.

0 favorites 0 likes
#compression

@charliermarsh: A pure-Rust zstandard decoder implementation from Trifecta Tech! Proud to have funded this work along with Chainguard a…

X AI KOLs Timeline · 2026-06-01 Cached

A pure-Rust zstandard decoder implementation has been released, funded by Trifecta Tech, Chainguard, and the NLnet Foundation.

0 favorites 0 likes
#compression

Announcing Zstandard in Rust

Lobsters Hottest · 2026-06-01 Cached

Trifecta Tech Foundation announces the first release of libzstd-rs-sys, a pure Rust implementation of the Zstandard compression format, offering a drop-in replacement for the C reference implementation with improved portability and memory safety at a slight performance cost.

0 favorites 0 likes
#compression

Why does ASTC use ISE when almost nothing else does?

Lobsters Hottest · 2026-06-01 Cached

This technical blog post explains why the ASTC texture compression format uses integer sequence encoding (ISE) instead of simpler prefix coding. It compares the efficiency of ISE to prefix codes for small integer ranges, showing that ISE's savings are modest but still worthwhile in certain contexts.

0 favorites 0 likes
#compression

@omarsar0: // The Efficiency Frontier // Cool paper on context management. As agents reuse the same documents and histories across…

X AI KOLs Following · 2026-05-31 Cached

This paper introduces The Efficiency Frontier, a unified framework for cost–performance optimization in LLM context management that models context strategy selection as a deployment-aware optimization problem, achieving 25% reduction in token usage and over 50% lower token cost with amortized memory compression compared to full-context prompting.

0 favorites 0 likes
#compression

AV2 v1.0.0 specification

Lobsters Hottest · 2026-05-31 Cached

The Alliance for Open Media has released the AV2 v1.0.0 specification, a next-generation video coding standard offering superior compression efficiency for streaming, broadcasting, and real-time video conferencing.

0 favorites 0 likes
#compression

NestedKV: Nested Memory Routing for Long-Context KV Cache Compression

arXiv cs.CL · 2026-05-27 Cached

NestedKV is a training-free KV cache compression method that uses nested memory routing with multi-time-scale anomaly scoring to improve long-context language model efficiency, achieving significant gains on benchmarks like RULER and LongBench.

0 favorites 0 likes
#compression

Quantized Keys Steal Attention: Bias Correction for KV-Cache Compression in Video Diffusion

arXiv cs.LG · 2026-05-27 Cached

This paper identifies a bias in attention weights caused by quantizing keys in KV-cache compression for chunk-wise autoregressive video diffusion, and proposes a per-attention-score correction that removes the bias with negligible overhead, recovering near-BF16 video quality at INT2 quantization.

0 favorites 0 likes
#compression

Shard - getting to 10× KV cache compression

Reddit r/LocalLLaMA · 2026-05-26 Cached

Shard is a drop-in HuggingFace Cache that achieves 10x KV cache compression for Llama-3.1-8B by using PCA plus int4 quantization on K and Hadamard rotation plus vector quantization on V, without accuracy loss on benchmarks.

0 favorites 0 likes
#compression

Latent Cache Flow: Model-to-Model Communication Without Text

arXiv cs.LG · 2026-05-25 Cached

The paper introduces Latent Cache Flow (LCF), a method for efficient model-to-model communication by exchanging compressed KV caches instead of text, reducing adapter size and enabling cross-context communication.

0 favorites 0 likes
#compression

@Michaelzsguo: KV cache is the model’s working memory during generation. As the context window gets longer, the model has to keep more…

X AI KOLs Timeline · 2026-05-23 Cached

DeepSeek's KV cache compression innovations, including MLA and CSA/HCA, reduce KV cache size by 93%, enabling efficient long-context inference and SSD-based caching, as demonstrated by antirez's ds4.c project.

0 favorites 0 likes
#compression

Local compression helps

Reddit r/AI_Agents · 2026-05-22

A user shares a tip to use Ollama's local llama3.1:8b model for compressing conversation context in agent workflows, reducing latency and token usage compared to sending context to providers.

0 favorites 0 likes
#compression

@morganlinton: I asked Teknium, who is probably one of the smartest agent devs in the world, what he did recently to speed up tool cal…

X AI KOLs Following · 2026-05-21 Cached

Teknium shares recent performance improvements for tool calling in AI agents, including deferring imports, cutting 47% of per-conversation function calls, and deferring compression feasibility checks, with links to working code on GitHub.

0 favorites 0 likes
#compression

Gorilla: A fast, scalable, in-memory time series database (2016)

Hacker News Top · 2026-05-20 Cached

This paper describes Gorilla, an in-memory time series database developed at Facebook that achieves high performance through a novel compression algorithm, enabling storage of billions of time series and fast querying for production monitoring.

0 favorites 0 likes
#compression

tencentdb agent memory is great for compression, but i'm not sure compression is the whole problem

Reddit r/AI_Agents · 2026-05-20

Comparison of TencentDB's agent memory, which excels at compressing messy run histories for token savings, versus the Memos local plugin, which focuses on turning execution history into reusable habits and long-term learning through feedback loops.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback