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

音声合成モデルの量子化効果は同じビット幅でも異なる

Same Bit Width, Different Outcomes: Post-Training Quantization of Text-to-Speech Across Architectures

Se Un Park, Yutae Kim, Junyoung Park

この論文をやさしく読む

ひとことで言うと

音声合成モデルを低ビット化するとき、同じビット幅でも音質と速度の変化がモデルや実行環境で大きく異なります。

何に役立つ?

端末向け音声合成の量子化方式を選ぶ際、音質が落ちる層と実機での速度を個別に確かめる指針になります。

この研究の面白いところ

複数の構成を同じ手順で比較し、量子化に敏感な部分を段階的に特定して、層ごとのGPTQで回復を試しています。

どこまで分かった?

実機の速度例はMac mini上のSupertonicについてです。要旨自身も構成ごとに対象ランタイムでの検証が必要だとしています。

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

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

学習後量子化は端末上の音声合成のコストを下げるが、公表済みの評価は一つのシステムか方法に限られる。本研究は、一つの手順の下で異なる音声合成構成の学習後量子化を評価する。中心となる三つのモデルに加え、さらに八つのモデルで重みと活性化の要素除去実験を行い、保留しておいた二つのモデルは結果を見ずに量子化した。チャネルごとに重みを4ビット化すると、予測平均オピニオンスコアのUTMOSはSupertonicで2.8低下したが、Kokoroでは0.07の低下にとどまった。テンソル単位のスケーリングは8ビットでも深刻な劣化を起こし得た。 同じビット幅でも結果が異なるのは、敏感な構成要素がモデルごとに違い、モデルの種類から確実には予測できないためである。段階的な要素除去の手順でその部分を特定でき、層ごとのGPTQを使うとUTMOSを0.1以内まで回復できた。実際のint8とint4の計算カーネルでも、シミュレーションでの優劣の順序は再現されたが、コストはハードウェアに依存した。Mac miniでは4ビット重みのカーネルでSupertonicの遅延がfp32の0.60倍となった一方、int8は遅かった。そのため、各構成を実行先の環境で検証する必要がある。

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

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

更新履歴

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

原文の要旨

Post-training quantization (PTQ) reduces the cost of on-device text-to-speech (TTS), but published evaluations cover one system or method. We evaluate PTQ across TTS architectures under one protocol with three core models, weight and activation ablations of eight more, and two held-out models quantized blind. Four-bit per-channel weights reduce UTMOS, a predicted mean opinion score, by 2.8 on Supertonic and 0.07 on Kokoro, and per-tensor scaling can cause severe degradation even at 8 bits. The same bit width yields different outcomes, because the sensitive component is model-specific and not reliably predicted from the model class. A staged ablation procedure identifies it, and per-layer GPTQ can restore it to within 0.1 UTMOS. Real int8 and int4 kernels reproduce the simulated ordering at hardware-dependent cost. On a Mac mini, a 4-bit weight kernel runs Supertonic at 0.60x the fp32 latency while int8 is slower, so each configuration requires validation on the target runtime.

著者のコメント

Submitted to ICASSP 2027. 4 pages plus references. Code and run records: https://github.com/uxfacdev/tts-ptq-map

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