arXiv:2603.03818cs.LGcs.AI2026-03被引 15

大模型视觉语言动作系统学新技能时几乎不遗忘旧技能

Pretrained Vision-Language-Action Models are Surprisingly Resistant to Forgetting in Continual Learning

  • 用简单经验回放就能有效防遗忘,小缓冲区也够用
  • 预训练让模型在持续学习中表现优异,遗忘率接近零
  • 旧知识仍可保留,微调后能快速恢复被覆盖的技能

持续学习是机器人策略学习中的长期挑战,要求模型在不断习得新技能的同时避免灾难性遗忘。尽管已有研究广泛探讨了从零训练的小型行为克隆(BC)策略模型的持续学习,但现代大规模预训练视觉-语言-动作(VLA)模型在此场景下的表现仍不清楚。本文发现,与从零训练的小模型相比,预训练的VLA模型表现出显著更强的抗遗忘能力。简单的经验回放(ER)在VLA上效果出人意料地好,即使回放数据量很小,也能实现接近零的遗忘率。分析表明,预训练在下游持续学习中起关键作用:大模型仅需小规模回放缓冲区即可缓解遗忘,同时保持良好的新任务学习能力。此外,尽管学习新任务时旧任务性能下降,但相关知识仍被保留,通过微调可迅速恢复已“遗忘”的技能。这些发现表明,大规模预训练从根本上改变了持续学习的动态机制,使模型能够仅靠简单回放持续获取新技能。代码与更多信息见 https://continual-vlas.github.io/forget-me-not/

原文摘要 · Abstract (English)

Continual learning is a long-standing challenge in robot policy learning, where a policy must acquire new skills over time without catastrophically forgetting previously learned ones. While prior work has extensively studied continual learning in relatively small behavior cloning (BC) policy models trained from scratch, its behavior in modern large-scale pretrained Vision-Language-Action (VLA) models remains underexplored. In this work, we found that pretrained VLAs are remarkably resistant to forgetting compared with smaller policy models trained from scratch. Simple Experience Replay (ER) works surprisingly well on VLAs, sometimes achieving zero forgetting even with a small replay data size. Our analysis reveals that pretraining plays a critical role in downstream continual learning performance: large pretrained models mitigate forgetting with a small replay buffer size while maintaining strong forward learning capabilities. Furthermore, we found that VLAs can retain relevant knowledge from prior tasks despite performance degradation during learning new tasks. This knowledge retention enables rapid recovery of seemingly forgotten skills through finetuning. Together, these insights imply that large-scale pretraining fundamentally changes the dynamics of continual learning, enabling models to continually acquire new skills over time with simple replay. Code and more information can be found at https://continual-vlas.github.io/forget-me-not/

持续学习预训练模型机器人策略知识保留

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。