paper-with-me

Papers

Model Quantization and Hardware Acceleration for Vision Transformers: A Comprehensive Survey

2024-05-01 · Dayou Du, Gu Gong, Xiaowen Chu

Vision Transformers (ViTs) have recently garnered considerable attention, emerging as a promising alternative to convolutional neural networks (CNNs) in several vision-related applications. However, their large model sizes and high computational and memory demands hinder deployment, especially on resource-constrained devices. This underscores the necessity of algorithm-hardware co-design specific to ViTs, aiming to optimize their performance by tailoring both the algorithmic structure and the underlying hardware accelerator to each other's strengths. Model quantization, by converting high-precision numbers to lower-precision, reduces the computational demands and memory needs of ViTs, allowing the creation of hardware specifically optimized for these quantized algorithms, boosting efficiency. This article provides a comprehensive survey of ViTs quantization and its hardware acceleration. We first delve into the unique architectural attributes of ViTs and their runtime characteristics. Subsequently, we examine the fundamental principles of model quantization, followed by a comparative analysis of the state-of-the-art quantization techniques for ViTs. Additionally, we explore the hardware acceleration of quantized ViTs, highlighting the importance of hardware-friendly algorithm design. In conclusion, this article will discuss ongoing challenges and future research paths. We consistently maintain the related open-source materials at https://github.com/DD-DuDa/awesome-vit-quantization-acceleration.

📄 PDF Abstract BibTeX arXiv:2405.00314

Code (1)

dd-duda/awesome-vit-quantization-acceleration 공식 구현 mindspore

Tasks

Quantization

Similar Papers 제목 키워드 기반

Auto-ViT-Acc: An FPGA-Aware Automatic Acceleration Framework for Vision Transformer with Mixed-Scheme Quantization

2022-08-10 · Zhengang Li, Mengshu Sun, Alec Lu, Haoyu Ma 외

Vision transformers (ViTs) are emerging with significantly improved accuracy in computer vision tasks. However, their complex architecture and enormous computation/storage demand impose urgent needs for new hardware acce…

Quantization

Trio-ViT: Post-Training Quantization and Acceleration for Softmax-Free Efficient Vision Transformer

2024-05-06 · Huihong Shi, Haikuo Shao, Wendong Mao, Zhongfeng Wang

Motivated by the huge success of Transformers in the field of natural language processing (NLP), Vision Transformers (ViTs) have been rapidly developed and achieved remarkable performance in various computer vision tasks…

Efficient ViTsModel CompressionQuantization

P$^2$-ViT: Power-of-Two Post-Training Quantization and Acceleration for Fully Quantized Vision Transformer

2024-05-30 · Huihong Shi, Xin Cheng, Wendong Mao, Zhongfeng Wang

Vision Transformers (ViTs) have excelled in computer vision tasks but are memory-consuming and computation-intensive, challenging their deployment on resource-constrained devices. To tackle this limitation, prior works h…

Quantization

Vision Transformers on the Edge: A Comprehensive Survey of Model Compression and Acceleration Strategies

2025-02-26 · Shaibal Saha, Lanyu Xu

In recent years, vision transformers (ViTs) have emerged as powerful and promising techniques for computer vision tasks such as image classification, object detection, and segmentation. Unlike convolutional neural networ…

image-classificationImage ClassificationModel Compressionobject-detection+1

VAQF: Fully Automatic Software-Hardware Co-Design Framework for Low-Bit Vision Transformer

2022-01-17 · Mengshu Sun, Haoyu Ma, Guoliang Kang, Yifan Jiang 외

The transformer architectures with attention mechanisms have obtained success in Nature Language Processing (NLP), and Vision Transformers (ViTs) have recently extended the application domains to various vision tasks. Wh…

High-Level SynthesisQuantization