paper-with-me

Papers

Edge Intelligence Optimization for Large Language Model Inference with Batching and Quantization

2024-05-12 · Xinyuan Zhang, Jiang Liu, Zehui Xiong, Yudong Huang, Gaochang Xie, Ran Zhang

Generative Artificial Intelligence (GAI) is taking the world by storm with its unparalleled content creation ability. Large Language Models (LLMs) are at the forefront of this movement. However, the significant resource demands of LLMs often require cloud hosting, which raises issues regarding privacy, latency, and usage limitations. Although edge intelligence has long been utilized to solve these challenges by enabling real-time AI computation on ubiquitous edge resources close to data sources, most research has focused on traditional AI models and has left a gap in addressing the unique characteristics of LLM inference, such as considerable model size, auto-regressive processes, and self-attention mechanisms. In this paper, we present an edge intelligence optimization problem tailored for LLM inference. Specifically, with the deployment of the batching technique and model quantization on resource-limited edge devices, we formulate an inference model for transformer decoder-based LLMs. Furthermore, our approach aims to maximize the inference throughput via batch scheduling and joint allocation of communication and computation resources, while also considering edge resource constraints and varying user requirements of latency and accuracy. To address this NP-hard problem, we develop an optimal Depth-First Tree-Searching algorithm with online tree-Pruning (DFTSP) that operates within a feasible time complexity. Simulation results indicate that DFTSP surpasses other batching benchmarks in throughput across diverse user settings and quantization techniques, and it reduces time complexity by over 45% compared to the brute-force searching method.

📄 PDF Abstract BibTeX arXiv:2405.07140

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelQuantizationScheduling

Similar Papers 제목 키워드 기반

EdgePrompt: A Distributed Key-Value Inference Framework for LLMs in 6G Networks

2025-04-16 · Jiahong Ning, Pengyan Zhu, Ce Zheng, Gary Lee 외

As sixth-generation (6G) networks advance, large language models (LLMs) are increasingly integrated into 6G infrastructure to enhance network management and intelligence. However, traditional LLMs architecture struggle t…

ManagementPrivacy Preserving

Beyond Independent Optimization: Compression, MoE Routing, and Quantization Interactions in Multimodal Edge Intelligence

2026-07-23 · Jay Gor, Karm Dave, Akshita Abrol, Rajesh Gupta 외 arxiv

Efficient multimodal inference is increasingly constrained not only by model quality or FLOP count, but also by the cost of preserving, moving, routing, caching, and quantizing multimodal representations under latency, m…

Networking-Aware Energy Efficiency in Agentic AI Inference: A Survey

2026-04-09 · Xiaojing Chen, Haiqi Yu, Wei Ni, Dusit Niyato 외 arxiv

The rapid emergence of Large Language Models (LLMs) has catalyzed Agentic artificial intelligence (AI), autonomous systems integrating perception, reasoning, and action into closed-loop pipelines for continuous adaptatio…

Large Language Model Inference Acceleration: A Comprehensive Hardware Perspective

2024-10-06 · Jinhao Li, Jiaming Xu, Shan Huang, Yonghua Chen 외

Large Language Models (LLMs) have demonstrated remarkable capabilities across various fields, from natural language understanding to text generation. Compared to non-generative LLMs like BERT and DeBERTa, generative LLMs…

CPUGPULanguage ModelingLanguage Modelling+3

JT-SAFE-V2: Safety-by-Design Foundation Model with World-Context Data

2026-05-23 · Junlan Feng, Fanyu Meng, Chong Long, Pengyu Cong 외 arxiv

We introduce JT-Safe-V2, a large language model designed to advance the safety and trustworthiness of foundation models, extending our previous JT-Safe model toward a more comprehensive safety-by-design paradigm. JT-Safe…