3
2

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.

NeurIPS2022の量子化論文 (1)

Last updated at Posted at 2023-02-23

概要

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

Leveraging Inter-Layer Dependency for Post -Training Quantization

  • 概要:学習ベースPTQの改良
    image.png
  • 新規性:Network-wiseなPTQで、過学習と離散最適化の課題を解決する。
    image.png
  • キモ:(1) Activationの正則化を入れる。(2) Activationのロスをアニーリングで連続緩和する。
  • 評価:4bit以下、ImageNetで実験した。
    image.png

Outlier Suppression: Pushing the Limit of Low-bit Transformer Language Models

  • 概要:Transformerの量子化
  • 研究機関:SenseTime
  • 新規性:量子化時のOutlierの課題に対して、LayerNormがOutlierを増幅することを見つけた。
  • キモ:LNで$\gamma$倍するのをやめる。
    image.png
  • 評価:GLUEで評価した。

XTC: Extreme Compression for Pre-trained Transformers Made Simple and Efficient

  • 概要:XTC. NLP向け低ビット量子化
  • 研究機関:Microsoft
  • 新規性:効率的に量子化するパイプラインを提案
  • キモ:従来の方法だとバイナリ量子化では事前学習が学習不十分。レイヤを減らしたりビット量子化したりすると大きく軽量化できることを示した。
  • 評価:GLUEで評価した。

Q-ViT: Accurate and Fully Quantized Low-bit Vision Transformer

  • 概要:Q-ViT
  • 新規性:ViTのフル量子化
  • キモ:ViTのQATの精度劣化は、Attentionの情報劣化による。
    Information Reactive Module (IRM) とDistibution Guided Distillation (DGD) で学習。
    IRMはAttentionのエントロピー最大になるように決める。DGDは、レイヤ、ヘッド毎に蒸留する。
    image.png
  • 評価:DeiTやSwin Transformerで実験した。
    image.png
  1. 画像や数式は論文から引用しています。

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?