compression

Tag

Cards List
#compression

@nathanrs: I found out the other day that any compression tool can be contorted to do language modeling. Turns out gzip can genera…

X AI KOLs Following · 2026-06-16 Cached

The tweet describes how any compression tool, including gzip, can be adapted for language modeling, and that gzip can generate text that resembles Shakespeare. A write-up is linked.

0 favorites 0 likes
#compression

zlib-rs in Firefox

Lobsters Hottest · 2026-06-16 Cached

Firefox now uses zlib-rs for gzip compression, improving performance and safety, though integration required workarounds for an Intel Raptor Lake CPU bug.

0 favorites 0 likes
#compression

Beyond Layer Importance in Layer-wise Sparsity: An Inter-Layer Perturbation-Absorption Perspective

arXiv cs.CL · 2026-06-16 Cached

This paper proposes an inter-layer perturbation-absorption perspective for layer-wise sparsity in LLMs, showing that layers exhibit heterogeneous responses to pruning perturbations and introducing an absorption-aware correction that improves existing pruning methods by reducing perplexity and boosting accuracy.

0 favorites 0 likes
#compression

@yukangchen_: We are excited to share a new technical article “KV Cache Compression and Its Infra Problems.” https://research.nvidia.…

X AI KOLs Timeline · 2026-06-16 Cached

NVIDIA Research publishes a technical blog post examining KV cache compression techniques and their infrastructure problems, including how FlashAttention and paged attention create practical obstacles for production deployment of long-context LLMs, with a proposed geometric solution using RoPE.

0 favorites 0 likes
#compression

How TimescaleDB compresses time-series data

Hacker News Top · 2026-06-15 Cached

This article explains how TimescaleDB's hypercore engine achieves up to 98% compression for time-series data using columnar storage and specialized algorithms like delta encoding and Gorilla XOR, and contrasts it with PostgreSQL's TOAST.

0 favorites 0 likes
#compression

@songhan_mit: Explore our continued efforts on KV cache compression:

X AI KOLs Following · 2026-06-15 Cached

A tweet from Song Han highlights continued work on KV cache compression, featuring a blog by Weian Mao that discusses system-level aspects often overlooked in papers.

0 favorites 0 likes
#compression

Creative Integration: A Decidable Criterion of Creativity

arXiv cs.CL · 2026-06-15 Cached

This paper proposes a decidable criterion for creative integration based on compression ratio of conflicts, validated through falsifiable tests. It operationalizes the notion that genuine creativity compresses conflicts.

0 favorites 0 likes
#compression

TENP: Trapezoidal Expert Neuron Pruning For Mixture-of-Experts

arXiv cs.LG · 2026-06-10 Cached

TENP proposes a structured pruning framework for Mixture-of-Experts LLMs that retains important experts and applies neuron pruning to less important ones, achieving high sparsity with minimal accuracy loss on Qwen and DeepSeek models.

0 favorites 0 likes
#compression

UniSVQ: 2-bit Unified Scalar-Vector Quantization

arXiv cs.CL · 2026-06-10 Cached

UniSVQ proposes a unified 2-bit quantization framework that bridges scalar and vector quantization by parameterizing codewords as an affine transform of integer lattices, achieving state-of-the-art performance among scalar methods and matching vector methods with higher throughput.

0 favorites 0 likes
#compression

Adaptive Multi-Resolution Procedural Knowledge Compression for Large Language Models

Hugging Face Daily Papers · 2026-06-10 Cached

SKIM is an adaptive multi-resolution soft token compression framework that compresses procedural skills for LLMs, maintaining task performance while reducing prefill cost and latency.

0 favorites 0 likes
#compression

@hasantoxr: Vector databases are no longer a cloud product. They're becoming a pip install. A new open-source project called turbov…

X AI KOLs Timeline · 2026-06-09 Cached

An open-source project called turbovec has reached 10K stars on GitHub. It is a Rust-based vector index with Python bindings that uses Google Research's TurboQuant algorithm to compress embeddings to near the theoretical Shannon limit, enabling fully local RAG with 10 million documents fitting in 4 GB RAM and searching faster than FAISS.

