paper-with-me

Papers

Exploring the Performance and Efficiency of Transformer Models for NLP on Mobile Devices

2023-06-20 · Ioannis Panopoulos, Sokratis Nikolaidis, Stylianos I. Venieris, Iakovos S. Venieris

Deep learning (DL) is characterised by its dynamic nature, with new deep neural network (DNN) architectures and approaches emerging every few years, driving the field's advancement. At the same time, the ever-increasing use of mobile devices (MDs) has resulted in a surge of DNN-based mobile applications. Although traditional architectures, like CNNs and RNNs, have been successfully integrated into MDs, this is not the case for Transformers, a relatively new model family that has achieved new levels of accuracy across AI tasks, but poses significant computational challenges. In this work, we aim to make steps towards bridging this gap by examining the current state of Transformers' on-device execution. To this end, we construct a benchmark of representative models and thoroughly evaluate their performance across MDs with different computational capabilities. Our experimental results show that Transformers are not accelerator-friendly and indicate the need for software and hardware optimisations to achieve efficient deployment.

📄 PDF Abstract BibTeX arXiv:2306.11426

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Separable Self-attention for Mobile Vision Transformers

2022-06-06 · Sachin Mehta, Mohammad Rastegari

Mobile vision transformers (MobileViT) can achieve state-of-the-art performance across several mobile vision tasks, including classification and detection. Though these models have fewer parameters, they have high latenc…

Image ClassificationObject Detection

Lightweight Object Detection: A Study Based on YOLOv7 Integrated with ShuffleNetv2 and Vision Transformer

2024-03-04 · Wenkai Gong

As mobile computing technology rapidly evolves, deploying efficient object detection algorithms on mobile devices emerges as a pivotal research area in computer vision. This study zeroes in on optimizing the YOLOv7 algor…

Objectobject-detectionObject DetectionReal-Time Object Detection

MoCoViT: Mobile Convolutional Vision Transformer

2022-05-25 · Hailong Ma, Xin Xia, Xing Wang, Xuefeng Xiao 외

Recently, Transformer networks have achieved impressive results on a variety of vision tasks. However, most of them are computationally expensive and not suitable for real-world mobile applications. In this work, we pres…

object-detectionObject Detection

Improving the Efficiency of Transformers for Resource-Constrained Devices

2021-06-30 · Hamid Tabani, Ajay Balasubramaniam, Shabbir Marzban, Elahe Arani 외

Transformers provide promising accuracy and have become popular and used in various domains such as natural language processing and computer vision. However, due to their massive number of model parameters, memory and co…

GenieBlue: Integrating both Linguistic and Multimodal Capabilities for Large Language Models on Mobile Devices

2025-03-08 · Xudong Lu, Yinghao Chen, Renshou Wu, Haohao Gao 외

Recent advancements in Multimodal Large Language Models (MLLMs) have enabled their deployment on mobile devices. However, challenges persist in maintaining strong language capabilities and ensuring hardware compatibility…