4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

challenge_clubAdvent Calendar 2022

Day 4

ECCV2022の量子化論文 (4)

Last updated at Posted at 2022-12-04

概要

この記事では、ECCV2022の量子化論文を紹介します。1
その1 その2 その3

RDO-Q: Extremely Fine-Grained Channel-Wise Quantization via Rate-Distortion Optimization

  • 概要:RDO-Q. 各レイに異なるビット数を割り当てる量子化。
  • 新規性:各レイヤに異なるビット数を割り当てる方法で、線形時間なので強化学習のAutoQより高速。
  • キモ:量子化誤差最小化問題をrate-distortion optimization problem (レート歪み最適化)として解く。
    image.png
    image.png
  • 評価:ResNetやMobileNetV2で比較した。
    image.png

PTQ4ViT: Post-Training Quantization Framework for Vision Transformers with Twin Uniform Quantization

  • 概要:ViTのPTQ。
  • 新規性:従来よりも高精度で精度劣化を1%未満(8bit)で抑えられる。
  • キモ:行列積の量子化に着目する。
    1. Twin Uniform Quantization. 量子化幅を2つ用意する。
      image.png
    2. Hessian最小化で量子化幅(scaling factor)を決める。
  • 評価:ViT等で実験した。
    image.png

Bitwidth-Adaptive Quantization-Aware Neural Network Training: A Meta-Learning Approach

  • 概要:MEBQAT. ビット幅を動的に決めるOne-for-all系のQAT.
    image.png
  • 新規性:メタ学習とfew-shot trainingで未知データセットにも対応する。
  • キモ:ビット幅とデータセット(classes)を両方最適化する。
    image.png
  • 評価:Cifar-10, MobileNetV2等で実験した。(精度はQATには及ばない)
    image.png
  1. 画像や数式は論文から引用しています。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?