paper-with-me

Papers

Accelerating Vision Transformers on Brain Processing Unit

2026-02-06 · Jinchi Tang, Yan Guo arxiv

With the advancement of deep learning technologies, specialized neural processing hardware such as Brain Processing Units (BPUs) have emerged as dedicated platforms for CNN acceleration, offering optimized INT8 computation capabilities for convolutional operations. Meanwhile, Vision Transformer (ViT) models, such as the Data-efficient Image Transformer (DeiT), have demonstrated superior performance and play increasingly crucial roles in computer vision tasks. However, due to the architectural mismatch between CNN-optimized hardware and Vision Transformer computation characteristics--namely, that linear layers in Transformers operate on three-dimensional data while BPU acceleration is designed for four-dimensional convolution operations-it is difficult or even impossible to leverage BPU's advantages when deploying Vision Transformers. To address this challenge, we propose a novel approach that restructures the Vision Transformer by replacing linear layers and layer normalization operations with carefully designed convolutional operators. This enables DeiT to fully utilize the acceleration capabilities of BPUs, while allowing the original weight parameters to be inherited by the restructured models without retraining or fine-tuning. To the best of our knowledge, this is the first successful deployment of Vision Transformers that fully leverages BPU classification datasets demonstrate the effectiveness of our approach. Specifically, the quantized DeiT-Base model achieves 80.4% accuracy on ImageNet, compared to the original 81.8%, while obtaining up to a 3.8* inference speedup. Our finetuned DeiT model on the flower classification dataset also achieves excellent performance, with only a 0.5% accuracy drop for the DeiT-Base model, further demonstrating the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2602.06300

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Brain encoding models based on multimodal transformers can transfer across language and vision

2023-05-20 · NeurIPS 2023 11

Encoding models have been used to assess how the human brain represents concepts in language and vision. While language and vision rely on similar concept representations, current encoding models are typically trained an…

Vision-Language Integration in Multimodal Video Transformers (Partially) Aligns with the Brain

2023-11-13 · Dota Tianai Dong, Mariya Toneva

Integrating information from multiple modalities is arguably one of the essential prerequisites for grounding artificial intelligence systems with an understanding of the real world. Recent advances in video transformers…

ClipFormer: Key-Value Clipping of Transformers on Memristive Crossbars for Write Noise Mitigation

2024-02-04 · Abhiroop Bhattacharjee, Abhishek Moitra, Priyadarshini Panda

Transformers have revolutionized various real-world applications from natural language processing to computer vision. However, traditional von-Neumann computing paradigm faces memory and bandwidth limitations in accelera…

Harnessing Manycore Processors with Distributed Memory for Accelerated Training of Sparse and Recurrent Models

2023-11-07 · Jan Finkbeiner, Thomas Gmeinder, Mark Pupilli, Alexander Titterton 외

Current AI training infrastructure is dominated by single instruction multiple data (SIMD) and systolic array architectures, such as Graphics Processing Units (GPUs) and Tensor Processing Units (TPUs), that excel at acce…

Efficient Neural Network

Answer Fast: Accelerating BERT on the Tensor Streaming Processor

2022-06-22 · Ibrahim Ahmed, Sahil Parmar, Matthew Boyd, Michael Beidler 외

Transformers have become a predominant machine learning workload, they are not only the de-facto standard for natural language processing tasks, but they are also being deployed in other domains such as vision and speech…

Machine Translationspeech-recognitionSpeech Recognition