InfiniPot: Infinite Context Processing on Memory-Constrained LLMs
Minsoo Kim, Kyuhong Shim, Jungwook Choi, Simyung Chang
TL;DR
InfiniPot enables infinite-context processing on memory-constrained LLMs by introducing Continual Context Distillation (CCD), a memory-pot style KV-cache management that compresses incoming context to a fixed size using Catalyst Prompt (CaP) for representative importance and Novelty under Compression (NuC) for past novelty, complemented by Context-Reset Rotary Position Embedding (CR-RoPE). By iteratively distilling context and balancing CaP and NuC signals, InfiniPot maintains critical information within a limited KV-cache, enabling long-context tasks without retraining. Empirical results on LongBench and NIH show InfiniPot achieving competitive or superior performance relative to memory-unconstrained baselines and outperforming several memory-constrained approaches, while maintaining efficiency in memory usage and latency. This work extends the practical applicability of pre-trained LLMs to edge and mobile settings, where strict memory budgets previously limited context length, opening avenues for on-device tasks such as document understanding and multi-hop reasoning at unprecedented scales.
Abstract
Handling long input contexts remains a significant challenge for Large Language Models (LLMs), particularly in resource-constrained environments such as mobile devices. Our work aims to address this limitation by introducing InfiniPot, a novel KV cache control framework designed to enable pre-trained LLMs to manage extensive sequences within fixed memory constraints efficiently, without requiring additional training. InfiniPot leverages Continual Context Distillation (CCD), an iterative process that compresses and retains essential information through novel importance metrics, effectively maintaining critical data even without access to future context. Our comprehensive evaluations indicate that InfiniPot significantly outperforms models trained for long contexts in various NLP tasks, establishing its efficacy and versatility. This work represents a substantial advancement toward making LLMs applicable to a broader range of real-world scenarios.
