paper-with-me

Papers

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 networks (CNNs), which rely on hierarchical feature extraction, ViTs treat images as sequences of patches and leverage self-attention mechanisms. However, their high computational complexity and memory demands pose significant challenges for deployment on resource-constrained edge devices. To address these limitations, extensive research has focused on model compression techniques and hardware-aware acceleration strategies. Nonetheless, a comprehensive review that systematically categorizes these techniques and their trade-offs in accuracy, efficiency, and hardware adaptability for edge deployment remains lacking. This survey bridges this gap by providing a structured analysis of model compression techniques, software tools for inference on edge, and hardware acceleration strategies for ViTs. We discuss their impact on accuracy, efficiency, and hardware adaptability, highlighting key challenges and emerging research directions to advance ViT deployment on edge platforms, including graphics processing units (GPUs), application-specific integrated circuit (ASICs), and field-programmable gate arrays (FPGAs). The goal is to inspire further research with a contemporary guide on optimizing ViTs for efficient deployment on edge devices.

📄 PDF Abstract BibTeX arXiv:2503.02891

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationModel Compressionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Comprehensive Survey of Model Compression and Speed up for Vision Transformers

2024-04-16 · Feiyang Chen, Ziqian Luo, Lisang Zhou, Xueting Pan 외

Vision Transformers (ViT) have marked a paradigm shift in computer vision, outperforming state-of-the-art models across diverse tasks. However, their practical deployment is hampered by high computational and memory dema…

Computational EfficiencyEdge-computingKnowledge DistillationModel Compression+1

A Comprehensive Survey of Transformers for Computer Vision

2022-11-11 · Sonain Jamil, Md. Jalil Piran, Oh-Jin Kwon

As a special type of transformer, Vision Transformers (ViTs) are used to various computer vision applications (CV), such as image recognition. There are several potential problems with convolutional neural networks (CNNs…

Anomaly DetectionDenoisingimage-classificationImage Classification+9

Token Compression Meets Compact Vision Transformers: A Survey and Comparative Evaluation for Edge AI

2025-07-13 · Phat Nguyen, Ngai-Man Cheung

Token compression techniques have recently emerged as powerful tools for accelerating Vision Transformer (ViT) inference in computer vision. Due to the quadratic computational complexity with respect to the token sequenc…

AI Agent

A Survey on Transformer Compression

2024-02-05 · Yehui Tang, Yunhe Wang, Jianyuan Guo, Zhijun Tu 외

Transformer plays a vital role in the realms of natural language processing (NLP) and computer vision (CV), specially for constructing large language models (LLM) and large vision models (LVM). Model compression methods …

Knowledge DistillationMambaModel CompressionQuantization+1

A Comprehensive Survey on Knowledge Distillation

2025-03-15 · Amir M. Mansourian, Rozhan Ahmadi, Masoud Ghafouri, Amir Mohammad Babaei 외

Deep Neural Networks (DNNs) have achieved notable performance in the fields of computer vision and natural language processing with various applications in both academia and industry. However, with recent advancements in…

Knowledge DistillationSurvey