日本フィジカルAI新聞

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

週刊ニュースレター購読
マニピュレーションarXiv:2608.16153v1

統一条件・行動モデリングによる高精度ワンステップ行動生成

Unified Condition-Action Modeling for Accurate One-Step Action Generation

シェア:XThreadsFacebookLINEはてブBluesky

条件と行動を共有トークン空間で統一的にモデリングするUCA-Flowを提案し、推論速度を大幅に向上させつつ成功率を9.3ポイント改善した。

詳しい要約

1. どんなもの?

UCA-Flowは、ロボット操作のためのone-step action generationを実現する統一条件-行動モデリングフレームワークである。観測条件、タイムステップ条件、インターバル条件、アクショントークンを単一のシーケンスに統合し、Unified Condition-Action Transformerで処理することで、条件と行動を共同で表現学習する。これにより、条件表現が生成段階に応じて動的に再構築され、アクションの洗練に最も関連する情報を強調する。また、uとvに対する改良されたdual-pass supervisionスキームを導入し、統一モデリングの最適化を強化する。

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

従来の拡散・フローポリシーは条件を補助信号として扱い、アクション軌道と共同で進化させないことが多かった。UCA-Flowは条件とアクションを共有トークン空間で表現し、単一のシーケンスとして処理することで、この制限を効果的に緩和する。これにより、コンパクトなモデルで高い性能を達成しつつ、推論速度と精度を同時に向上させる。

3. 技術・手法の肝は?

手法の核心は、条件とアクションを共有トークン空間で統一し、Unified Condition-Action Transformerで処理することである。具体的には、観測条件、タイムステップ条件、インターバル条件、アクショントークンを単一のシーケンスに連結し、共同で表現学習する。さらに、uとvに対する改良されたdual-pass supervisionスキームを導入し、条件とアクションの統一モデリングを強化する。

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

検証は、ロボット操作タスクにおける成功率と推論速度の比較によって行われた。UCA-Flowは、最強のベースラインに対して平均成功率を9.3パーセントポイント向上させた。また、DP3とSimple DP3に対してそれぞれ45.6倍と33.4倍の高速化を達成し、one-step FlowPolicyとMP1よりもそれぞれ4.3倍と2.3倍高速であることを示した。

5. 議論はある?

要旨からは、議論の詳細は不明である。ただし、条件とアクションの統一モデリングが有効であることが示されたが、他のタスクや環境での汎用性、モデルのスケーラビリティ、さらなる精度向上の可能性などについての議論が考えられる。

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

要旨で参照されている関連研究として、DP3、Simple DP3、FlowPolicy、MP1が挙げられる。また、拡散ポリシーやフローポリシーに関する一般的な研究も関連する。

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

著者: Xinyu Zhou, Zikun Cai, Kuangji Zuo, Gen Li, Boyu Ma, Yanshuo Lu, Yutong Song, Mingqi Yuan, Jiayu Chen, Jianfei Yang

分類: cs.RO

原文アブストラクト

Robot manipulation requires policies that are both accurate and efficient, as robot control must respond to changing observations under tight latency constraints. Recent diffusion and flow policies are promising, but they often treat conditions as auxiliary signals rather than jointly evolving them with action trajectories. We find that this limitation can be effectively mitigated by a \textbf{simple yet effective unified condition-action modeling design} that represents conditions and actions in a shared token space, allowing a compact model to achieve high performance while improving both inference speed and accuracy. Therefore, we propose UCA-Flow, a unified condition-action modeling framework for accurate one-step action generation. Our method unifies observation conditions, timestep conditions, interval conditions, and action tokens into a single sequence, and processes them with a Unified Condition-Action Transformer for joint condition-action representation learning. As a result, condition representations are dynamically reconstructed according to the current generation stage, highlighting information most relevant for action refinement. Furthermore, we introduce an improved dual-pass supervision scheme over $u$ and $v$ for stronger optimization of unified condition-action modeling. UCA-Flow improves the average success rate by 9.3 percentage points over the strongest baseline, while achieving $45.6\times$ and $33.4\times$ speedups over DP3 and Simple DP3, and remaining $4.3\times$ and $2.3\times$ faster than one-step FlowPolicy and MP1, respectively.