日本フィジカルAI新聞

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

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

GORDON: 長期的操作の分解のためのグラフベースのオブジェクト中心報酬

GORDON: Graph-based Object-centric Rewards for Decomposition of Long-Horizon Manipulation

シェア:XThreadsFacebookLINEはてブBluesky

視覚デモから密な報酬を学習し、長期的な操作タスクを自動的にサブタスクに分解するフレームワークを提案。

詳しい要約

1. どんなもの?

GORDONは、アクションなしのビデオデモから密な報酬を学習する、グラフベースのオブジェクト中心報酬学習フレームワークである。各視覚シーンを検出されたオブジェクトと空間関係のグラフとして表現し、グラフニューラルネットワーク(GNN)を自己教師ありで訓練して、タスク整合的な潜在空間に埋め込む。報酬は、現在状態とデモの目標構成との潜在空間距離として計算される。さらに、長期的タスクでは報酬の時間プロファイルから自動的にサブタスクを発見し、サブタスク固有の報酬とポリシーを順次構成する。

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

従来の強化学習では報酬設計が難しく、スパース報酬では学習が困難で、手動のサブタスク注釈はコストが高い。また、生のピクセルから学習した報酬は視覚的変化や背景、ロボットの動きに敏感で脆い。GORDONは、オブジェクト中心のグラフ表現を用いることで、視覚的変化に対する堅牢性を高め、アクションなしのデモから報酬を学習できる点が優れている。さらに、報酬の時間プロファイルを利用した自動サブタスク発見により、手動セグメンテーションを不要にしている。

3. 技術・手法の肝は?

手法の核は、(1) 各フレームをオブジェクト検出と空間関係に基づくグラフとして表現し、GNNで埋め込むこと。(2) タスク関連オブジェクトを強調し、ロボットの動きをマスクするactivity-aware weighted poolingメカニズム。(3) 潜在空間での距離を報酬として使用し、タスク進行を測定。(4) 長期的タスクでは報酬の時間プロファイルから段階的なオブジェクト状態遷移を検出し、自動的にサブタスクを発見して、サブタスク固有の報酬とポリシーを訓練し、順次構成する。

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

MAGICALとManiSkill3ベンチマークの7つの操作タスクで実験を行った。短期的設定ではオブジェクト中心報酬が強化学習を改善し、複雑な長期的タスクでは自動分解によりポリシー学習を成功させた。長期的タスク全体で平均成功率74.4%を達成し、最良の学習ベースラインと比較して平均約+35パーセントポイント、オラクルと比較して約+25パーセントポイント向上した。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な問題についての議論は明示されていない。ただし、オブジェクト検出の精度に依存する可能性や、報酬の時間プロファイルに基づくサブタスク発見がタスクの種類によっては適さない場合があるかもしれないが、要旨には記載がない。

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

要旨で参照されている関連研究として、MAGICALとManiSkill3ベンチマークが挙げられる。また、オブジェクト中心表現や報号学習の分野では、オブジェクト中心強化学習や逆強化学習の手法が関連する。具体的には、オブジェクト中心表現を用いたモデルベース強化学習や、デモからの報酬学習に関する研究が考えられるが、要旨に明示されていないため、一般名で示す。

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

著者: Andrea Protopapa, Davide Buoso, Francesca Pistilli, Georgia Chalvatzaki, Giuseppe Averta

分類: cs.RO

原文アブストラクト

Learning long-horizon manipulation skills with reinforcement learning remains challenging due to the complexity of reward design, the limited guidance of sparse rewards, and the high cost of manual subtask annotation. Visual demonstrations can provide supervision for reward learning, but rewards learned from raw pixels can be brittle and sensitive to visual variation, background appearance, and robot motion. In this work, we propose GORDON, a graph-based object-centric reward learning framework that learns dense rewards from action-free video demonstrations. Each visual scene is represented as a graph of detected objects and spatial relations, and a graph neural network is trained in a self-supervised manner to embed these graphs into a task-aligned latent space. To align the representation with semantic task progress, we introduce an activity-aware weighted pooling mechanism that emphasizes task-relevant objects while masking robot-dominated motion. The dense reward is then computed as distances in the learned latent space of the current state to demonstrated goal configurations, providing a measure of task progress. In long-horizon tasks, the temporal profile of this reward reveals stage-wise object-state transitions, enabling automatic subtask discovery without manual segmentation. The discovered segments are then used to train subtask-specific rewards and specialized policies that are composed sequentially. Experiments on seven manipulation tasks on MAGICAL and ManiSkill3 benchmarks show that our object-centric reward improves reinforcement learning in short-horizon settings and enables successful policy learning in complex long-horizon tasks through automatic decomposition, achieving an average success rate of 74.4% across the long-horizon tasks (on average approximately +35 p.p. vs. best learned baseline and approximately +25 p.p. vs. oracle).