日本フィジカルAI新聞

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

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

見て、思い出して、行動する:並行身体ストリームにおける常時稼働ロボット

Watch, Recall, Act: Always-On Robots in Concurrent Embodied Streams

シェア:XThreadsFacebookLINEはてブBluesky

常時稼働ロボット向けに、ライブ知覚・身体状態・自身の過去行動を非同期に統合するストリーミングポリシーARMSを提案し、両腕同時作業でのタスク成功率を向上させた。

詳しい要約

1. どんなもの?

常時稼働ロボットが途切れないマルチモーダルストリーム(指示の到着・失効、シーン変化、自身の過去行動)に対処するためのストリーミングポリシー ARMS を提案。 - 単一の pretrained π0.5 backbone に3つの軽量モジュールを追加。 - ライブ知覚・embodied states・自身の過去行動を context として backbone が行動前に読む。 - モジュールは非同期に context を更新し、watching と recalling が acting をブロックせず、dual-arm が同時に動作。 - agent-causal self-history でどの腕が何をいつ行ったかを記録。 - ARMS Dataset を段階的構築スクリプトで作成し、実 dual-arm teleoperation から各モジュールをラベル付け。

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

従来の action models は固定指示・タスク途中介入なし・単段推論を前提としており、オープンエンドな世界の常時ストリームに対応できない。 - ARMS は far-future cues の watching、far-past actions の recall、dual-arm concurrency 下の acting を同時に扱う。 - 新機構を発明せず、学習済み context providers と agent-causal self-history を統合する点が特徴。 - 追加アノテーションなしで監督できる ARMS Dataset を構築。 - 結果として combined task で 45% を達成し、4つの主要 baseline 中最強の 28% を上回る。

3. 技術・手法の肝は?

単一の pretrained π0.5 backbone を中核とし、3つの軽量モジュールで live perception・embodied states・自身の過去行動を context 化。 - モジュールは非同期に context を更新し、watching/recalling と acting を並行可能に。 - agent-causal self-history がどの腕が何をいつ行ったかをログし、自己履歴を context として利用。 - ARMS Dataset は段階的構築スクリプト自体が実 dual-arm teleoperation から各モジュールをラベル付けし、追加アノテーションを不要にする。 - これにより dual-arm concurrency 下での行動選択を backbone が context を読んでから実行。

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

ARMS Dataset で訓練した ARMS を combined task で評価。 - 45% を達成し、4つの主要 baseline 中最強の 28% を上回る。 - ablation により memory module、embodied-state head、asynchronous concurrency がそれぞれ必要であることを確認。 - 詳細な評価プロトコルやタスク設定は要旨からは不明。

5. 議論はある?

memory module、embodied-state head、asynchronous concurrency の各要素が必要であることが ablation で示される。 - 一方、限界・失敗事例・計算コスト・スケーラビリティ・倫理的影響などの議論は要旨からは不明。 - baseline の詳細や統計的有意性も要旨からは不明。

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

要旨で参照/比較されている研究は明示されていない。 - 関連手法として π0.5 backbone、action models、dual-arm teleoperation、streaming policy が挙げられる。 - 同分野の定番として vision-language-action models、robot learning from demonstration、long-horizon robot memory に関する論文を次に読むべき。

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

著者: Ding Yi, Peiwen Sun, Chenchu Rong, Jianan Wang, Xili Dai, Xiangyu Yue, Xi Lin

分類: cs.RO

原文アブストラクト

An always-on robot faces an endless stream that never resets: instructions arrive and lapse, the scene changes, and its own past actions reshape what it must reason about. Today's action models are built for the opposite: a fixed instruction, no mid-task intervention, single-step reasoning. In an open-ended world a robot must watch a live stream for far-future cues, recall its own far-past actions, and act on them under dual-arm concurrency. We present ARMS (Always-on Robot in Multi-modal Streams), a deliberately simple streaming policy: a single pretrained $π$0.5 backbone augmented by three lightweight modules that turn live perception, embodied states, and the robot's own past actions into context the backbone reads before it acts. The modules update this context asynchronously, so watching and recalling never block acting and the two arms act at once. Rather than inventing new mechanisms, ARMS integrates these learned context providers with an agent-causal self-history that logs which arm did what, and when. To supervise them without extra annotation, we build ARMS Dataset, whose staged construction script itself labels every module from real dual-arm teleoperation. Trained on it, ARMS reaches 45% on the combined task against 28% for the strongest of our four main baselines, and ablations confirm the memory module, the embodied-state head, and asynchronous concurrency are each necessary.

関連論文

PR本紙発行元 EmplifAI