Multimodal perturbation regression testing for VLA deployment
A practical next step for teams shipping VLA policies is a perturbation gate that runs before deployment and after every fine-tuning cycle. STRONG-VLA gives a usable shape for that gate: 28 perturbation types across text and vision, including held-out cases such as semantic drift, contextual distractors, and dynamic visual artifacts. The paper also shows why this should be tied to training, not only evaluation. A two-stage process—first train under increasing perturbation difficulty, then re-align on clean data—improved LIBERO success across OpenVLA, OpenVLA-OFT, and pi0 while keeping clean performance close to baseline. The immediate build is a small internal harness around the perturbations that your robot actually sees: instruction corruption, occlusion, image shift, and sensor noise. The cheap check is simple: compare clean-task success and perturbed-task success before and after adding a separate clean re-alignment stage. If the gap closes without a large clean-data drop, the training workflow is ready to keep. If it does not, the team has a concrete failure map instead of a single average success number.