论文精选73°

LatentPress: 超越文本与视觉的上下文压缩

LatentPress: Context Compression Beyond Text and Vision

精选理由

LatentPress 用连续记忆令牌替代文本和图像压缩,压缩速度提升 10 倍,性能超越传统方法。

AI 摘要

LatentPress 将对话历史和长文档压缩为连续记忆令牌,无需文本重建。该模型在 LongMemEval 基准上达到 0.504 准确率,压缩率为 7.70 倍,优于未压缩证据的 0.490。在 LongBench-QA 上,4-8 倍压缩时性能与原始上下文相当,压缩速度比文本摘要快约 10 倍。

原文 · arXiv cs.LG

LatentPress: Context Compression Beyond Text and Vision

Compressed context is usually carried as human-readable text or as rendered images that must be decoded, even when its consumer is a language model. We introduce LatentPress, which writes conversational histories and long documents into a third representation: continuous memory tokens that a frozen decoder reads directly through its input-embedding interface, with no text reconstruction at inference. A small reader-matched writer compresses $4$-$16\times$ while training only an adapter (4.2M-26.2M parameters, $\sim\!0.1\%$ of the decoder). On LongMemEval, LatentPress reaches $0.504$ accuracy at $7.70\times$ compression versus $0.490$ for uncompressed evidence, outperforming text summaries (0.184) and OCR-based compression (0.426 to 0.312). On LongBench-QA, in-domain writers match or exceed raw-context reading at $4$-$8\times$ compression, while $16\times$ trails raw. Writing takes 43ms per conversation, roughly an order of magnitude faster than text summarization or OCR reconstruction, and reading is $5$-$9\times$ faster than raw context or cached OCR. We validate the interface under two transfer settings, zero-shot from UltraChat to LongMemEval memory QA and from LongMemEval-derived QA to unseen LongBench document domains, establishing direct soft tokens as a practical machine-facing context interface beyond text and vision. The implementation of the experiments could be found at: https://github.com/xuyd16ai/context_softtoken_compress .