日本フィジカルAI新聞

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

週刊ニュースレター購読
VLA/両腕操作arXiv:2608.22419

驚くほど単純なモダリティマスキングによる堅牢な両腕視覚言語行動モデル

Robust Bimanual Vision-Language-Action Models via Embarrassingly Simple Modality Masking

シェア:XThreadsFacebookLINEはてブBluesky

両腕ロボット操作のための視覚言語行動モデルの堅牢性を、トレーニング中にモダリティチャネルをランダムにマスクするだけのシンプルな手法で向上させた。

詳しい要約

1. どんなもの?

本論文は、双腕ロボット操作のためのquery-based Vision-Language-Action (VLA)モデルのロバスト性を向上させる、Modality Masking Mechanism (M3)を提案する。M3はトレーニング時のみに適用されるシンプルな戦略で、モダリティチャネルのサブセットを確率的にマスクし、ポリシーが部分的な観察に適応することを促す。これにより、複雑な双腕タスクにおける不連続な動作や実行失敗を低減する。

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

先行研究のquery-based VLAモデルは低遅延で魅力的だが、複雑な双腕タスクでは不安定なマルチビューと言語融合により失敗することがある。M3はアーキテクチャ変更や大規模なロボット事前学習を必要とせず、トレーニング時のみのマスキングという「驚くほどシンプル」な手法でロバスト性を向上させる点が新しい。

3. 技術・手法の肝は?

M3はトレーニング中にモダリティチャネル(例:視点、言語)のサブセットを確率的にマスクする。これにより、ポリシーは信頼できる証拠に依存し、注意が散漫になる領域への依存を減らすよう学習する。推論時にはマスキングを行わず、アーキテクチャ変更も不要である。

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

RoboTwin 2.0の10の双腕タスクと、3つの長期的実世界タスクで評価した。Adapterベースラインと比較して、Clean設定で平均成功率21.7%向上、Clean2Rand(クリーンなデモで訓練しランダム化シーンで評価)で11.4%向上、実世界のフルタスク成功率は平均30%以上向上した。

5. 議論はある?

要旨からは、M3のマスキング戦略の理論的解析や、異なるマスキング率の影響、他のVLAモデルへの適用可能性などは不明。また、実世界タスクの詳細や、失敗モードの具体的な分析も要旨には含まれていない。

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

要旨で参照されているのはAdapterベースラインとRoboTwin 2.0データセットである。次に読むべき論文としては、query-based VLAモデルの基盤となる研究(例:RT-2、OpenVLA)や、ロバスト性向上のためのデータ拡張手法、双腕操作のための模倣学習に関する論文が挙げられる。

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

著者: Dongzhou Cheng, Ziang Li, Yixiao Zhou, Haojuan Li, Jinghao Zhang, Lei Lei, Minjing Dong, Jie Gui, Jiaqi Wang

分類: cs.RO, cs.CV

原文アブストラクト

Query-based Vision-Language-Action (VLA) models offer low-latency inference that is attractive for bimanual robotic manipulation, but we observe that they can still exhibit discontinuous actions and execution failures in complex dual-arm tasks. We hypothesize that unstable multi-view and language fusion is one contributing factor in these failures, often coinciding with attention spreading to distracting regions. To improve robustness, we introduce the Modality Masking Mechanism (M3), an embarrassingly simple, training-only strategy that requires no architectural changes or large-scale robot pretraining. M3 stochastically masks subsets of modality channels during training, exposing the policy to controlled partial observations and encouraging it to rely less on distracting cues and more on evidence that remains reliable. We evaluate M3 on ten bimanual tasks from RoboTwin 2.0 and on three long-horizon real-world tasks. Compared with the Adapter baseline, M3 improves average success by 21.7% in the Clean setting and 11.4% in Clean2Rand, where policies are trained on clean demonstrations and evaluated on randomized scenes, while also improving averaged real-world full-task success by over 30%. These results suggest that structured training-time masking is a practical way to improve the robustness of query-based VLA policies for bimanual manipulation.

関連論文