English

Scaled Quantization for the Vision Transformer

Image and Video Processing 2023-03-27 v1 Hardware Architecture Computer Vision and Pattern Recognition

Abstract

Quantization using a small number of bits shows promise for reducing latency and memory usage in deep neural networks. However, most quantization methods cannot readily handle complicated functions such as exponential and square root, and prior approaches involve complex training processes that must interact with floating-point values. This paper proposes a robust method for the full integer quantization of vision transformer networks without requiring any intermediate floating-point computations. The quantization techniques can be applied in various hardware or software implementations, including processor/memory architectures and FPGAs.

Keywords

Cite

@article{arxiv.2303.13601,
  title  = {Scaled Quantization for the Vision Transformer},
  author = {Yangyang Chang and Gerald E. Sobelman},
  journal= {arXiv preprint arXiv:2303.13601},
  year   = {2023}
}

Comments

9 pages, 0 figure

R2 v1 2026-06-28T09:30:56.525Z