English

Co-Designing Binarized Transformer and Hardware Accelerator for Efficient End-to-End Edge Deployment

Machine Learning 2025-05-13 v1 Artificial Intelligence

Abstract

Transformer models have revolutionized AI tasks, but their large size hinders real-world deployment on resource-constrained and latency-critical edge devices. While binarized Transformers offer a promising solution by significantly reducing model size, existing approaches suffer from algorithm-hardware mismatches with limited co-design exploration, leading to suboptimal performance on edge devices. Hence, we propose a co-design method for efficient end-to-end edge deployment of Transformers from three aspects: algorithm, hardware, and joint optimization. First, we propose BMT, a novel hardware-friendly binarized Transformer with optimized quantization methods and components, and we further enhance its model accuracy by leveraging the weighted ternary weight splitting training technique. Second, we develop a streaming processor mixed binarized Transformer accelerator, namely BAT, which is equipped with specialized units and scheduling pipelines for efficient inference of binarized Transformers. Finally, we co-optimize the algorithm and hardware through a design space exploration approach to achieve a global trade-off between accuracy, latency, and robustness for real-world deployments. Experimental results show our co-design achieves up to 2.14-49.37x throughput gains and 3.72-88.53x better energy efficiency over state-of-the-art Transformer accelerators, enabling efficient end-to-end edge deployment.

Keywords

Cite

@article{arxiv.2407.12070,
  title  = {Co-Designing Binarized Transformer and Hardware Accelerator for Efficient End-to-End Edge Deployment},
  author = {Yuhao Ji and Chao Fang and Shaobo Ma and Haikuo Shao and Zhongfeng Wang},
  journal= {arXiv preprint arXiv:2407.12070},
  year   = {2025}
}

Comments

This paper is accepted by ICCAD 2024

R2 v1 2026-06-28T17:43:37.588Z