paper-with-me

홈 › Papers

ContextVLA: Vision-Language-Action Model with Amortized Multi-Frame Context

2025-10-05 · Huiwon Jang, Sihyun Yu, Heeseung Kwon, Hojin Jeon, Younggyo Seo, Jinwoo Shin arxiv

Leveraging temporal context is crucial for success in partially observable robotic tasks. However, prior work in behavior cloning has demonstrated inconsistent performance gains when using multi-frame observations. In this paper, we introduce ContextVLA, a policy model that robustly improves robotic task performance by effectively leveraging multi-frame observations. Our approach is motivated by the key observation that Vision-Language-Action models (VLA), i.e., policy models built upon a Vision-Language Model (VLM), more effectively utilize multi-frame observations for action generation. This suggests that VLMs' inherent temporal understanding capability enables them to extract more meaningful context from multi-frame observations. However, the high dimensionality of video inputs introduces significant computational overhead, making VLA training and inference inefficient. To address this, ContextVLA compresses past observations into a single context token, allowing the policy to efficiently leverage temporal context for action generation. Our experiments show that ContextVLA consistently improves over single-frame VLAs and achieves the benefits of full multi-frame training but with reduced training and inference times.

📄 PDF Abstract BibTeX arXiv:2510.04246

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Amortized Inference and Learning in Log-linear Models with Randomly Perturbed Nearest Neighbor Search

2017-07-11 · Stephen Mussmann, Daniel Levy, Stefano Ermon

Inference in log-linear models scales linearly in the size of output space in the worst-case. This is often a bottleneck in natural language processing and computer vision tasks when the output space is feasibly enumerab…

Word Embeddings

Elastic Queries Reinforcement Learning: Self-Aware Policy Execution for VLA Models

2026-06-12 · Ge Wang, Xinyu Tan, Xiang Li, Man Luo 외 arxiv

Vision-language-action (VLA) models are powerful action generators for robot manipulation, but they are typically executed with fixed inference and replanning schedules. This rigidity ignores the uneven difficulty of rob…

Reinforcement LearningRobot Manipulation

Iterative Amortized Policy Optimization

2020-10-20 · NeurIPS 2021 12 · Joseph Marino, Alexandre Piché, Alessandro Davide Ialongo, Yisong Yue

Policy networks are a central feature of deep reinforcement learning (RL) algorithms for continuous control, enabling the estimation and sampling of high-value actions. From the variational inference perspective on RL, p…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

Amortized Probabilistic Conditioning for Optimization, Simulation and Inference

2024-10-20 · Paul E. Chang, Nasrulloh Loka, Daolang Huang, Ulpu Remes 외

Amortized meta-learning methods based on pre-training have propelled fields like natural language processing and vision. Transformer-based neural processes and their variants are leading models for probabilistic meta-lea…

Bayesian OptimizationMeta-Learning

Q-Learning in enormous action spaces via amortized approximate maximization

2020-01-22 · Tom Van de Wiele, David Warde-Farley, andriy mnih, Volodymyr Mnih

Applying Q-learning to high-dimensional or continuous action spaces can be difficult due to the required maximization over the set of possible actions. Motivated by techniques from amortized inference, we replace the exp…

continuous-controlContinuous ControlQ-Learning