arXiv:2604.16067cs.LGcs.CV2026-04

让视觉语言模型在学机器人动作时不忘问答能力。

AEGIS: Anchor-Enforced Gradient Isolation for Knowledge-Preserving Vision-Language-Action Fine-Tuning

论文配图:AEGIS: Anchor-Enforced Gradient Isolation for Knowledge-Preserving Vision-Language-Action Fine-Tuning
图 1 · 摘自论文原文
  • 用正交投影隔离梯度,防止动作训练破坏预训练的问答能力。
  • 平均损失不到1%梯度能量,却彻底解决激活漂移导致的遗忘问题。
  • 无需额外数据或缓存,适合工业级视觉-语言-动作微调场景。

将预训练视觉语言模型(VLM)用于机器人控制时,需注入来自流匹配动作专家的高幅值连续梯度,但该梯度与仅通过交叉熵训练的骨干网络存在跨模态梯度不对称——低秩均方误差回归梯度与高维语义流形之间存在谱维度不匹配,导致视觉问答(VQA)能力快速严重退化。现有工业方案要么完全切断梯度路径(使用stop gradient),舍弃丰富连续监督;要么通过低秩适配器(LoRA)限制参数容量,但未约束更新方向,仍会覆盖预训练流形。本文提出AEGIS(锚点强制梯度隔离系统):一种无缓冲、分层正交梯度投影框架,可在直接进行连续均方误差学习的同时,保留预训练的VQA流形,且无需联合训练数据或回放缓冲区。AEGIS通过所有Transformer层的掩码VQA前向传播预计算静态高斯锚点,每个训练步构建基于Wasserstein-2的传输惩罚,生成锚点恢复梯度。通过序列双反向传播分解任务梯度与锚点梯度;对每层Transformer,应用一次Gram-Schmidt正交投影,使任务梯度偏离破坏性方向,同时保留建设性内容。该投影平均仅损失小于1%梯度能量,却有效消除累积激活漂移,显著缓解遗忘。

原文摘要 · Abstract (English)

Adapting pre-trained vision-language models (VLMs) for robotic control requires injecting high-magnitude continuous gradients from a flow-matching action expert into a backbone trained exclusively with cross-entropy. This cross-modal gradient asymmetry - the spectral dimensionality mismatch between low-rank MSE regression gradients and the high-dimensional semantic manifold sculpted by CE pre-training, causes rapid, severe erosion of the VLM's visual-question-answering (VQA) capability. Industry-standard defences either sever the gradient pathway entirely via stop gradient, discarding the rich continuous supervision, or restrict parameter capacity through low-rank adapters (LoRA) that constrain the rank of updates but not their direction, and thus still overwrite the pre-trained manifold. We introduce AEGIS (Anchor-Enforced Gradient Isolation System): a buffer-free, layer-wise orthogonal gradient projection framework that enables direct continuous MSE learning while preserving the pre-trained VQA manifold - without any co-training data or replay buffer. AEGIS pre-computes a static Gaussian reference anchor from masked VQA forward passes across all transformer layers, then at each training step constructs a Wasserstein-2 transport penalty that generates an anchor restoration gradient. A sequential dual-backward decomposes the task and anchor gradients; for each transformer layer, AEGIS applies a single Gram-Schmidt orthogonal projection that bends the task gradient away from the destructive direction while preserving its constructive content. The projection sheds less than 1% of gradient energy on average, yet eliminates the cumulative activation drift that drives severe forgetting.

视觉语言机器人控制梯度隔离持续学习

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