paper-with-me

홈 › Papers

WorldPack: Dynamic Frame Compression for Long-context Video World Modeling

2025-12-02 · Yuta Oshima, Yusuke Iwasawa, Masahiro Suzuki, Yutaka Matsuo, Hiroki Furuta arxiv

Video world models have attracted significant attention for their ability to produce high-fidelity future visual observations conditioned on past observations and navigation actions. However, achieving temporally and spatially consistent generation over long horizons remains an open challenge: existing approaches either compress past frames without explicitly accounting for 3D viewpoint geometry or retrieve only a handful of spatially relevant frames without increasing the total amount of retained history. In this paper, we propose WorldPack, a video world model that introduces spatially-aware compressed memory to address both limitations simultaneously. The key insight is that compression rates should not be uniform or temporally determined, but should instead be dynamically allocated based on 3D spatial relevance to the current viewpoint. WorldPack achieves this through two tightly coupled mechanisms: trajectory packing, which fits substantially more historical frames into a fixed-length context through hierarchical frame compression, and geometric selection, which leverages camera pose information and field-of-view overlap to assign lower compression to spatially important frames and higher compression to less relevant ones. Together, these mechanisms expand the effective context from 4 to 22 frames with moderate computational overhead: trajectory packing increases diffusion-model inference time by 16%, while FoV-based geometric selection introduces an additional cost. We evaluate WorldPack on LoopNav, a Minecraft benchmark for long-horizon spatial consistency, and conduct comprehensive experiments on the RECON, real-world navigation dataset, across multiple metrics. WorldPack outperforms strong baselines, including Oasis, Mineworld, DIAMOND, and NWM, with pronounced gains on spatial reasoning tasks that require recall of distant observations.

📄 PDF Abstract BibTeX arXiv:2512.02473

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial Reasoning

Similar Papers 제목 키워드 기반

Density-aware Soft Context Compression with Semi-Dynamic Compression Ratio

2026-03-26 · Yijiong Yu, Shuai Yuan, Jie Zheng, Huazheng Wang 외 arxiv

Soft context compression reduces the computational workload of processing long contexts in LLMs by encoding long context into a smaller number of latent tokens. However, existing frameworks apply uniform compression rati…

QwenLong-CPRS: Towards $\infty$-LLMs with Dynamic Context Optimization

2025-05-23 · Weizhou Shen, Chenliang Li, Fanqi Wan, Shengyi Liao 외

This technical report presents QwenLong-CPRS, a context compression framework designed for explicit long-context optimization, addressing prohibitive computation overhead during the prefill stage and the "lost in the mid…

4kLanguage ModelingLanguage ModellingRAG

Perception Compressor: A Training-Free Prompt Compression Framework in Long Context Scenarios

2024-09-28 · Jiwei Tang, Jin Xu, Tingwei Lu, Zhicheng Zhang 외

Large language models (LLMs) demonstrate exceptional capabilities in various scenarios. However, they suffer from much redundant information and are sensitive to the position of key information in long context scenarios.…

Position

Developing Adaptive Context Compression Techniques for Large Language Models (LLMs) in Long-Running Interactions

2026-03-31 · Payal Fofadiya, Sunil Tiwari arxiv

Large Language Models (LLMs) often experience performance degradation during long-running interactions due to increasing context length, memory saturation, and computational overhead. This paper presents an adaptive cont…

Computational Efficiency

MosaicKV: Serving Long-Context LLM with Dynamic Two-D KV Cache Compression

2026-07-01 · Sheng Qiang, Ruiwei Chen, Yinpeng Wu, Jinyu Gu 외 arxiv

Long-context LLM services now sustain prompts with hundreds of thousands to millions of tokens, making the key-value (KV) cache a first-order serving cost. Because the cache grows linearly with context length, it can exh…