paper-with-me

Papers

Data Driven Optimization of GPU efficiency for Distributed LLM-Adapter Serving

2026-02-27 · Ferran Agullo, Joan Oliveras, Chen Wang, Alberto Gutierrez-Torre, Olivier Tardieu, Alaa Youssef, Jordi Torres, Josep Ll. Berral arxiv

Large Language Model (LLM) adapters enable low-cost model specialization, but introduce complex caching and scheduling challenges in distributed serving systems where hundreds of adapters must be hosted concurrently. While prior work has largely focused on latency and throughput optimization, minimizing GPU resource requirements through near-peak utilization remains largely underexplored. This paper presents a data-driven pipeline that, for a given workload, computes an adapter placement that serves the workload with the minimum number of GPUs while avoiding request starvation and GPU memory errors. To that end, the approach identifies the maximum feasible throughput attainable on each GPU by leveraging accurate performance predictions learned from real serving behavior. The proposed pipeline integrates three components: (i) a Digital Twin (DT) tailored to LLM-adapter serving, (ii) a distilled machine learning (ML) model trained on DT-generated data, and (iii) a greedy placement algorithm that exploits ML-based performance estimates to maximize GPU efficiency. The DT emulates real system dynamics with high fidelity, achieving below 5% throughput estimation error while executing up to 90x faster than full LLM benchmarking across both predictable and unpredictable workloads. The learned ML models further accelerate performance estimation with marginal accuracy degradation, enabling scalable optimization. Experimental results demonstrate that the pipeline substantially improves GPU efficiency, reducing the number of GPUs required to sustain target workloads by 60\% on average across the evaluated scenarios. Beyond GPU efficiency, the pipeline can be adapted to alternative objectives, such as latency minimization, highlighting its versatility for future large-scale LLM serving infrastructures.

📄 PDF Abstract BibTeX arXiv:2602.24044

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Act and Cooperate for Distributed Black-Box Consensus Optimization

2026-05-01 · Zi-Bo Qin, Feng-Feng Wei, Tai-You Chen, Wei-Neng Chen arxiv

Distributed blackbox consensus optimization is a fundamental problem in multi-agent systems, where agents must improve a global objective using only local objective queries and limited neighbor communication. Existing me…

K-Adapter: Infusing Knowledge into Pre-Trained Models with Adapters

2020-02-05 · Findings (ACL) 2021 8 · Ruize Wang, Duyu Tang, Nan Duan, Zhongyu Wei 외

We study the problem of injecting knowledge into large pre-trained models like BERT and RoBERTa. Existing methods typically update the original parameters of pre-trained models when injecting knowledge. However, when mul…

Dependency ParsingEntity TypingQuestion AnsweringRelation Classification+1

A Data-driven ML Approach for Maximizing Performance in LLM-Adapter Serving

2025-08-11 · Ferran Agullo, Joan Oliveras, Chen Wang, Alberto Gutierrez-Torre 외 arxiv

With the rapid adoption of Large Language Models (LLMs), LLM-adapters have become increasingly common, providing lightweight specialization of large-scale models. Serving hundreds or thousands of these adapters on a sing…

Q-Adapter: Visual Query Adapter for Extracting Textually-related Features in Video Captioning

2025-10-11 · Junan Chen, Trung Thanh Nguyen, Takahiro Komamizu, Ichiro Ide arxiv

Recent advances in video captioning are driven by large-scale pretrained models, which follow the standard "pre-training followed by fine-tuning" paradigm, where the full model is fine-tuned for downstream tasks. Althoug…

parameter-efficient fine-tuningVideo Captioning

HD-PiSSA: High-Rank Distributed Orthogonal Adaptation

2025-05-24 · Yiding Wang, Fauxu meng, Xuefeng Zhang, Fan Jiang 외

Existing parameter-efficient fine-tuning (PEFT) methods for large language models (LLMs), such as LoRA and PiSSA, constrain model updates to low-rank subspaces, limiting their expressiveness and leading to suboptimal per…

Code GenerationGPUMulti-Task Learningparameter-efficient fine-tuning