Affiliation:
1. National Polytechnic University of Armenia
Abstract
Transformer models have become a key component in many natural language processing and computer vision tasks. However, these models are often computationally intensive and require a lot of resources to run efficiently. To address this challenge, this study studies the use of TensorRT, an optimization library provided by NVIDIA, to accel-erate the inference speed of transformer models on Jetson Xavier NX, a low-power and high-performance embedded platform.
This research demonstrates the significant impact of TensorRT optimization on transformer models. Specifically, we present two case studies: one involving a Transformer model for text-to-speech synthesis and another featuring a Vision Transformer model for image classification. In both cases, TensorRT optimization leads to substantial improve-ments in inference speed, making these models highly efficient for edge device deploy-ment. For the text-to-speech task, TensorRT optimization results in a remarkable 60% re-duction in inference time while decreasing memory usage by 17%. Similarly, for image classification, the Vision Transformer model experiences over a 60% increase in inference speed with a negligible 0.1% decrease in accuracy. This study not only showcases the prac-tical benefits of TensorRT but also highlights the potential for further optimization and deployment of transformer models on edge platforms. This demonstrates the potential of TensorRT to optimize transformer models, both in terms of performance and memory usage. This could have far-reaching implications for edge computing, allowing more appli-cations to be deployed on low-power devices.
Publisher
National Polytechnic University of Armenia
Reference18 articles.
1. Transformer https://huggingface.co/docs/transformers/index, Accessed: 17/08/23.
2. Patwardhan N., Marrone S., Sansone C. Transformers in the Real World: A Sur-vey on NLP Applications // Information. - 2023. - 14(4):242.
3. Attention is all you need / A. Vaswani, et al // Advances in neural information processing systems. - 2017. - Т. 30.
4. An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale, / A. Dosovitskiy, et al. - 2020.
5. TensorRT https://developer.nvidia.com/tensorrt, Accessed: 17/08/23.