日本フィジカルAI新聞

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

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

階層的スキル検索による視覚言語行動モデルのデータ効率的適応

Hierarchical Skill Retrieval for Data-Efficient Adaptation of Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

長期的な操作タスクを階層的に分解し、サブタスクの言語検索と行動特徴の再ランキングを組み合わせて関連デモを検索することで、少数のデモでもVLAモデルを効率的に適応させる手法を提案した。

詳しい要約

1. どんなもの?

本論文は、Vision-Language-Action (VLA) モデルを限られたタスク固有のデモンストレーションで新しいタスクに適応させる際のデータ効率を向上させるため、Hierarchical Skill Retrieval (HSR) という検索フレームワークを提案している。HSRは、長期的な操作タスクをスキルシーケンスに分解し、サブタスクレベルの言語検索と行動特徴の再ランキングを組み合わせたハイブリッド検索を用いて、関連するデモンストレーションを取得する。その後、事前学習とファインチューニングの2段階パイプラインでポリシーを適応させる。

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

既存の検索手法は、視覚的類似性、状態行動表現、タスクレベルの言語マッチングに依存しており、長期的な操作タスクの階層構造を見落としがちである。完全なタスクマッチは稀だが再利用可能なスキルは豊富であるという点に着目し、HSRはタスクをスキルに分解して検索することで、この問題に対処している。これにより、従来手法よりもデータ効率の良い適応を実現している。

3. 技術・手法の肝は?

HSRの手法の核は、まず対象タスクを候補スキルシーケンスに分解し、各プランを意味的妥当性と事前データセットから推定されるスキル信頼性に基づいて評価することである。選択された分解を用いて、サブタスクレベルの言語検索と行動特徴の再ランキングを組み合わせたハイブリッド検索を実行し、意味的に関連し対象タスクと互換性のあるデモンストレーションを特定する。最後に、一般的なスキル獲得とタスク固有の適応を分離する2段階の事前学習とファインチューニングパイプラインでポリシーを適応させる。

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

LIBEROベンチマークと複数の実世界ロボット操作タスクで実験を行い、HSRが最強のベースラインと比較して平均成功率をそれぞれ10.3%と21.3%向上させた。これにより、構造化されたスキルレベルの検索がデータ効率の良いVLA適応に有効であることを実証している。

5. 議論はある?

要旨からは、HSRの限界や潜在的な欠点についての議論は不明である。ただし、スキル分解の品質が検索結果に影響する可能性や、事前データセットのスキル信頼性推定の正確性が重要であることが示唆されるが、詳細は要旨に記載されていない。

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

要旨で参照されている関連研究として、VLAモデル、検索ベースの適応手法、階層的タスク分解に関する論文が挙げられる。具体的には、Vision-Language-Actionモデルの事前学習、検索によるデータ効率的適応、長期的操作タスクの階層的分解に関する研究が関連する。

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

著者: Haoran Hao, Shahram Najam Syed, Jeff Schneider, Jeffrey Ichnowski

分類: cs.RO, cs.AI, cs.LG

原文アブストラクト

While Vision-Language-Action (VLA) models pretrained on large-scale robot datasets provide a strong foundation for robot manipulation, their performance can degrade when adapted to new tasks with limited task-specific demonstrations. Retrieval offers a practical way to reuse existing demonstrations for data-efficient adaptation, but existing methods often rely on visual similarity, state-action representations, or task-level language matching. These approaches may overlook the hierarchical structure of long-horizon manipulation tasks, where complete task matches are rare but reusable skills are often abundant. To address this challenge, we propose Hierarchical Skill Retrieval (HSR), a retrieval framework for data-efficient VLA adaptation. Specifically, HSR first decomposes a target task into candidate skill sequences. It evaluates each plan based on both semantic plausibility and skill reliability estimated from the prior dataset. The selected decomposition is then used for hybrid retrieval. This combines subtask-level language retrieval with behavior-feature reranking to identify demonstrations that are both semantically relevant and compatible with the target task. Finally, we adapt the policy through a two-stage pretraining and finetuning pipeline, which separates general skill acquisition from task-specific adaptation. Experiments on the LIBERO benchmark and several real-world robot manipulation tasks show that HSR improves the average success rate by 10.3% and 21.3% over the strongest baseline, respectively. These results demonstrate the effectiveness of structured skill-level retrieval for data-efficient VLA adaptation. Videos and code are available at https://hoar012.github.io/HSR-Project.

関連論文