畳み込み層の量子化とデータ移動を減らすMicroQonv
MicroQonv: Reshaping Convolution Tensors for Efficient Microscaling in Training and Inference
この論文をやさしく読む
ひとことで言うと
畳み込み層で量子化する順序とデータの並べ方を変え、重複した量子化とメモリ移動を減らす方法。
何に役立つ?
考えられる用途は、物体検出モデルやエッジでの継続学習で、低ビット量子化を使うときのメモリ負担を減らすこと。
この研究の面白いところ
活性化値をim2colの前に量子化し、各テンソルの量子化を1回に抑える。順方向と逆方向の両方を対象にしている。
どこまで分かった?
要旨の削減率は指定されたモデルと比較条件での結果。どの畳み込みモデルでも同じ倍率になるとは示していない。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
微細スケール量子化は、ほぼ全精度に近い正確さを保ちながら、ニューラルネットワークのパラメータを8ビット以下で表すために使われることが増えている。しかし、畳み込み層に効率よく適用するのは簡単ではない。単純な方法では、全精度の重みと活性化値を処理装置へ転送して各テンソルを2回量子化するため、予想以上に多くのメモリ転送が生じる。量子化前に行うim2col変換で活性化値テンソルが大きくなることも、負担を増やす。本研究は、各テンソルを1回だけ量子化し、活性化値は変更版のim2colであるchannel-batch-first im2colの前に量子化することで、微細スケール量子化を畳み込み層の順方向・逆方向の演算と組み合わせるMicroQonvを提案する。 MicroQonvは、精度への影響を無視できる程度に保ちながら、重みと勾配の量子化コストを2分の1に、活性化値のコストを最大9分の1に減らす。全精度の場合と比べ、メモリ移動と保存量を最大7.53分の1に減らす。この方法により、最新の物体検出モデルYOLOV8nanoでは微細スケール量子化した活性化値のメモリ移動が3.5分の1、YOLOV26nanoでは2.2分の1になった。また、エッジでの継続学習において、量子化した潜在表現を再利用する方式に4ビットの微細スケール量子化を適用できるようになり、精度が5.7%から11%向上した。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-23 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-23 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Microscaling quantization techniques are increasingly used to represent neural network parameters with 8 bits or fewer while preserving near-full precision accuracy. However, applying these methods efficiently in convolutional layers is not straightforward. A naive approach transfers full-precision weights and activations to processing units and quantizes each tensor twice, resulting in much more memory movement than expected. Additional overhead comes from the activation tensors, whose sizes grow substantially because of the im2col transformation applied before quantization. We propose MicroQonv, a way to combine microscaling with convolutional layers' forward and backward operations by quantizing each tensor only once and quantizing the activation tensor before applying a modified version of im2col: channel-batch-first im2col. MicroQonv reduces the quantization cost by a factor of $\times2$ for weights and gradients, and by up to $\times9$ for activations, at a negligible accuracy cost. It reduces memory movement and storage by up to $\times7.53$ compared to their full-precision counterparts. This way, MicroQonv reduces microscaling-quantized activation memory movement by $\times3.5$ for state-of-the-art object detection models YOLOV8nano and $\times2.2$ for YOLOV26nano. It also enables 4-bit microscaling in a quantized latent replay strategy for continual learning at the edge, improving accuracy by +5.7% to +11%.
著者のコメント
12 pages, 7 figures
arXiv ID: 2609.28358 / 要約の誤りについて