paper-with-me

Papers

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization

2026-07-17 · Yuchen Yang, Yifan Zhao, Anisha Dasgupta, Sasa Misailovic arxiv

Mixture-of-Experts (MoE) is a popular class of large language models (LLMs), offering high efficiency and accuracy. However, in KV-cache-intensive serving scenarios, MoEs often exhibit a tension between the GPU memory requirements of the model weights and the growing KV cache. We propose PagedWeight, a novel management method for MoE LLM serving that dynamically quantizes MoE model's weights at runtime and balances expert-weight precision with the KV cache sizes. PagedWeight exposes and effectively navigates the complex tradeoff between the model's task accuracy, memory consumption, and throughput/latency. Across several memory-sensitive MoE serving scenarios, PagedWeight improves the quality-memory tradeoff over several existing quantization baselines. PagedWeight achieves FP16-equivalent accuracy with up to 72.0% GPU memory savings and 1.94$\times$ throughput improvement, and improves quality over quantization methods by up to 39.3% at a similar memory budget with at most 4.1% throughput loss.

📄 PDF Abstract BibTeX arXiv:2607.16184

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SoundWeaver: Semantic Warm-Starting for Text-to-Audio Diffusion Serving

2026-03-09 · Ayush Barik, Sofia Stoica, Nikhil Sarda, Arnav Kethana 외 arxiv

Text-to-audio diffusion models produce high-fidelity audio but require tens of function evaluations (NFEs), incurring multi-second latency and limited throughput. We present SoundWeaver, the first training-free, model-ag…

AGMark: Attention-Guided Dynamic Watermarking for Large Vision-Language Models

2026-02-10 · Yue Li, Xin Yi, Dongsheng Shi, Yongyi Cui 외 arxiv

Watermarking has emerged as a pivotal solution for content traceability and intellectual property protection in large vision language models (LVLMs). However, vision-agnostic watermarks may introduce visually irrelevant …

Visual Grounding

δ-SAM: Sharpness-Aware Minimization with Dynamic Reweighting

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Deep neural networks are often overparameterized and may not easily achieve model generalization. Adversarial training has shown effectiveness in improving generalization by regularizing the change of loss on top of adve…

Sensitivity-Aware Thresholding and Token Routing for Activation Sparsification in Large Language Models

2026-07-09 · Bishmoy Paul, Youngmin Yi, Hoeseok Yang arxiv

Efficient inference in Large Language Models (LLMs) requires deciding where computation can be reduced while preserving model quality. We study this problem through multilayer perceptron (MLP) activation sparsification a…

Efficient and Workload-Aware LLM Serving via Runtime Layer Swapping and KV Cache Resizing

2025-05-24 · Zhaoyuan Su, Tingfeng Lan, ZiRui Wang, Juncheng Yang 외

Efficiently serving large language models (LLMs) under dynamic and bursty workloads remains a key challenge for real-world deployment. Existing serving frameworks and static model compression techniques fail to adapt to …

Model CompressionQuantizationScheduling