日本フィジカルAI新聞

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

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

AdaVLA: 適応的ステップフローマッチングによる視覚言語行動モデルの学習不要高速化

AdaVLA: Adaptive Step Flow Matching for Training-free Acceleration of Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

フローマッチングに基づく視覚言語行動モデルの推論を、学習なしで適応的に高速化するフレームワークを提案。軌道曲率から生成信頼度を測り、ステップ数削減とMLP枝刈りを動的に調整する。

詳しい要約

1. どんなもの?

AdaVLAは、Vision-Language-Action (VLA)モデルの推論を高速化するためのオンラインで訓練不要な適応的フレームワークである。特に、flow matchingに基づくVLAモデルに焦点を当て、推論中の反復的なODE求解プロセスを加速する。

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

既存の加速手法は、ファインチューニングや訓練データへのアクセスを必要とすることが多く、プライバシーやプロプライエタリな理由で利用できない場合がある。また、多くの研究はVLMの推論コストに焦点を当てており、flow matching推論に固有の反復的なODE求解プロセスを扱っていない。AdaVLAは、訓練データを必要とせず、オンラインで推論ステップ数とMLPプルーニング比率を動的に調整することで、これらの制限を克服する。

3. 技術・手法の肝は?

手法の核心は、flow matchingの軌道の曲率から導出される新しいメトリックを用いて、推論中のアクション生成の信頼度を定量化することである。このメトリックに基づき、推論ステップ数を動的に削減し、効率的に計算される重要度評価を通じてMLPプルーニング比率を適応的に調整する。訓練データへのアクセスは不要である。

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

LIBEROベンチマークとJetson AGX Orinデバイスを用いて評価し、π0.5とX-VLAに対してそれぞれ1.87倍と2.24倍の高速化を達成し、成功率の低下は無視できる程度であることを示した。さらに、SmolVLAを用いた実世界のロボットタスクでロバスト性を検証した。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明である。また、異なるVLAモデルやタスクに対する一般化の程度や、動的調整が品質に与える影響の詳細も要旨からは不明である。

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

要旨で参照されている関連研究として、flow-matching-based VLAモデル(π0.5、X-VLA、SmolVLA)や、VLM推論コストの加速手法、および訓練不要の加速手法に関する論文が挙げられる。具体的な論文タイトルは要旨にないため、同分野の定番として、拡散モデルやflow matchingの加速に関する研究(例:Distillation, Consistency Models)や、VLAモデルの効率化に関する研究を読むことが推奨される。

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

著者: Sunghwan Han, Youngtae Han, Youngmin Yi

分類: cs.RO, cs.LG

原文アブストラクト

Vision-Language-Action (VLA) models, built upon Vision-Language Models (VLMs), have significantly enhanced robotic capabilities by leveraging internet-scale knowledge and multimodal reasoning. However, the intensive computational overhead of VLAs constrains on-device deployment, hindering real-time responses to environmental changes. While various acceleration techniques have been proposed, they often rely on fine-tuning or access to training datasets, which are frequently unavailable due to privacy and proprietary concerns. Moreover, although flow-matching-based VLAs have emerged as efficient alternatives to standard diffusion models, current acceleration efforts largely target VLM inference costs, failing to address the iterative ODE solving process inherent in flow matching inference. To address these limitations, we propose AdaVLA, an online, training-free adaptive framework for fast yet accurate flow-matching-based Vision-Language-Action models. We introduce a novel metric derived from the flow matching trajectory curvature to quantify action generation confidence during inference. This metric enables the dynamic reduction of inference steps and the adaptive adjustment of MLP pruning ratios through an efficiently computed importance evaluation, requiring no access to training data. Experimental results on the LIBERO benchmark using a Jetson AGX Orin device demonstrate that our method achieves $1.87\times$ and $2.24\times$ speedups for $π_{0.5}$ and X-VLA, respectively, with negligible degradation in success rates. Furthermore, we validate the robustness of our approach on real-world robotic tasks using SmolVLA.

関連論文