paper-with-me

Papers

VLN-Cache: Enabling Token Caching for VLN Models with Visual/Semantic Dynamics Awareness

2026-03-07 · Zihao Zheng, Zhihao Mao, Xingyue Zhou, Jiayu Chen, Maoliang Li, Xinhao Sun, Hailong Zou, Zhaobo Zhang, Xuanzhe Liu, Donggang Cao, Hong Mei, Xiang Chen arxiv

Vision-and-Language Navigation (VLN) increasingly relies on large vision-language models, but their inference cost conflicts with real-time deployment. Token caching is a promising training-free strategy that avoids redundant computation by reusing stable visual tokens across frames. However, existing methods assume a static camera and fixed semantic focus, assumptions that VLN fundamentally violates. We identify two failure modes: (1) visual dynamics, where viewpoint shift displaces token positions across frames, causing position-wise matching to pair misaligned content; (2) semantic dynamics, where token relevance shifts across task stages as navigation progresses, making cached states stale. We propose VLN-Cache, a visual-dynamic-aware and semantic-dynamic-aware caching framework that introduces view-aligned remapping to recover geometric correspondences and a task-relevance saliency filter to veto reuse at semantic transitions. A layer-adaptive entropy policy further balances the per-layer reuse budget. Experiments on the R2R-CE simulation benchmark show up to 1.52x speedup while maintaining competitive navigation success rates.

📄 PDF Abstract BibTeX arXiv:2603.07080

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FreqCache: Accelerating Embodied VLN Models with Adaptive Frequency-Guided Token Caching

2026-04-27 · Zihao Zheng, Xingyue Zhou, Zhihao Mao, Songyu Sun 외 arxiv

Vision-Language-Navigation (VLN) models exhibit excellent navigation accuracy but incur high computational overhead. Token caching has emerged as a promising training-free strategy to reduce this cost by reusing token co…

SeKV: Resolution-Adaptive KV Cache with Hierarchical Semantic Memory for Long-Context LLM Inference

2026-06-30 · Amirhossein Abaskohi, Giuseppe Carenini, Peter West, Yuhang He hf

Large language models increasingly operate over long contexts, where the KV cache becomes a dominant memory bottleneck: its size grows linearly with sequence length and must be retained throughout decoding, making full G…

SCALM: Towards Semantic Caching for Automated Chat Services with Large Language Models

2024-05-24 · Jiaxing Li, Chi Xu, Feng Wang, Isaac M von Riedemann 외

Large Language Models (LLMs) have become increasingly popular, transforming a wide range of applications across various domains. However, the real-world effectiveness of their query cache systems has not been thoroughly …

An Ensemble Embedding Approach for Improving Semantic Caching Performance in LLM-based Systems

2025-07-08 · Shervin Ghaffari, Zohre Bahranifard, Mohammad Akbari arxiv

Semantic caching enhances the efficiency of large language model (LLM) systems by identifying semantically similar queries, storing responses once, and serving them for subsequent equivalent requests. However, existing s…

Semantic Similarity

Token Caching for Diffusion Transformer Acceleration

2024-09-27 · Jinming Lou, Wenyang Luo, Yufan Liu, Bing Li 외

Diffusion transformers have gained substantial interest in diffusion generative modeling due to their outstanding performance. However, their high computational cost, arising from the quadratic computational complexity o…

DenoisingScheduling