paper-with-me

홈 › Papers

Deliberation in Latent Space via Differentiable Cache Augmentation

2024-12-23 · Luyang Liu, Jonas Pfeiffer, Jiaxing Wu, Jun Xie, Arthur Szlam

Techniques enabling large language models (LLMs) to "think more" by generating and attending to intermediate reasoning steps have shown promise in solving complex problems. However, the standard approaches generate sequences of discrete tokens immediately before responding, and so they can incur significant latency costs and be challenging to optimize. In this work, we demonstrate that a frozen LLM can be augmented with an offline coprocessor that operates on the model's key-value (kv) cache. This coprocessor augments the cache with a set of latent embeddings designed to improve the fidelity of subsequent decoding. We train this coprocessor using the language modeling loss from the decoder on standard pretraining data, while keeping the decoder itself frozen. This approach enables the model to learn, in an end-to-end differentiable fashion, how to distill additional computation into its kv-cache. Because the decoder remains unchanged, the coprocessor can operate offline and asynchronously, and the language model can function normally if the coprocessor is unavailable or if a given cache is deemed not to require extra computation. We show experimentally that when a cache is augmented, the decoder achieves lower perplexity on numerous subsequent tokens. Furthermore, even without any task-specific training, our experiments demonstrate that cache augmentation consistently reduces perplexity and improves performance across a range of reasoning-intensive tasks.

📄 PDF Abstract BibTeX arXiv:2412.17747

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Emergent Search and Backtracking in Latent Reasoning Models

2026-02-08 · Jasmine Cui, Charles Ye arxiv

What happens when a language model thinks without words? Standard reasoning LLMs verbalize intermediate steps as chain-of-thought; latent reasoning transformers (LRTs) instead perform deliberation entirely in continuous …

Gradient-Guided Exploration of Generative Model's Latent Space for Controlled Iris Image Augmentations

2025-11-12 · Mahsa Mitcheff, Siamul Karim Khan, Adam Czajka arxiv

Developing reliable iris recognition and presentation attack detection methods requires diverse datasets that capture realistic variations in iris features and a wide spectrum of anomalies. Because of the rich texture of…

Image Augmentation

PearlVLA: Progressive Embodied Action-Plan Refinement in Latent Space

2026-06-16 · Bochen Yang, Lianlei Shan arxiv

Current Vision-Language-Action (VLA) models face a trade-off between efficient action generation and explicit deliberation. Directly decoding actions from vision-language backbone representations enables low-latency cont…

Visual Grounding

SALS: Sparse Attention in Latent Space for KV cache Compression

2025-10-28 · Junlin Mu, Hantao Huang, Jihang Zhang, Minghui Yu 외 arxiv

Large Language Models capable of handling extended contexts are in high demand, yet their inference remains challenging due to substantial Key-Value cache size and high memory bandwidth requirements. Previous research ha…

Mobility-Aware Cache Framework for Scalable LLM-Based Human Mobility Simulation

2026-02-17 · Hua Yan, Heng Tan, Yingxue Zhang, Yu Yang arxiv

Simulating large-scale human mobility is fundamental to understanding population movement patterns and supporting real-world geospatial applications such as urban planning, epidemic response, and transportation analysis.…