Action-distribution regularization and gain-aware finetuning for robot adaptation
Robot teams fine-tuning OpenVLA-like policies can add an action-distribution regularizer before they spend more on data collection. The usable change is narrow: keep probability mass over a small neighborhood of good actions during finetuning, then measure whether that improves held-out task success and OOD variants in the target environment. The FAN paper gives a concrete target for that check. On ManiSkill supervised finetuning with OpenVLA, in-distribution success rises from 78.1 to 89.8, and average OOD success rises from 58.1 to 63.3. That is large enough to justify a lightweight ablation in any manipulation stack that still trains against a single exact action label.
This also points to a practical support layer for deployment teams: inspection of action sharpness during finetuning. If the policy collapses to narrow peaks, that is a candidate failure mode for small demonstration sets and minor execution shifts. A cheap first test is to replay the current finetuning set, compare log-likelihood-only training against the same setup with a local Gaussian prior around the preferred action, and track success on small visual, semantic, and execution shifts. The controller-gain paper strengthens the case for this workflow because it shows that learnability depends on the control interface as well as the policy objective. In behavior cloning, the best closed-loop success appears in compliant, overdamped gain settings, and torque-to-position retargeting preserves at least 90% success with joint-position MSE below 1e-3 across gain settings up to 25x decimation. Teams adapting pretrained VLAs to a new arm or controller can treat action-tolerance tuning and gain selection as one finetuning problem, not two separate cleanup steps.