paper-with-me

홈 › Papers

Lightweight Transformer Architectures for Edge Devices in Real-Time Applications

2026-01-05 · Hema Hariharan Samson arxiv

The deployment of transformer-based models on resource-constrained edge devices represents a critical challenge in enabling real-time artificial intelligence applications. This comprehensive survey examines lightweight transformer architectures specifically designed for edge deployment, analyzing recent advances in model compression, quantization, pruning, and knowledge distillation techniques. We systematically review prominent lightweight variants including MobileBERT, TinyBERT, DistilBERT, EfficientFormer, EdgeFormer, and MobileViT, providing detailed performance benchmarks on standard datasets such as GLUE, SQuAD, ImageNet-1K, and COCO. Our analysis encompasses current industry adoption patterns across major hardware platforms (NVIDIA Jetson, Qualcomm Snapdragon, Apple Neural Engine, ARM architectures), deployment frameworks (TensorFlow Lite, ONNX Runtime, PyTorch Mobile, CoreML), and optimization strategies. Experimental results demonstrate that modern lightweight transformers can achieve 75-96% of full-model accuracy while reducing model size by 4-10x and inference latency by 3-9x, enabling deployment on devices with as little as 2-5W power consumption. We identify sparse attention mechanisms, mixed-precision quantization (INT8/FP16), and hardware-aware neural architecture search as the most effective optimization strategies. Novel findings include memory-bandwidth bottleneck analysis revealing 15-40M parameter models achieve optimal hardware utilization (60-75% efficiency), quantization sweet spots for different model types, and comprehensive energy efficiency profiling across edge platforms. We establish real-time performance boundaries and provide a practical 6-step deployment pipeline achieving 8-12x size reduction with less than 2% accuracy degradation.

📄 PDF Abstract BibTeX arXiv:2601.03290

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchKnowledge DistillationModel Compression

Similar Papers 제목 키워드 기반

Lightweight Transformers for Human Activity Recognition on Mobile Devices

2022-09-22 · Sannara Ek, François Portet, Philippe Lalanda

Human Activity Recognition (HAR) on mobile devices has shown to be achievable with lightweight neural models learned from data generated by the user's inertial measurement units (IMUs). Most approaches for instanced-base…

Activity RecognitionHuman Activity Recognition

Binarized Mamba-Transformer for Lightweight Quad Bayer HybridEVS Demosaicing

2025-03-20 · CVPR 2025 1 · Shiyang Zhou, Haijin Zeng, Yunfan Lu, Tong Shao 외

Quad Bayer demosaicing is the central challenge for enabling the widespread application of Hybrid Event-based Vision Sensors (HybridEVS). Although existing learning-based methods that leverage long-range dependency model…

Computational EfficiencyDemosaickingEvent-based visionMamba

Analysis of Hyperparameter Optimization Effects on Lightweight Deep Models for Real-Time Image Classification

2025-07-31 · Vineet Kumar Rakesh, Soumya Mazumdar, Tapas Samanta, Hemendra Kumar Pandey 외 arxiv

Lightweight convolutional and transformer-based networks are increasingly preferred for real-time image classification, especially on resource-constrained devices. This study evaluates the impact of hyperparameter optimi…

Hyperparameter OptimizationImage Classification

FaceLiVT: Face Recognition using Linear Vision Transformer with Structural Reparameterization For Mobile Device

2025-06-12 · Novendra Setyawan, Chi-Chia Sun, Mao-Hsiu Hsu, Wen-Kai Kuo 외

This paper introduces FaceLiVT, a lightweight yet powerful face recognition model that integrates a hybrid Convolution Neural Network (CNN)-Transformer architecture with an innovative and lightweight Multi-Head Linear At…

Face Recognition

Study of Lightweight Transformer Architectures for Single-Channel Speech Enhancement

2025-05-27 · Haixin Zhao, Nilesh Madhu

In speech enhancement, achieving state-of-the-art (SotA) performance while adhering to the computational constraints on edge devices remains a formidable challenge. Networks integrating stacked temporal and spectral mode…

Speech Enhancement