日本フィジカルAI新聞

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

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

VLAQuantBench:視覚言語行動モデルの訓練後量子化の閉ループ評価

VLAQuantBench: Closed-Loop Evaluation of Post-Training Quantization for Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

VLAモデルの訓練後量子化について、層範囲・数値形式・キャリブレーションの相互作用を409回の実行と94,574エピソードで体系的に評価したベンチマークを提案。

詳しい要約

1. どんなもの?

本論文は VLAQuantBench を提案する。これは Vision-Language-Action (VLA) モデルに対する post-training quantization (PTQ) の閉ループ評価ベンチマークである。 - 409 runs、94,574 simulation episodes からなる制御された評価を実施。 - LIBERO 上で4モデルを評価し、X-VLA は追加で3つの simulation benchmark families でも評価。 - 層スコープ、数値フォーマット、calibration の相互作用を考慮した精度選択の必要性を示す。 - code、configurations、episode records は公開されている。

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

先行研究と比べて、VLA モデルの PTQ を閉ループで体系的に評価する点が新しい。 - 従来は個別の PTQ 手法や単一モデルでの評価が中心だったが、本論文は複数モデル・複数ベンチマークで大規模に比較。 - 層スコープの拡大が成功率を大きく改善する例 (π_{0.5} で 7.0% から 70.5%) を定量的に示す。 - calibration の有無やレシピの違いがモデルごとに異なる影響を与えることを明らかにし、普遍的な層感度ルールではなく具体的な精度割り当てを特定。 - real-kernel と physical-robot 測定も補完している点が先行研究と異なる。

3. 技術・手法の肝は?

技術や手法の肝は以下の通り。 - post-training quantization (PTQ) を対象とし、W4A4 round-to-nearest quantization などの数値フォーマットを検討。 - 層スコープの拡大: π_{0.5} の action-head subset を 126 層から 167 層に拡大。 - calibration: 2-episode calibration を適用し、smoothing-and-clipping recipe の効果を検証。 - OpenVLA-OFT では 28,672-parameter の output projection を保護し、残りの 441 eligible linear layers に W3 や eight-bit activations を適用。 - fixed-observation replay で数値的な回復を確認。 - task-clustered intervals を用いた統計的分析。

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

有効性の検証は以下の方法で行われた。 - 409 runs、94,574 simulation episodes の大規模評価。 - LIBERO 上で4モデルを評価し、X-VLA は3つの simulation benchmark families でも評価。 - uncalibrated W4A4 round-to-nearest quantization で π_{0.5} の action-head subset 拡大により成功率が 7.0% から 70.5% に向上。 - fixed-observation replay で数値的回復を確認。 - 2-episode calibration が joint failures を除去することを確認。 - OpenVLA-OFT で output projection 保護により near-baseline success を回復。 - task-clustered intervals が failure と recovery の大きなコントラストを支持。 - real-kernel と physical-robot 測定も補完。

5. 議論はある?

議論としては以下が挙げられる。 - レシピ依存の相互作用が存在し、普遍的な層感度ルールは特定できない。 - 同じ smoothing-and-clipping recipe が π_0 の成功率を低下させ、OpenVLA-OFT の end-to-end 回復には不十分。 - 具体的な精度割り当てを特定することの重要性を主張。 - 限界や今後の課題については要旨からは不明。

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

要旨で参照/比較されている研究や関連手法を挙げる。 - π_{0.5}、π_0、OpenVLA-OFT、X-VLA などの VLA モデル。 - LIBERO ベンチマーク。 - post-training quantization (PTQ)、W4A4 round-to-nearest quantization、W3、eight-bit activations。 - smoothing-and-clipping recipe。 - 同分野の定番として、VLA モデル全般や PTQ 手法 (例: GPTQ、AWQ など) が関連するが、要旨では明示されていない。

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

著者: Jiuyi Xu, Qing Jin, Meida Chen, Song Wang, Yang Sui, Yangming Shi

分類: cs.RO, cs.AI

原文アブストラクト

Post-training quantization reduces the memory requirements of vision-language-action (VLA) models, but precision selection must account for the interaction between layer scope, numerical format, and calibration. We introduce \textbf{VLAQuantBench}, a controlled evaluation with 409 runs and 94,574 simulation episodes: four models on LIBERO, with X-VLA additionally evaluated on three simulation benchmark families. Under uncalibrated W4A4 round-to-nearest quantization, expanding a $π_{0.5}$ action-head subset from 126 to 167 layers raises success from 7.0\% to 70.5\%. Fixed-observation replay confirms a corresponding numerical recovery. Two-episode calibration removes the severe joint failures in the tested subsets, whereas the same smoothing-and-clipping recipe lowers $π_0$ success and does not recover OpenVLA-OFT end-to-end. For OpenVLA-OFT, protecting one 28,672-parameter output projection instead restores near-baseline success: the remaining 441 eligible linear layers retain W3 on LIBERO-Long or eight-bit activations across all four suites. Task-clustered intervals support the large failure and recovery contrasts. These results establish recipe-dependent interactions and identify concrete precision assignments, rather than universal layer-sensitivity rules. Real-kernel and physical-robot measurements complement the accuracy analysis. Code, configurations, and episode records are publicly available at https://github.com/jiuyixu25/VLAQuantBench.

関連論文

PR本紙発行元 EmplifAI