paper-with-me

홈 › Papers

Simple Recipe Works: Vision-Language-Action Models are Natural Continual Learners with Reinforcement Learning

2026-03-12 · Jiaheng Hu, Jay Shim, Chen Tang, Yoonchang Sung, Bo Liu, Peter Stone, Roberto Martin-Martin arxiv

Continual Reinforcement Learning (CRL) for Vision-Language-Action (VLA) models is a promising direction toward self-improving embodied agents that can adapt in openended, evolving environments. However, conventional wisdom from continual learning suggests that naive Sequential Fine-Tuning (Seq. FT) leads to catastrophic forgetting, necessitating complex CRL strategies. In this work, we take a step back and conduct a systematic study of CRL for large pretrained VLAs across diverse lifelong RL benchmarks. We find that, contrary to established belief, simple Seq. FT with low-rank adaptation (LoRA) is remarkably strong: it achieves high plasticity, exhibits little to no forgetting, and retains strong zero-shot generalization, frequently outperforming more sophisticated CRL methods. Through detailed analysis, we show that this robustness arises from a synergy between the large pretrained model, parameter-efficient adaptation, and on-policy RL. Together, these components reshape the stability-plasticity trade-off, making continual adaptation both stable and scalable. Our results position Sequential Fine-Tuning as a powerful method for continual RL with VLAs and provide new insights into lifelong learning in the large model era. Code is available at github.com/UT-Austin-RobIn/continual-vla-rl.

📄 PDF Abstract BibTeX arXiv:2603.11653

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot GeneralizationReinforcement LearningContinual Learning

Similar Papers 제목 키워드 기반

Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success

2025-02-27 · Moo Jin Kim, Chelsea Finn, Percy Liang

Recent vision-language-action models (VLAs) build upon pretrained vision-language models and leverage diverse robot datasets to demonstrate strong task execution, language following ability, and semantic generalization. …

Action GenerationChunkingImitation LearningVision-Language-Action

Large Language Models as Sous Chefs: Revising Recipes with GPT-3

2023-06-24 · Alyssa Hwang, Bryan Li, Zhaoyi Hou, Dan Roth

With their remarkably improved text generation and prompting capabilities, large language models can adapt existing written information into forms that are easier to use and understand. In our work, we focus on recipes a…

Text Generation

A Simple Recipe for Language-guided Domain Generalized Segmentation

2023-11-29 · CVPR 2024 1 · Mohammad Fahes, Tuan-Hung Vu, Andrei Bursuc, Patrick Pérez 외

Generalization to new domains not seen during training is one of the long-standing challenges in deploying neural networks in real-world applications. Existing generalization techniques either necessitate external images…

Data AugmentationSemantic Segmentation

VLANeXt: Recipes for Building Strong VLA Models

2026-02-20 · Xiao-Ming Wu, Bin Fan, Kang Liao, Jian-Jian Jiang 외 arxiv

Following the rise of large foundation models, Vision-Language-Action models (VLAs) emerged, leveraging strong visual and language understanding from Vision-Language Models for general-purpose policy learning. Yet, the c…

Let It Be Simple: One-Step Action Generation for Vision-Language-Action Models

2026-06-04 · Yitong Chen, Shiduo Zhang, Jingjing Gong, Xipeng Qiu arxiv

Diffusion-based vision-language-action (VLA) models often inherit the image-generation view: actions are generated by iterative denoising. We argue that VLA action generation has a different condition-target structure: t…

Image Generation