日本フィジカルAI新聞

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

週刊ニュースレター購読
継続学習arXiv:2609.04552

展開後物理AIのための継続的現場適応モデル(CFAM)

Continual Field-Adaptive Models (CFAMs) for Post-Deployment Physical AI

シェア:XThreadsFacebookLINEはてブBluesky

展開後も自律的に学習を継続できるモデルCFAMを提案し、5種類のロボットでデータ効率と適応性能を検証した。

詳しい要約

1. どんなもの?

CFAMsは、展開後の物理AIシステムが、限られたデータとオンボード計算のみで継続的に学習できるようにするためのアーキテクチャである。ラボでの効率的な学習と、展開後の自律的・勾配なし・オンデバイス更新を組み合わせる。Complementary Learning Systemに基づき、凍結された遅い学習コンポーネント(Sensor, Reasoning, Actionの3つの皮質)と、高速学習のCapsule Fieldから構成される。Capsule Fieldは、ワンショットで勾配なしの学習をCompetence Capsulesとして保存する。スキル導入はラボでは少数ショット、フィールドでは継続的に行われる。

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

従来の手法(pi0, CogACT, SpatialVLAなど)は、展開後の学習を想定しておらず、新しい状況に適応するには再訓練が必要である。CFAMは、勾配なしのオンデバイス更新により、展開後も自律的に学習を継続できる点が新しい。また、Complementary Learning Systemを物理AIに適用し、凍結された遅い学習と高速なCapsule Fieldを組み合わせることで、破滅的忘却を防ぎつつ、新しいスキルを獲得できる。

3. 技術・手法の肝は?

CFAMはComplementary Learning Systemに基づく。遅い学習コンポーネントはSensor, Reasoning, Actionの3つの皮質からなり、Sensorはマルチモーダル入力を3D幾何学にマッピングし、Reasoningはタスクをスキルに分解して結果を評価し、Actionは幾何学的スキルを実行する。高速学習コンポーネントであるCapsule Fieldは、新しいスキルをワンショットで勾配なしにCompetence Capsulesとして保存する。スキル導入はラボでは少数ショット、フィールドでは継続的に行われる。

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

5つの異なる embodiment(マニピュレータ、四足歩行ロボット、ヒューマノイド、クワッドローター、オフロード車)で評価した。ベースライン(pi0, CogACT, SpatialVLA)は同じ社内マルチエンボディメントデータセットを使用。CFAMは、フル事前学習データセットで訓練された標準ポリシーの運用ポイントに、データの40%(2.5倍少ない軌道)で到達した。テスト時には、検証済みのニアOODケースの自律的キャプチャにより、アクション成功率が13.9パーセントポイント向上した。連続シミュレーションでは、後方転移は-0.5パーセントポイントであり、LoRAの-11.4パーセントポイントと比較して優れていた。

5. 議論はある?

要旨からは、オープンワールドの新規性は範囲外であると明記されており、CFAMは検証済みのニアOOD経験に限定される。また、評価はシミュレーションと物理プラットフォームで行われたが、実世界の複雑な環境での長期的な性能や、Capsule Fieldの容量制限などについては不明である。

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

要旨で参照されているベースラインはpi0、CogACT、SpatialVLAであり、これらが次に読むべき論文として挙げられる。また、Complementary Learning Systemの元となった研究(例:Hippocampal theory)や、勾配なしのオンデバイス学習手法(例:EWC、SI)も関連する。

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

著者: Amarjot Singh, Tanmay R. Pancholi, Jainam Kothari, Shrirang Mahajan, Ketan Bansal, Zackory Erickson, Giuseppe Loianno, Alexandre M. Bayen, Jeff Schneider, Vince Nakayama

分類: cs.RO, cs.AI

原文アブストラクト

Unattended interactive autonomy - machines that step into danger in place of humans and complete tasks with human tools - remains a missing capability in mission-critical operations. These domains offer scarce training data and only onboard compute, yet deployed systems must face novelty without erasing prior competence. We introduce Continual Field-Adaptive Models (CFAMs), which learn efficiently in the lab and continue learning after deployment through autonomous, gradient-free, on-device updates. CFAM uses a complementary learning architecture with a frozen slow-learning component and a fast-learning Capsule Field. The slow component contains three cortices: Sensor, which maps multimodal input into 3D-grounded geometry; Reasoning, which decomposes tasks into skills and evaluates outcomes; and Action, which executes geometric skills. The Capsule Field stores field learning one-shot and gradient-free as Competence Capsules. Skill installation is few-shot in the lab and continual in the field; open-world novelty is outside scope. We evaluate CFAM across five embodiments: manipulator, quadruped, humanoid, quadrotor, and off-road vehicle. Baselines (pi0, CogACT, SpatialVLA) use the same in-house multi-embodiment dataset for physical-platform comparisons. CFAM reaches the operating point of a standard policy trained on the full prior-training dataset using 40% of the data, or 2.5x fewer trajectories. At test time, autonomous capture of verified near-OOD cases improves action success by 13.9 percentage points. In sequential simulation, backward transfer is -0.5 percentage points versus -11.4 for LoRA. CFAM therefore provides a bounded form of post-deployment physical intelligence: few-shot skill learning, autonomous field growth from verified near-OOD experience, and retention of prior competence.

関連論文