Tag
Kevin Kelly argues that the latent space within AI models represents a compressed form of all human knowledge, and that this latent space will become a new medium for creativity, enabling novel artistic and scientific exploration.
A technique to remove 423 GB from GLM-5.2 (753B weights) without quantization or retraining, achieving bit-exact compression by keeping weights compressed in VRAM.
Nigel Tao introduces Handsum, a new fixed-size LQIP image file format based on DCT, offering predictable file sizes and simplicity compared to JPEG.
KQ-SVD is a new method for KV-cache compression that directly approximates the attention matrix via optimal low-rank decomposition, achieving 5-10x lower error than key-only SVD on LLaMA and Mistral models.
This paper introduces Maestro, a structured pruning framework for Mixture-of-Experts language models that uses Markov chains to model expert activation trajectories, achieving globally aware pruning and outperforming baselines by up to 10.61% under 50% compression.
An intuitive, visual introduction to information theory covering entropy, mutual information, and channel capacity, assuming only basic probability. The paper explains fundamental limits of compression and transmission.
This paper proposes a controllability–observability framework for compressing deep neural networks by reducing hidden-state redundancy, demonstrating significant compression with minimal accuracy loss on MNIST and CIFAR-10.
This paper presents a new method for structural sequence analysis using the Ladderpath approach to extract nested and hierarchical repetitions, defining three distance measures that outperform gzip-based NCD and BERT in out-of-distribution and few-shot text classification tasks, offering a lightweight and interpretable alternative.
This paper presents a workload-aware benchmark comparing KV-cache compression techniques (quantization, pruning, merging) on long-context LLM serving tasks, finding that compression ratio alone is a poor predictor of performance and advocating for workload-aware selection.
A novel 4D Gaussian splat format called .splat4d with tunable error bounds, offering 16-58x compression over raw splats and native HTTP Range streaming for dynamic scenes, with code and demo available.
This tweet questions whether a new finding will resolve the debate on whether compressing KV caches harms LLM inference performance.
This paper theoretically characterizes the minimax risk of KV cache compression in transformers, providing design principles for accurate compression under causal masking, and instantiates them in a practical algorithm with promising results on LongBench.
Explores whether small language models (SLMs) can achieve lossless data compression by deliberately overfitting on training data, rethinking the typical aversion to overfitting in machine learning.
MosaicKV introduces dynamic two-dimensional KV cache compression for long-context LLM serving, achieving up to 16x attention speedup and 3x memory reduction with minimal accuracy loss.
This article tells the story of Eugene Roshal, the Russian programmer behind WinRAR, including his programming background in the Soviet era, his self-developed compression algorithm in 1993, the launch of WinRAR in 1995, and the brilliant commercial strategy behind the 40-day trial design: no feature limitation, only pop-up reminders, allowing free personal use to build an ecosystem, forcing companies to purchase bulk licenses, while opening the decompression code but keeping the compression algorithm closed to maintain market barriers.
A developer explores creating a recognizable world map in under 500 bytes by using ASCII characters and deflate-raw compression, achieving a 445-byte compressed map despite the uncompressed text being 8,523 bytes.
LeanCTX is updated to act as a gateway managing tool outputs for AI agents, compressing large data, scrubbing secrets, and integrating external tools via MCP to prevent token blowup.
Hard-KV introduces a Cascade Cache hierarchy and Logits Calibration mechanism to resolve the static-dynamic mismatch in head-adaptive KV cache compression, achieving up to 2x throughput improvement in long-context LLM inference.
This paper presents a quantum autoencoder for compression-driven anomaly detection in brain MRI, achieving high ROC-AUC scores and outperforming classical baselines while providing interpretable anomaly heatmaps.
Whisper large-v3-turbo has been compressed to 368 MB using Q3_K-matched quantization-aware training, with multilingual word error rate results reported.