compression

Tag

Cards List
#compression

SQLite compressed text-history prototypes

Simon Willison's Blog · 11h ago Cached

Simon Willison experiments with storing SQLite text revision histories as compressed JSON arrays, comparing whole-blob and chunked storage approaches. A simulation of 1,000 edits compressed 20.4 MB of revision text into 80.3 KB using Zstandard.

0 favorites 0 likes
#compression

The FastLanes Unified Transport Layout

Lobsters Hottest · yesterday Cached

A technical blog post explaining the FastLanes Unified Transport Layout, a SIMD-friendly data layout for parallel delta decoding, and how it enables data-parallel processing with wide virtual registers.

0 favorites 0 likes
#compression

Addressable Memory for Video World Models

Hugging Face Daily Papers · 3d ago Cached

This paper introduces WorldTrace, a training-free memory framework for long-horizon video world models that keeps compressed cache addressable, plus LoopBench, a benchmark for episodic recall after long detours. It improves temporal consistency by +15.5% and episodic recall by +19.5% on LoopBench.

0 favorites 0 likes
#compression

AnchorKV: Anchor-Residual KV Cache Compression

arXiv cs.LG · 5d ago Cached

AnchorKV is a new KV cache compression scheme that shrinks the cache by 20x without discarding any tokens, using anchor-residual representations to preserve 99% of full-cache accuracy at the 70B scale. The paper is a preprint under review.

0 favorites 0 likes
#compression

ARCHead: Activation-Metric Residual Correction for Large Language Model Output Heads

arXiv cs.CL · 5d ago Cached

ARCHead is a packed LM-head compressor that combines quantized low-rank factors, INT4 residuals, and an activation-metric correction to reduce storage by ~3.7-3.9x while preserving perplexity, complementing existing block quantizers.

0 favorites 0 likes
#compression

When Compression Scores Cannot Decide: Information Boundaries for Group-Robust LLM Pruning

arXiv cs.AI · 5d ago Cached

This paper analyzes why compression statistics for LLM pruning can be reproducible yet select suboptimal endpoints, introducing information boundaries and observation fibers to model the gap. It proposes group-resolved and model-specific mask selection methods that improve worst-group perplexity across dense LLMs and OLMoE.

0 favorites 0 likes
#compression

RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation

arXiv cs.CL · 6d ago Cached

RAGOCR is a novel framework that compresses retrieved documents into compact visual representations conditioned on the input query, using query-aware dynamic resolution to balance compression rate and information fidelity. Experiments show it surpasses naive RAG by over 15% accuracy while using only one-eighth the input tokens.

0 favorites 0 likes
#compression

S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

arXiv cs.CL · 6d ago Cached

This paper introduces S4R, a low-rank KV cache compression method that combines selective token sampling, subspace construction, and sparse reconstruction to achieve up to 5× compression with near full-cache accuracy on LongBench and RULER benchmarks.

0 favorites 0 likes
#compression

ResKV: Reconstructing Omitted Attention Contributions for Fixed-Budget KV Cache Compression

arXiv cs.CL · 2026-08-03 Cached

ResKV proposes a KV cache compression method that divides a fixed budget into an exact main cache and a compact residual cache to reconstruct omitted attention contributions, improving performance on LongBench and RULER across multiple backbones.

0 favorites 0 likes
#compression

Demystifying Entropy-based Selection for Chain-of-Thought Compression in Large Reasoning Models

arXiv cs.CL · 2026-08-03 Cached

This paper tests entropy-based pruning for chain-of-thought compression across models and tasks, finding it offers no advantage over random pruning, and that low-entropy token retention only helps on math benchmarks due to numeric tokens. It provides causal evidence that reasoning information is distributed across the full chain rather than concentrated in a few identifiable tokens.

0 favorites 0 likes
#compression

condense-json 1.0

Simon Willison's Blog · 2026-08-02 Cached

Simon Willison announces the 1.0 release of condense-json, a Python library that condenses JSON by replacing repeated substrings with compact references, saving space in SQLite logs for LLM.

0 favorites 0 likes
#compression

Compression Is All You Need - A thesis on Long term AI memory

Reddit r/singularity · 2026-08-02 Cached

An essay arguing that compression, not longer context windows, is the load-bearing primitive for long-term AI memory and relational continuity, drawing an analogy to compute and storage in computing.

0 favorites 0 likes
#compression

RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

Hugging Face Daily Papers · 2026-08-02 Cached

RestoreKV introduces a learned restoration mechanism that complements query-agnostic KV cache eviction, recovering full-cache behavior under aggressive budgets by generating a compact context-conditioned restore cache via a single LoRA-adapted pass, improving performance on four long-context benchmarks.

0 favorites 0 likes
#compression

@seclink: mimofan has built-in the following 29 features: 1. Tool call loop breaker (DEFAULT_MAX_CONTINUATIONS = 50) 2. Auto-compaction mechanism (http://compaction.rs) 3. Token usage tracking (T…

X AI KOLs Timeline · 2026-07-29 Cached

The mimofan tool has built-in 29 features, including tool call loop breaker, auto-compaction mechanism, token usage tracking, system prompt optimization, etc. It is a feature-rich AI agent tool.

0 favorites 0 likes
#compression

How JPEG works: Interactively explore JPEG's lossy compression methods

Hacker News Top · 2026-07-27 Cached

An interactive article explaining how JPEG lossy compression works, covering color space conversion, frequency domain, quantization, and encoding steps.

0 favorites 0 likes
#compression

How Unix spell ran in 64 kB of RAM

Hacker News Top · 2026-07-27 Cached

The article details how Douglas McIlroy compressed a 250kB dictionary into 64kB RAM for Unix spell using stemming, Bloom filters, and Golomb coding, achieving near-theoretical-limit compression.

0 favorites 0 likes
#compression

Parameter-free Adaptive Sparse Attention via Compression-Based Content Selection

arXiv cs.LG · 2026-07-27 Cached

This paper proposes a parameter-free adaptive sparse attention method that uses gzip compression ratios to dynamically select non-redundant blocks for long-range attention, achieving significant perplexity improvements over fixed and learned sparse attention baselines on PG-19 language modeling.

0 favorites 0 likes
#compression

DKV: Open-source KV-cache compression framework for local LLM inference (CLI + technical report)

Reddit r/LocalLLaMA · 2026-07-25

DKV is an open-source framework for compressing KV-cache during local LLM inference, providing a CLI and a technical report.

0 favorites 0 likes
#compression

Codec-Gauge: Learning Compression-Friendly Gauges for Transformer KV Caches

arXiv cs.LG · 2026-07-24 Cached

Codec-Gauge learns small orthogonal channel transforms (gauges) for Transformer KV caches to improve compression fidelity at fixed bit rates, achieving significant KL divergence reduction across multiple models and backends.

0 favorites 0 likes
#compression

Intelligence from Learnable Novelty

arXiv cs.LG · 2026-07-22 Cached

This paper proposes 'learnable novelty' as a unified principle underlying intelligence across statistics, complex systems, and adaptive behavior, and provides a differentiable estimator using reservoir computing that demonstrates complexity generation, abstraction, and exploration without supervision.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback