paper-with-me

Papers

Comprehensive Study on Performance Evaluation and Optimization of Model Compression: Bridging Traditional Deep Learning and Large Language Models

2024-07-22 · Aayush Saxena, Arit Kumar Bishwas, Ayush Ashok Mishra, Ryan Armstrong

Deep learning models have achieved tremendous success in most of the industries in recent years. The evolution of these models has also led to an increase in the model size and energy requirement, making it difficult to deploy in production on low compute devices. An increase in the number of connected devices around the world warrants compressed models that can be easily deployed at the local devices with low compute capacity and power accessibility. A wide range of solutions have been proposed by different researchers to reduce the size and complexity of such models, prominent among them are, Weight Quantization, Parameter Pruning, Network Pruning, low-rank representation, weights sharing, neural architecture search, knowledge distillation etc. In this research work, we investigate the performance impacts on various trained deep learning models, compressed using quantization and pruning techniques. We implemented both, quantization and pruning, compression techniques on popular deep learning models used in the image classification, object detection, language models and generative models-based problem statements. We also explored performance of various large language models (LLMs) after quantization and low rank adaptation. We used the standard evaluation metrics (model's size, accuracy, and inference time) for all the related problem statements and concluded this paper by discussing the challenges and future work.

📄 PDF Abstract BibTeX arXiv:2407.15904

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningimage-classificationImage ClassificationKnowledge DistillationModel CompressionNetwork PruningNeural Architecture Searchobject-detectionObject DetectionQuantization

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 Comprehensive Benchmark for Single Image Compression Artifacts Reduction

2019-09-09 · Jiaying Liu, Dong Liu, Wenhan Yang, Sifeng Xia 외

We present a comprehensive study and evaluation of existing single image compression artifacts removal algorithms, using a new 4K resolution benchmark including diversified foreground objects and background scenes with r…

4kImage CompressionQuantization

Comprehensive SNN Compression Using ADMM Optimization and Activity Regularization

2019-11-03 · Lei Deng, Yujie Wu, Yifan Hu, Ling Liang 외

As well known, the huge memory and compute costs of both artificial neural networks (ANNs) and spiking neural networks (SNNs) greatly hinder their deployment on edge devices with high efficiency. Model compression has be…

Model CompressionQuantization

An Empirical Study on Prompt Compression for Large Language Models

2025-04-24 · Zheng Zhang, Jinyi Li, Yihuai Lan, Xiang Wang 외

Prompt engineering enables Large Language Models (LLMs) to perform a variety of tasks. However, lengthy prompts significantly increase computational complexity and economic costs. To address this issue, we study six prom…

ArticlesMathPrompt EngineeringVisual Question Answering (VQA)

Enhancing Large Multimodal Models with Adaptive Sparsity and KV Cache Compression

2025-07-28 · Te Zhang, Yuheng Li, Junxiang Wang, Lujun Li arxiv

Large multimodal models (LMMs) have advanced significantly by integrating visual encoders with extensive language models, enabling robust reasoning capabilities. However, compressing LMMs for deployment on edge devices r…

Evaluating the Impact of Compression Techniques on Task-Specific Performance of Large Language Models

2024-09-17 · Bishwash Khanal, Jeffery M. Capone

Large language models (LLMs) offer powerful capabilities but incur substantial computational costs, driving the need for efficient compression techniques. This study evaluates the impact of popular compression methods - …