日本フィジカルAI新聞

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

週刊ニュースレター購読
VLAarXiv:2608.03701v1

LiLa-WAM: ロボット操作のための軽量潜在推論ワールドアクションモデル

LiLa-WAM: Lightweight Latent Reasoning World-Action Model for Robotic Manipulation

シェア:XThreadsFacebookLINEはてブBluesky

将来の状態をコンパクトな潜在空間で推論する軽量なワールドアクションモデルを提案し、単一GPUで学習可能にした。

詳しい要約

1. どんなもの?

LiLa-WAMは、ロボット操作のための軽量なWorld-Action Model (WAM)である。コンパクトな潜在空間で未来を推論し、単一の24GB GPUでエンドツーエンドに訓練可能。タスク指定にはVisual Transition Token (VTT)という言語を使わないタスク表現を導入し、各タスクを視覚特徴空間の方向として符号化する。

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

既存のWAMは計算コストが高い。ピクセル空間の手法は制御に直接関係ない視覚詳細に容量を割く。潜在空間の手法は推論空間を構築するために多段階訓練を要する。LiLa-WAMは、将来状態予測と行動生成が共同で形成するコンパクトな潜在推論空間により、軽量で制御に整合し、単一GPUでエンドツーエンド訓練を可能にした点が優れている。

3. 技術・手法の肝は?

中核は、将来状態予測と行動生成によって共同で形成されるコンパクトな潜在推論空間の設計。これによりモデルを軽量に保ちつつ制御に整合させる。タスク指定にはVisual Transition Token (VTT)を提案。これは言語を使わず、各タスクを視覚特徴空間の方向として符号化する。

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

RoboTwin 2.0、LIBERO、および実ロボットタスクで実験。RoboTwinの50タスクで90.48%の成功率を達成し、単一GPU訓練で有効性を示した。

5. 議論はある?

要旨からは、潜在空間の解釈可能性やVTTの汎用性、他のタスク表現との比較、計算コストの詳細な分析などは不明。また、実ロボットタスクの具体的な内容や成功率も要旨からは不明。

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

要旨で参照されている関連研究として、World-Action Model (WAM)の既存研究(ピクセル空間や潜在空間の手法)が挙げられる。具体的には、RoboTwin 2.0やLIBEROのベースライン手法、およびVTTに関連する視覚特徴空間のタスク表現を用いた研究が考えられる。

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

著者: Fan Yang, Yuting Su, Xiaobo Wang, Yuncheng You, Fugui Fan, Yuting Wu, Minghui Wu, Chenxu Zhao, JiaHong Ning, Peiguang Jing

分類: cs.RO, cs.AI

原文アブストラクト

World-action modeling has emerged as a promising paradigm for robotic control, as it empowers models to go beyond reacting to observations and anticipate how a scene will evolve. However, existing WAMs often incur substantial computational overhead. Pixel-space methods often allocate substantial capacity to visual details that may not be directly relevant to control, while some latent-space methods require multi-stage training to construct the reasoning space. The resulting training cost can make such methods difficult to train under modest computational budgets. In this work, we propose LiLa-WAM, a lightweight world-action model that reasons about the future in a compact latent space and can be trained end-to-end on a single 24GB GPU. Its core design is a compact latent reasoning space jointly shaped by future-state prediction and action generation, which keeps the model lightweight while remaining well aligned with control. For task specification, we further propose the Visual Transition Token(VTT), a language-free task representation that encodes each task as a direction in visual feature space. Experiments on RoboTwin~2.0, LIBERO, and real-robot tasks demonstrate LiLa-WAM's effectiveness, achieving 90.48\% success across 50 RoboTwin tasks with single-GPU training.