arXiv論文メモ
新着一覧
cs.AI · 査読状況未確認

必要で実際に使った画像参照だけを評価する視覚言語モデル学習

When Should a VLM Look? Paying Only for Visual Calls That Were Needed and Used

Kunyu Peng, Junming Liu, Ruiqi He, Qingzhuo Wang, Jianzhong Qi, Xianhui Liu

この論文をやさしく読む

ひとことで言うと

視覚言語モデルが画像を見る必要があり、返された画像を実際に使った場合だけ評価する学習法。

何に役立つ?

画像切り出しなどのツール呼び出しを減らしつつ、視覚問題への回答精度を上げる学習法の検討に役立つ。

この研究の面白いところ

画像を見ずに答える場合と、別の同じ大きさの画像を見た場合を比較し、「必要」と「使用」を分けて判定している。

どこまで分かった?

報告値は指定された初期状態、プロンプト集合、予算およびベンチマークでの比較である。不要な呼び出しは減っても31~36%残っている。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

画像を切り出したり拡大したりする視覚言語エージェントは、ツール呼び出しが成功すると報酬を与える方法で学習される。しかし、呼び出しの成功だけでは、モデルが画像を見る必要があったのか、返された画素を実際に使ったのかは分からない。研究で用いた学習前のチェックポイントでは、必要であり、かつ使われた視覚呼び出しは10~12%だけだった。公開済みエージェントでは、個別のベンチマークで不要な呼び出しが36~87%だった。結果に基づく報酬、判定器による報酬、分岐を使った調査は、この問題の一面ずつを捉えるが、結果に基づく報酬の約3分の2は、必要でも使用されてもいない呼び出しに支払われていた。 CounterCredit は、画像を返す各呼び出しについて、その直前の状態で両方の問いを評価し、方策自身の正解スコアを使う。意思決定の価値では実際に視覚情報を得た分岐と即座に回答した場合を比較し、証拠の価値では返された切り出し画像と、同じ呼び出しに同じ大きさのランダムな領域を代入した場合を比較する。両方を満たした呼び出しには報酬を返し、それ以外の実行済み呼び出しには費用を課す。費用には、正解した経路が常に不正解の経路より高評価となる上限を設け、2チャネルのGRPO優位性で費用を独立した単位として扱う。 同じ初期状態、プロンプト集合、予算で比較した結果、CounterCredit は V*で89.5%、HR-Bench-4Kで80.2%、HR-Bench-8Kで76.4%に達した。結果だけを評価するGRPOより6.3~9.4ポイント高く、質問当たりの呼び出し回数は1.78回対1.84回で、不要な呼び出し率は31~36%に下がり、評価したエージェント中で最も低かった。同じ方法でQwen3-VL-8Bのベースモデルの平均値も75.4から80.8に上がった。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-19(UTC)
最新改訂
2026-09-19 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Vision-language agents that crop and zoom are trained with rewards that credit a successful tool call, yet a successful call does not show that the model needed to look or used the pixels it received. On our cold-start checkpoint only 10% to 12% of visual calls were both needed and used, and released agents make spurious calls 36% to 87% of the time on individual benchmarks. Outcome rewards, judge rewards, and branch probes each observe one side of this failure, and about two thirds of what an outcome reward pays goes to calls that were neither needed nor used. CounterCredit asks both questions of every image-returning call at its realized pre-call state, using the policy's own gold-answer score. A decision value compares the realized visual branch with answering immediately; an evidence value compares the returned crop with random same-size patches substituted into the same call. A call verified on both earns cashback and every other executed call pays rent; the price is bounded so that every correct trajectory outranks every wrong one, and a dual-channel GRPO advantage keeps the price in its own units. From the same cold start, prompt pool, and budget, CounterCredit reaches 89.5% on V*, 80.2% on HR-Bench-4K, and 76.4% on HR-Bench-8K, 6.3 to 9.4 points above outcome-only GRPO at 1.78 against 1.84 calls per question, and lowers the spurious-call rate to 31% to 36%, the lowest among the agents evaluated. The same recipe lifts a Qwen3-VL-8B base from 75.4 to 80.8 on average.

著者のコメント

30 pages, 7 figures, 14 tables. Preprint under review

arXiv ID: 2609.22910 / 要約の誤りについて