日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
VLA/強化学習arXiv:2608.15139v1

StructRL: フローベースVLAのための構造化アクション空間探索

StructRL: Structured Action-Space Exploration for Flow-Based VLAs

シェア:XThreadsFacebookLINEはてブBluesky

フローベースの視覚言語行動モデル(VLA)のオンライン強化学習において、ノイズをアクション空間に直接注入する構造化探索手法StructRLを提案し、シミュレーションと実世界タスクで性能を向上させた。

詳しい要約

1. どんなもの?

StructRLは、フローベースのVision-Language-Action (VLA)モデルを強化学習(RL)で新しいタスクに適応させる際の探索手法を提案する。既存のRL手法はdenoisingチェーン内に等方的・時間的に独立なノイズを注入するが、効果的なロボット探索には時間的に滑らかでアクショングループごとにスケールの異なる構造化ノイズが必要である。StructRLは、決定論的ODEデコーダ、アクション空間への構造化ノイズ注入、last-step replayの3つの選択により、Structured Noise Dilutionを回避し、実行されるアクションに構造化探索を結びつける。

2. 先行研究と比べてどこがすごい?

先行研究はdenoisingチェーン内にノイズを注入するが、中間のflow timeで追加されたノイズは残りのdenoisingステップで弱められる(Structured Noise Dilution)。StructRLはノイズをアクション空間に直接注入し、決定論的デコーダとlast-step replayを用いることで、この希釈を回避し、実行アクションに直接結びついた探索を実現する点が新しい。

3. 技術・手法の肝は?

手法の肝は3つの結合された選択:(i)決定論的ODEデコーダ(確率性を排除)、(ii)アクション空間に直接構造化ノイズを注入(時間的に滑らかでグループごとにスケール変更)、(iii)last-step replay(ポリシー勾配更新が中間のdenoising状態に尤度を割り当てない)。これにより、フローデコーダの訓練可能な信号を保ちつつ、実行アクションに構造化探索を結びつける。

4. どうやって有効だと検証した?

3つのフローベースVLAモデルを用いて、複数のシミュレーション操作ベンチマークと2つの実世界タスクで検証。探索効率とOOD性能を、既存のin-chainベースラインと比較して改善したことを示した。

5. 議論はある?

要旨からは、Structured Noise Dilutionの理論的分析や、構造化ノイズの具体的な設計(スケールの決め方など)の詳細は不明。また、実世界タスクの種類やシミュレーションの具体的なベンチマーク名も要旨には記載されていない。

6. 次に読むべき論文は?

要旨で参照されているのは、フローベースVLAモデルとRL手法(in-chainノイズ注入)である。具体的な論文名は不明だが、関連する分野として、フローマッチングを用いたVLAモデル(例:FlowVLA)や、ロボット操作におけるRLのための探索手法(例:SAC, TD3)が挙げられる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Jiarui Yang, Bin Zhu, Jingjing Chen, Na Zou, Yanwei Fu, Jianggang Zhu, Yu-Gang Jiang

分類: cs.RO

原文アブストラクト

Flow-based Vision-Language-Action (VLA) models are now widely used for continuous robotic manipulation, and online reinforcement learning (RL) is emerging as a key technique for adapting them to new tasks. Existing RL methods typically inject stochasticity inside the denoising chain, often through isotropic or temporally independent noise. However, effective robot exploration calls for structured noise: temporally smooth and scaled differently across action groups. We show that simply switching the in-chain noise to a structured form does not suffice: noise added at an intermediate flow time can be weakened by the remaining denoising steps before execution, a phenomenon we call \emph{Structured Noise Dilution}. We propose \textbf{StructRL}, which avoids dilution by relocating policy stochasticity to the action space via three coupled choices: (i) a deterministic ODE decoder, (ii) structured noise injected directly in the action space, and (iii) last-step replay, where policy-gradient updates avoid assigning likelihoods to intermediate denoising states. This keeps structured exploration tied to the executed action while providing a tractable training signal for the flow decoder. Across three flow-based VLA models on multiple simulated manipulation benchmarks and two real-world tasks, StructRL improves exploration efficiency and OOD performance over prior in-chain baselines, demonstrating the effectiveness of structured action-space exploration for adapting flow-based VLA with RL. \textbf{Project page:} https://flyfaerss.github.io/structrl/