TTF-VLA: Temporal Token Fusion via Pixel-Attention Integration for Vision-Language-Action Models
Chenghao Liu, Jiachen Zhang, Chengxuan Li, Zhimu Zhou, Shixin Wu, Songfang Huang, Huiling Duan
TL;DR
This work tackles the temporal myopia in Vision-Language-Action models by introducing Temporal Token Fusion (TTF), a training-free framework that intelligently fuses historical and current visual tokens through dual-dimension detection (grayscale pixel differences and attention-based semantic relevance) and a hard fusion mechanism complemented by a keyframe strategy. The method is model-agnostic and validated across LIBERO, SimplerEnv, and real-robot tasks, showing consistent improvements (e.g., +4.0 percentage points on LIBERO, +4.8% relative on SimplerEnv, +8.7% relative on real robots) with minimal runtime overhead. A notable finding is that selective Query matrix reuse in attention can enhance performance, suggesting future avenues for direct KQV reuse to accelerate inference. The work contributes a principled approach to leveraging temporal context in VLA systems and opens practical directions for more efficient attention-based inference in robotics.
Abstract
Vision-Language-Action (VLA) models process visual inputs independently at each timestep, discarding valuable temporal information inherent in robotic manipulation tasks. This frame-by-frame processing makes models vulnerable to visual noise while ignoring the substantial coherence between consecutive frames in manipulation sequences. We propose Temporal Token Fusion (TTF), a training-free approach that intelligently integrates historical and current visual representations to enhance VLA inference quality. Our method employs dual-dimension detection combining efficient grayscale pixel difference analysis with attention-based semantic relevance assessment, enabling selective temporal token fusion through hard fusion strategies and keyframe anchoring to prevent error accumulation. Comprehensive experiments across LIBERO, SimplerEnv, and real robot tasks demonstrate consistent improvements: 4.0 percentage points average on LIBERO (72.4\% vs 68.4\% baseline), cross-environment validation on SimplerEnv (4.8\% relative improvement), and 8.7\% relative improvement on real robot tasks. Our approach proves model-agnostic, working across OpenVLA and VLA-Cache architectures. Notably, TTF reveals that selective Query matrix reuse in attention mechanisms enhances rather than compromises performance, suggesting promising directions for direct KQV matrix reuse strategies that achieve computational acceleration while improving task success rates.
