← 首页|学术|TEMPO: Semantic-Action Decoupled RL Post-Training for Vision-Language-Action Models
cs.RO,cs.CV · 2608.07314 · 2026-08-07

TEMPO: Semantic-Action Decoupled RL Post-Training for Vision-Language-Action Models

Ziheng Liu,Quantao Yang
TL;DR:VLA 的 RL post-training 不该对全部组件用统一更新策略。TEMPO 把语义决策与动作执行解耦,用双时间尺度 TD3 冻结视觉主干、分开优化语义级与动作级策略。

🎯 问题

VLA 常用 SFT 或在线 RL post-training 适配下游操作任务。SFT 容易分布错配;现有 RL 对全部组件用单一统一更新策略,忽略它们不同的功能角色。

🔬 方法

TEMPO:语义-动作解耦的双时间尺度 RL post-training。冻结预训练视觉-语言主干;语义级 TD3(高频,决定下一步做什么)+ 动作级 TD3(低频,决定动作参数),语义-动作频率解耦优化。
章节结构(全文标题提取):
I INTRODUCTION
II RELATED WORK
II-A Vision-Language-Action Models
II-B Reinforcement Learning for VLA Post-Training
II-C Asynchronous VLA Execution and Optimization
III METHOD
III-A Problem Formulation
III-B System Framework
III-C Semantic-Level TD3
III-D Action-Level TD3

📊 结果

仿真(LIBERO/RLBench 类)+ 真实操作实验均超过统一更新基线;解耦与双时间尺度是关键消融验证点。

📝 原文摘要

▶ 原文摘要 Abstract
Vision-language-action (VLA) models are commonly adapted to downstream manipulation tasks via supervised fine-tuning (SFT) or online reinforcement learning (RL) post-training. SFT is prone to distribution mismatch, and existing RL approaches typically apply a single, uniform update strategy to all model components, ignoring their distinct functional roles. We propose TEMPO, a semantic-action decoupled, two-timescale RL post-training framework for VLA models. TEMPO freezes the pretrained vision-language backbone to preserve general semantic representations, and restricts adaptation to two components with dedicated RL optimization loops: the semantic projection layer and the low-level action expert. We update them at different rates--the semantic projection layer infrequently, to keep the latent action stable, and the action expert frequently, to rapidly incorporate control feedback from online interaction. This decoupling RL fine-tuning strategy prevents fast policy updates from destabilizing high-level semantic representations while still allowing the action expert to learn efficiently from online feedback. Experiments on the CALVIN benchmark and real-world manipulation tasks demonstrate that TEMPO consistently outperforms both pretrained state-of-the-art VLA models and the RL post-training baseline, while reaching and maintaining higher evaluation rewards on two real-world tasks.
Deep Read · 2026-08-11高松灯 / Agent 日报
EmbodiedVLARL-Post-TrainingManipulation