paper-with-me

홈 › Papers

Preserving Foundational Capabilities in Flow-Matching VLAs through Conservative SFT

2026-05-09 · Tianyi Zhang, Shaopeng Zhai, Haoran Zhang, Fuxian Huang, Qi Zhang arxiv

Unconstrained fine-tuning of flow-matching Vision-Language-Action (VLA) models drives dense parameter overwrites, degrading pre-trained capabilities. We present Conservative Supervised Fine-Tuning (ConSFT), an optimization objective that adapts to target distributions while mitigating catastrophic forgetting, requiring zero prior data or architectural overhead. By dynamically scaling learning signals based on model confidence, ConSFT suppresses excessive gradients from low-confidence samples to prevent disproportionate parameter updates, thereby bounding the intrinsic parameter disruption risk. Inspired by reinforcement learning's trust-region clipping, this formulation establishes a progressive learning dynamic to secure target convergence and prior capability retention, maintaining sparse parameter updates without relying on the parallel reference networks required by explicit regularization. We evaluate ConSFT on the LIBERO and RoboTwin benchmarks across state-of-the-art flow-matching VLAs ($π_0$, $π_{0.5}$, and GR00T-N1.6-3B). The method outperforms vanilla SFT in capability retention by an average absolute margin of over 20\%, matching the efficacy of data-heavy Experience Replay in a prior-data-free regime. Real-world robotic deployments confirm that ConSFT precludes spatial overfitting during downstream adaptation, preserving pre-trained physical skills while acquiring sequential target tasks.

📄 PDF Abstract BibTeX arXiv:2605.08879

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

FlowPRO: Reward-Free Reinforced Fine-Tuning of Flow-Matching VLAs via Proximalized Preference Optimization

2026-06-03 · Yihao Wu, He Zhang, Junbo Tan, Xueqian Wang 외 arxiv

Post-training Vision-Language-Action (VLA) models into policies that can be reliably deployed on real robots remains a major bottleneck. SFT and DAgger exploit failure signals only indirectly, and reward-based RL is bott…

Neuro-Symbolic Safety Guidance for Vision-Language-Action Models via Constrained Flow Matching

2026-07-01 · William English, Hao Zheng, Rickard Ewetz arxiv

Vision-Language-Action (VLA) models have demonstrated promising generalization capabilities across robotic manipulation tasks, yet their real-world deployment remains limited by the lack of effective safety measures. Spe…

Collision Avoidance

Uncertainty Quantification for Flow-Based Vision-Language-Action Models

2026-06-16 · Ralf Römer, Maximilian Seeliger, Saida Liu, Ben Sturgis 외 arxiv

Vision-language-action models (VLAs) combine vision-language backbones with expressive generative action heads trained via flow matching on large-scale robotic datasets. Despite their strong empirical performance in robo…

SUREFlow: State-space Uncertainty-aware REsidual Flow Matching for Robust Robot Manipulation

2026-07-11 · Md Tanvir Islam, Sai Navaneet Peddapalli, Sangmoon Lee, Sangtae Ahn arxiv

Generative vision-language-action policies have advanced robot manipulation, but they often exhibit instability under noise, partial observability, and stochastic initial conditions. During extended rollouts, small veloc…

Computational EfficiencyRobot Manipulation

Steering Vision-Language-Action Models as Anti-Exploration: A Test-Time Scaling Approach

2025-12-02 · Siyuan Yang, Yang Zhang, Haoran He, Ling Pan 외 arxiv

Vision-Language-Action (VLA) models, trained via flow-matching or diffusion objectives, excel at learning complex behaviors from large-scale, multi-modal datasets (e.g., human teleoperation, scripted policies). However, …

Reinforcement Learning