paper-with-me

홈 › Papers

Efficient Deployment of Large Language Models on Resource-constrained Devices

2025-01-05 · Zhiwei Yao, Yang Xu, Hongli Xu, Yunming Liao, Zuan Xie

Deploying Large Language Models (LLMs) on resource-constrained (or weak) devices presents significant challenges due to limited resources and heterogeneous data distribution. To address the data concern, it is necessary to fine-tune LLMs using on-device private data for various downstream tasks. While Federated Learning (FL) offers a promising privacy-preserving solution, existing fine-tuning methods retain the original LLM size, leaving issues of high inference latency and excessive memory demands unresolved. Hence, we design FedSpine, an FL framework that combines Parameter- Efficient Fine-Tuning (PEFT) with structured pruning for efficient deployment of LLMs on resource-constrained devices. Specifically, FedSpine introduces an iterative process to prune and tune the parameters of LLMs. To mitigate the impact of device heterogeneity, an online Multi-Armed Bandit (MAB) algorithm is employed to adaptively determine different pruning ratios and LoRA ranks for heterogeneous devices without any prior knowledge of their computing and communication capabilities. As a result, FedSpine maintains higher inference accuracy while improving fine-tuning efficiency. Experimental results conducted on a physical platform with 80 devices demonstrate that FedSpine can speed up fine-tuning by 1.4$\times$-6.9$\times$ and improve final accuracy by 0.4%-4.5% under the same sparsity level compared to other baselines.

📄 PDF Abstract BibTeX arXiv:2501.02438

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningparameter-efficient fine-tuningPrivacy Preserving

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Clip4Retrofit: Enabling Real-Time Image Labeling on Edge Devices via Cross-Architecture CLIP Distillation

2025-05-23 · Li Zhong, Ahmed Ghazal, Jun-Jun Wan, Frederik Zilly 외

Foundation models like CLIP (Contrastive Language-Image Pretraining) have revolutionized vision-language tasks by enabling zero-shot and few-shot learning through cross-modal alignment. However, their computational compl…

Autonomous Drivingcross-modal alignmentEdge-computingFew-Shot Learning

Quantized Transformer Language Model Implementations on Edge Devices

2023-10-06 · Mohammad Wali Ur Rahman, Murad Mehrab Abrar, Hunter Gibbons Copening, Salim Hariri 외

Large-scale transformer-based models like the Bidirectional Encoder Representations from Transformers (BERT) are widely used for Natural Language Processing (NLP) applications, wherein these models are initially pre-trai…

Language ModelingLanguage ModellingmodelPrivacy Preserving

Optimizing LLMs for Resource-Constrained Environments: A Survey of Model Compression Techniques

2025-05-05 · Sanjay Surendranath Girija, Shashank Kapoor, Lakshit Arora, Dipen Pradhan 외

Large Language Models (LLMs) have revolutionized many areas of artificial intelligence (AI), but their substantial resource requirements limit their deployment on mobile and edge devices. This survey paper provides a com…

Knowledge DistillationMixture-of-ExpertsModel CompressionQuantization

A Hybrid Swarm Intelligence Approach for Optimizing Multimodal Large Language Models Deployment in Edge-Cloud-based Federated Learning Environments

2025-02-04 · Gaith Rjouba, Hanae Elmekki, Saidul Islam, Jamal Bentahar 외

The combination of Federated Learning (FL), Multimodal Large Language Models (MLLMs), and edge-cloud computing enables distributed and real- time data processing while preserving privacy across edge devices and cloud inf…

Cloud ComputingFederated Learning

TinyVQA: Compact Multimodal Deep Neural Network for Visual Question Answering on Resource-Constrained Devices

2024-04-04 · Hasib-Al Rashid, Argho Sarkar, Aryya Gangopadhyay, Maryam Rahnemoonfar 외

Traditional machine learning models often require powerful hardware, making them unsuitable for deployment on resource-limited devices. Tiny Machine Learning (tinyML) has emerged as a promising approach for running machi…

QuantizationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)