paper-with-me

Papers

EdgeProfiler: A Fast Profiling Framework for Lightweight LLMs on Edge Using Analytical Model

2025-06-06 · Alyssa Pinnock, Shakya Jayakody, Kawsher A Roxy, Md Rubel Ahmed

This paper introduces EdgeProfiler, a fast profiling framework designed for evaluating lightweight Large Language Models (LLMs) on edge systems. While LLMs offer remarkable capabilities in natural language understanding and generation, their high computational, memory, and power requirements often confine them to cloud environments. EdgeProfiler addresses these challenges by providing a systematic methodology for assessing LLM performance in resource-constrained edge settings. The framework profiles compact LLMs, including TinyLLaMA, Gemma3.1B, Llama3.2-1B, and DeepSeek-r1-1.5B, using aggressive quantization techniques and strict memory constraints. Analytical modeling is used to estimate latency, FLOPs, and energy consumption. The profiling reveals that 4-bit quantization reduces model memory usage by approximately 60-70%, while maintaining accuracy within 2-5% of full-precision baselines. Inference speeds are observed to improve by 2-3x compared to FP16 baselines across various edge devices. Power modeling estimates a 35-50% reduction in energy consumption for INT4 configurations, enabling practical deployment on hardware such as Raspberry Pi 4/5 and Jetson Orin Nano Super. Our findings emphasize the importance of efficient profiling tailored to lightweight LLMs in edge environments, balancing accuracy, energy efficiency, and computational feasibility.

📄 PDF Abstract BibTeX arXiv:2506.09061

Code (1)

ShakyaJayakody/EdgeProfiler 공식 구현 pytorch

Tasks

Natural Language UnderstandingQuantizationRaspberry Pi 4

Similar Papers 제목 키워드 기반

Model Tells You What to Discard: Adaptive KV Cache Compression for LLMs

2023-10-03 · Suyu Ge, Yunan Zhang, Liyuan Liu, Minjia Zhang 외

In this study, we introduce adaptive KV cache compression, a plug-and-play method that reduces the memory footprint of generative inference for Large Language Models (LLMs). Different from the conventional KV cache that …

GPU

Profiling Lightweight Large Language Models

2026-07-23 · Tomohiro Harada, Enrique Alba, Gabriel Luque arxiv

Lightweight large language models (LLMs) are increasingly being deployed locally on personal computers and are expected to play a growing role in resource-constrained edge and mobile environments. In such settings, energ…

Mathematical ReasoningCode Generation

Cost-Aware Contrastive Routing for LLMs

2025-08-17 · Reza Shirkavand, Shangqian Gao, Peiran Yu, Heng Huang arxiv

We study cost-aware routing for large language models across diverse and dynamic pools of models. Existing approaches often overlook prompt-specific context, rely on expensive model profiling, assume a fixed set of exper…

Conf-Profile: A Confidence-Driven Reasoning Paradigm for Label-Free User Profiling

2025-09-23 · Yingxin Li, Jianbo Zhao, Xueyu Ren, Jie Tang 외 arxiv

User profiling, as a core technique for user understanding, aims to infer structural attributes from user information. Large Language Models (LLMs) provide a promising avenue for user profiling, yet the progress is hinde…

Reinforcement Learning

Protea: Client Profiling within Federated Systems using Flower

2022-07-03 · Wanru Zhao, Xinchi Qiu, Javier Fernandez-Marques, Pedro P. B. de Gusmão 외

Federated Learning (FL) has emerged as a prospective solution that facilitates the training of a high-performing centralised model without compromising the privacy of users. While successful, research is currently limite…

Federated LearningGPU