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

木構造の滑らかさを学びながら探索する多段階バンディット

Canopy: Exploiting Piecewise Smooth Tree Priors for Multi-Fidelity Bandits

Michael Jerge, Suman Jana

この論文をやさしく読む

ひとことで言うと

生成の候補を木として探す際、滑らかな場所と急に変わる場所を見分けて評価予算を配る方法を示した。

何に役立つ?

モデルの選択、キャッシュ、推論時探索などで、高価な詳細評価の回数を効率よく配分できる。

この研究の面白いところ

滑らかさを一律に仮定せず、安い試査から局所的な違反を見つけて探索方針を変える。

どこまで分かった?

理論保証の追加費用は不連続点の数に依存する。実験の倍率は要旨に記載された各課題と比較条件での結果。

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

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

モデルの振り分け、接頭辞キャッシュの管理、プロンプトの短縮、推論時の探索など、多くの大規模言語モデルの推論問題は木構造上の最適化と見なせる。自己回帰的生成では各接頭辞が節点となり、その続きを枝の下に置くからである。内部節点の評価は安いが領域の価値に偏りがあり、葉の評価は高価だが正確である。階層型バンディット法はこの構造を使えるものの、通常は滑らかさの変化を事前に指定しなければならない。実際の目的関数は部分ごとにしか滑らかでなく、最適点が急な境界の近くにある場合がある。 本研究は、滑らかさを全体に仮定せず、どこでその事前仮定が有効か学習する多段階の木バンディットCANOPYを提案する。安価なランダム経路の試査で、局所的な集約の偏りをオンラインで確認できる証明を作り、滑らかさへの違反を検出した領域に高価な葉の評価を向ける。固定予算と累積損失について、追加費用が不連続点の数に対して加法的に増える保証を証明した。違反がなければ滑らかな木の計算率に戻り、違反が密になれば構造を使わない探索に近づく。 モデルの振り分け、上位k件の特定、推論時探索、キャッシュ、プロンプト短縮では、同じ予算で一貫して性能を改善した。例えば1000モデルの候補群で上位10件の再現率が2.9倍、SWE-bench Verifiedで解決した課題数がbest-of-Nより1.6倍、接頭辞キャッシュで最初のトークンまでの時間の中央値が3.6分の1になった。

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

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

更新履歴

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

原文の要旨

Many LLM inference problems, including model routing, prefix-cache management, prompt trimming, and test-time search, can be viewed as optimization over a tree. This structure arises naturally from autoregressive generation: every prefix defines a node, and its continuations form a subtree below it. Internal nodes of the tree provide cheap but biased estimates of a region's value, while leaf evaluations are expensive but accurate. Hierarchical bandit methods can exploit this structure, but typically require a specific smoothness schedule to be specified in advance, even though real objectives are often only piecewise smooth and their optima may lie near sharp boundaries. We introduce CANOPY, a multi-fidelity tree bandit that learns where the smoothness prior is valid rather than assuming it globally. CANOPY uses cheap random-path probes to construct an online certificate of local aggregation bias, then directs expensive leaf evaluations toward cells where the certificate detects a smoothness violation. We prove fixed-budget and regret guarantees whose additional cost is additive in the number of discontinuities, recovering the smooth-tree rate when no violations are present and approaching structure-blind search as violations become dense. Across routing, top-$k$ identification, test-time search, caching, and prompt trimming, CANOPY consistently improves matched-budget performance, including $2.9\times$ higher top-10 recall on a 1000-model pool, $1.6\times$ more SWE-bench Verified issues resolved than best-of-$N$, and $3.6\times$ lower median time-to-first-token with prefix caching.

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