arXiv論文メモ
新着一覧
cs.LG · 掲載先の記載あり

質問の難しさで量子化モデルを切り替えて推論を高速化

SpecQuant: Speculative Decoding with Multi-Parent Quantization for Adaptive LLM Inference

Harish KB, Jagadeeswaran M, Pradheep P, Yuvanesh S, Sivakumar T

この論文をやさしく読む

ひとことで言うと

同じ言語モデルから精度や計算量の異なる版を用意し、簡単な質問は軽い版、難しい質問は高精度版で処理する方法です。投機的なトークン生成も組み合わせます。

何に役立つ?

計算能力やメモリが限られる端末で、言語モデルの速度と精度のバランスを取るために使うことが考えられます。追加訓練を行わない方式です。

この研究の面白いところ

独立した小型モデルを用意する代わりに、共通の基盤モデルから派生した量子化版を使います。処理先の選択と投機的デコーディングを統合しています。

どこまで分かった?

評価はQwen2.5系と三つのベンチマークによります。要旨の精度低下2%が相対比かパーセントポイントかは明示されず、具体的なハードウェア別結果も記載されていません。

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

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

大規模言語モデル(LLM)のローカル実行は、消費者向けハードウェアの計算能力とメモリの制約に依然として制限されている。量子化、投機的デコーディング、適応的推論などの一般的な高速化技術は大きな速度向上をもたらすが、通常は再訓練、アーキテクチャごとの調整、またはドラフトモデルを必要とする。SpecQuantは、投機的デコーディングと複数親モデル型の量子化を組み合わせ、LLMの適応的で効率的な推論を行う、訓練不要の枠組みである。 SpecQuantは共有の基盤モデルから複数の量子化版(INT4、FP8、FP16)を作り、予測した複雑さに基づいて質問の処理先を動的に選ぶ。単純な課題や事実を問う課題には軽量版を使い、複雑な推論や長い文脈の入力にはフル精度モデルを使う。重みを共有する設計により、別々のドラフト親モデルを使うときの互換性問題を避けつつ、投機的デコーディングに十分なトークン受理を確保する。 Qwen2.5に基づくモデルをMMLU、AlpacaEval、GSM8Kのデータセット・ベンチマークで評価し、精度低下を2%以内に抑えながら35〜43%の高速化を示した。これはLLM分野で大きな改善である。SpecQuantは特別なインフラや専門知識なしに、多様なハードウェアで実用的なオンデバイスLLM導入を可能にする。

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

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
掲載先の記載あり

著者による掲載先の記載:2026 Fifth International Conference on Power, Control and Computing Technologies (ICPC2T), Raipur, India, 11-13 March 2026, pp. 371-375, IEEE, 2026。出版社での独立確認は未実施です。

arXivで読むPDFDOI

更新履歴

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

原文の要旨

Running large language models (LLMs) locally continues to be limited by restrictions of compute and memory on consumer hardware. The popular acceleration technologies, such as quantization, speculative decoding, and adaptive inferencing, offer substantial speed boosts but usually necessitate retraining, per architecture tuning, or draft models. SpecQuant is a trainingfree framework, that combines speculative decoding with multiparent quantization to perform adaptive, efficient inference of LLMs. SpecQuant derives multiple quantized variants (INT4, FP8, FP16) from a shared base model, and dynamically routes queries based on predicted complexity; lightweight variants are used for simple or factual tasks, and full-precision models are used for complex reasoning tasks or long-context inputs. The shared-weight design of SpecQuant ensures sufficient token acceptance for speculative decoding without compatibility issues using separate draft parent models. We evaluate SpecQuant on Qwen2.5 based models on the MMLU, AlpacaEval, and GSM8K datasets, or benchmarks, demonstrating 35-43% speedups without degrading accuracy greater than 2%, substantial within the LLM community. SpecQuant enables practical on-device LLM deployment across diverse hardware without special infrastructure or expertise.

著者のコメント

5 pages, 1 figure. Published in the 2026 Fifth International Conference on Power, Control and Computing Technologies (ICPC2T)

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