0 favorites 0 likes
#compression

Decision-Aware Memory Cards: Counterfactual-Inspired Context Selection and Compression for Tool-Using LLM Agents

arXiv cs.AI · 2026-06-09 Cached

Introduces CICL, a decision-aware context layer that selects and compresses evidence for tool-using LLM agents by treating context as a decision-time intervention, using counterfactual-inspired scoring and typed memory cards under a token budget. Experiments on SWE-bench and RepoBench show concrete gains in retrieval accuracy and action criticality.

0 favorites 0 likes
#compression

Semantic Cache Distillation: Efficient State Transfer via Reuse and Selective Patching

arXiv cs.LG · 2026-06-09 Cached

This paper proposes Semantic Cache Distillation (SCD), a loss-constrained framework that replaces raw KV cache transmission with compact semantic codes, achieving up to 2.65x TTFT speedup while keeping generation quality within 5% F1 of the oracle.

0 favorites 0 likes
#compression

An Implementation of NanoQuant: A flexible binary quantization method

Reddit r/LocalLLaMA · 2026-06-08

NanoQuant is a flexible binary quantization method that compresses dense transformers to sub-1-bit per weight. This repository provides a PyTorch implementation, still a work in progress, capable of quantizing models like Qwen3-0.6B and Qwen3-4B.

0 favorites 0 likes
#compression

@Hesamation: 3Blue1Brown’s new video explains why every LLM is actually a compression machine. everyone describes pre-training as “n…

X AI KOLs Timeline · 2026-06-08 Cached

3Blue1Brown's new video explains that LLMs are fundamentally compression machines, linking next-token prediction to efficient encoding of human knowledge, which leads to better abstraction and reasoning.

0 favorites 0 likes
#compression

@RoundtableSpace: GOOGLE JUST FOUND A WAY TO SHRINK 31GB OF AI MEMORY DOWN TO 4GB

X AI KOLs Timeline · 2026-06-06 Cached

Google has developed a method to shrink AI memory usage from 31GB to 4GB, representing a significant efficiency breakthrough for AI models.

0 favorites 0 likes
#compression

PivCo-Huffman

Lobsters Hottest · 2026-06-05 Cached

This paper presents PivCo-Huffman, a new approach to Huffman coding using pivot coding from wavelet trees, enabling high-performance SIMD-friendly encoding and decoding. It consistently outperforms state-of-the-art Huffman codecs and shows how ANS coding can be selectively applied to skewed nodes to approach ANS compression ratios while preserving high decompression speeds.

0 favorites 0 likes
#compression

Learned Subspace Compression for Communication-Efficient Pipeline Parallelism

arXiv cs.LG · 2026-06-05 Cached

This paper introduces MAPL, a method for learned orthogonal compression of activations in pipeline parallelism, reducing communication overhead while maintaining performance via Stiefel manifold constraints and per-stage factorized anchor embeddings.

0 favorites 0 likes
#compression

Rethinking LoRA Memory Through the Lens of KV Cache Compression

arXiv cs.CL · 2026-06-05 Cached

This paper studies the interaction between parameter-side memory (LoRA adapters) and context-side memory (KV cache) in document-level question answering. It finds that document LoRA becomes most valuable when the KV cache is heavily compressed, recovering up to 13–21 ROUGE-L points, and that QA-supervised adapters outperform next-token-prediction.

0 favorites 0 likes
#compression

proveKV – Honest 36× lossless (vs f32, 18x vs fp16) KV‑cache compression for LLMs (zero PPL regression)

Reddit r/LocalLLaMA · 2026-06-05

An open-source repo, proveKV, demonstrates a reproducible KV-cache compression technique achieving 36x lossless (vs f32) and 68x lossy memory reduction on SmolLM2-1.7B with zero PPL regression, including Rust examples and an audit pipeline.

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

Submit Feedback