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

arXiv cs.RO / 4/28/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper addresses high computational overhead in Vision-Language-Navigation (VLN) models and focuses on training-free token caching to reuse token computations.
  • It argues that prior token caching methods—often designed for visual-domain settings—break down in VLN due to viewpoint changes, missing edge-related information, and non-adaptive handling of scenario temporal variation and cache budgets.
  • The authors analyze these issues in a frequency-domain perspective, showing the effects are invariant and can be analyzed there.
  • They propose FreqCache, a frequency-guided token caching framework that optimizes cache establishment, refreshment, and adaptive budget adjustment using frequency-domain properties.
  • Experiments report a 1.59× speedup with negligible overhead, demonstrating the value of applying frequency-domain reasoning to VLN token caching.

Abstract

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 computation results; however, existing token caching approaches rely on visual domain methods for cacheable token selection, leading to challenges when adapted to VLN models. 1) Visual domain methods become invalid when there is viewpoint migration. 2) Visual domain methods neglect critical edge information without the aid of additional algorithms. 3) Visual domain methods overlook the temporal variation of scenarios and lack adjustability in cache budgets. In this paper, we develop detailed analyses and find that the impacts of these challenges exhibit invariance and analyzability in the frequency domain. Based on these, we propose a frequency-guided token caching framework, called FreqCache. Utilizing the inherent properties of the frequency domain, FreqCache achieves optimal token cache establishment, refreshment, and adaptive adjustment. Experiments show that FreqCache achieves 1.59x speedup with ignorable overhead, showing the effect of integrating frequency domain methods in VLN token caching.