paper-with-me

홈 › Papers

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

2025-05-05 · Sanjay Surendranath Girija, Shashank Kapoor, Lakshit Arora, Dipen Pradhan, Aman Raj, Ankit Shetgaonkar

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 comprehensive overview of techniques for compressing LLMs to enable efficient inference in resource-constrained environments. We examine three primary approaches: Knowledge Distillation, Model Quantization, and Model Pruning. For each technique, we discuss the underlying principles, present different variants, and provide examples of successful applications. We also briefly discuss complementary techniques such as mixture-of-experts and early-exit strategies. Finally, we highlight promising future directions, aiming to provide a valuable resource for both researchers and practitioners seeking to optimize LLMs for edge deployment.

📄 PDF Abstract BibTeX arXiv:2505.02309

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMixture-of-ExpertsModel CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

A Survey: Towards Privacy and Security in Mobile Large Language Models

2025-09-02 · Honghui Xu, Kaiyang Li, Wei Chen, Danyang Zheng 외 arxiv

Mobile Large Language Models (LLMs) are revolutionizing diverse fields such as healthcare, finance, and education with their ability to perform advanced natural language processing tasks on-the-go. However, the deploymen…

Federated Learning

PIP: Perturbation-based Iterative Pruning for Large Language Models

2025-01-25 · Yi Cao, Wei-Jie Xu, Yucheng Shen, Weijie Shi 외

The rapid increase in the parameter counts of Large Language Models (LLMs), reaching billions or even trillions, presents significant challenges for their practical deployment, particularly in resource-constrained enviro…

Vision-Language Models for Edge Networks: A Comprehensive Survey

2025-02-11 · Ahmed Sharshar, Latif U. Khan, Waseem Ullah, Mohsen Guizani

Vision Large Language Models (VLMs) combine visual understanding with natural language processing, enabling tasks like image captioning, visual question answering, and video analysis. While VLMs show impressive capabilit…

Autonomous VehiclesImage CaptioningKnowledge DistillationModel Compression+4

A Survey on Training-free Alignment of Large Language Models

2025-08-12 · Birong Pan, Yongqi Li, Weiyu Zhang, Wenpeng Lu 외 arxiv

The alignment of large language models (LLMs) aims to ensure their outputs adhere to human values, ethical standards, and legal norms. Traditional alignment methods often rely on resource-intensive fine-tuning (FT), whic…

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