paper-with-me

Papers

TempoFit: Plug-and-Play Layer-Wise Temporal KV Memory for Long-Horizon Vision-Language-Action Manipulation

2026-03-08 · Jun Sun, Boyu Yang, Jiahao Zhang, Ning Ma, Chencheng Wu, Siqing Zhang, Yiou Huang, Qiufeng Wang, Shan Liang, Yaran Chen arxiv

Pretrained Vision-Language-Action (VLA) policies have achieved strong single-step manipulation, but their inference remains largely memoryless, which is brittle in non-Markovian long-horizon settings with occlusion, state aliasing, and subtle post-action changes. Prior approaches inject history either by stacking frames, which scales visual tokens and latency while adding near-duplicate pixels, or by learning additional temporal interfaces that require (re-)training and may break the original single-frame inference graph. We present TempoFit, a training-free temporal retrofit that upgrades frozen VLAs through state-level memory. Our key insight is that prefix attention K/V already form a model-native, content-addressable runtime state; reusing them across timesteps introduces history without new tokens or trainable modules. TempoFit stores layer-wise FIFO prefix K/V at selected intermediate layers, performs parameter-free K-to-K retrieval with Frame-Gap Temporal Bias (FGTB), a fixed recency bias inspired by positional biases in NLP, to keep decisions present-dominant, and injects the retrieved context via pre-attention residual loading with norm-preserving rescaling to avoid distribution shift under frozen weights. On LIBERO-LONG, TempoFit improves strong pretrained backbones by up to +4.0% average success rate while maintaining near-real-time latency, and it transfers consistently to CALVIN and real-robot long-horizon tasks.

📄 PDF Abstract BibTeX arXiv:2603.07647

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvPlug: Learn a Plug-and-Play Module for Event and Image Fusion

2023-12-28 · Jianping Jiang, Xinyu Zhou, Peiqi Duan, Boxin Shi

Event cameras and RGB cameras exhibit complementary characteristics in imaging: the former possesses high dynamic range (HDR) and high temporal resolution, while the latter provides rich texture and color information. Th…

3D Hand Pose EstimationHand Pose Estimationobject-detectionObject Detection+2

VFace: A Training-Free Approach for Diffusion-Based Video Face Swapping

2026-02-08 · Sanoojan Baliah, Yohan Abeysinghe, Rusiru Thushara, Khan Muhammad 외 arxiv

We present a training-free, plug-and-play method, namely VFace, for high-quality face swapping in videos. It can be seamlessly integrated with image-based face swapping approaches built on diffusion models. First, we int…

Face Swapping

Physics-embedded Fourier Neural Network for Partial Differential Equations

2024-07-15 · Qingsong Xu, Nils Thuerey, Yilei Shi, Jonathan Bamber 외

We consider solving complex spatiotemporal dynamical systems governed by partial differential equations (PDEs) using frequency domain-based discrete learning approaches, such as Fourier neural operators. Despite their wi…

LISA: A Layer-wise Integration and Suppression Approach for Hallucination Mitigation in Multimodal Large Language Models

2025-07-25 · Zhihui Guo, Xin Man, Hui Xu, Jie Shao 외 arxiv

Multimodal Large Language Models (MLLMs) excel in vision-language tasks such as image captioning but remain prone to object hallucinations, where they describe objects that do not appear in the image. To mitigate this, w…

Visual GroundingImage Captioning

Motion-driven Visual Tempo Learning for Video-based Action Recognition

2022-02-24 · TIP 2022 5 · Yuanzhong Liu, Junsong Yuan, Zhigang Tu

Action visual tempo characterizes the dynamics and the temporal scale of an action, which is helpful to distinguish human actions that share high similarities in visual dynamics and appearance. Previous methods capture t…

Action Recognition