Post-training unlearning workflow for deployed VLA robot policies
Robot teams fine-tuning VLA policies need a post-training safety edit path that changes behavior without retraining the whole stack. VLA-Forget points to a concrete build: a policy editing workflow that targets the visual encoder, cross-modal projector, and upper action layers separately, then runs a fixed regression suite on retained tasks and safety probes before deployment. The practical user is the team that has already found a bad behavior in demonstration data or a privacy-sensitive pattern in a shipped model and needs a narrow fix.
The paper matters because it treats unlearning as a robot-control problem, not only a model-compliance problem. On OpenVLA-7B with Open X-Embodiment, it reports FC 93 and RC 91, with TSR 78 and SVR 5, while keeping much better retain performance than GA and improving post-quantization recovery over other baselines. That supports a build centered on staged edits plus acceptance tests after quantization, since the model may recover unsafe behavior when compressed for deployment.
A cheap validation step is straightforward: pick one recurring forbidden action or one known spurious visual trigger in an existing policy, apply a module-level edit, and measure three things side by side on the same eval set: forgetting success, retained task success, and safety-violation recovery after quantization. If those numbers move together, unlearning becomes a practical support layer for robotics deployment reviews.