paper-with-me

홈 › Papers

Budget-Aware Compression Pipeline for Single-GPU LLM Inference: Methods, Trade-offs, and Coupling Effects

2026-08-30 · Hongyu Yu, Yifei Shen arxiv

Single-GPU deployment of 70B-parameter language models on an NVIDIA GPU is constrained by device memory, long-context throughput, and engineering integration cost. We cast single-GPU inference as a budget-aware design problem over these three axes and study how pruning, quantization, and KV-cache compression interact under realistic execution. Controlled ablations show that layer-wise pruning makes weight quantization more robust. KV-cache sparsification complements INT8 KV quantization by reducing memory without hurting decoding speed, while static vector quantizers often conflict with dynamic caching. Guided by these coupling results and explicit budget tracking, we assembled a practical pipeline and compressed a 70B model to about 33 GB, sustained about 57 tokens/s on 10k token prompts on a single A40, and kept absolute accuracy within 5% on common and reasoning benchmarks. We contribute design rules and a reproducible evaluation protocol that jointly report quality, memory, and end-to-end speed, and we provide a foundation for automated pipeline search under realistic single-GPU constraints.

📄 PDF Abstract BibTeX arXiv:2608.30076

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compression as an Adversarial Amplifier Through Decision Space Reduction

2026-04-08 · Lewis Evans, Harkrishan Jandu, Zihan Ye, Yang Lu 외 arxiv

Image compression is a ubiquitous component of modern visual pipelines, routinely applied by social media platforms and resource-constrained systems prior to inference. Despite its prevalence, the impact of compression o…

Adversarial RobustnessImage Compression

DiffPro: Joint Timestep and Layer-Wise Precision Optimization for Efficient Diffusion Inference

2025-11-14 · Farhana Amin, Sabiha Afroz, Kanchon Gharami, Mona Moghadampanah 외 arxiv

Diffusion models produce high quality images but inference is costly due to many denoising steps and heavy matrix operations. We present DiffPro, a post-training, hardware-faithful framework that works with the exact int…

Model Compression

Compress Then Adapt? No, Do It Together via Task-aware Union of Subspaces

2026-05-04 · Jingze Ge, Yun Liu, Xue Geng, Wanqi Dong 외 arxiv

Adapting large pretrained models to diverse tasks is now routine, yet the two dominant strategies of parameter-efficient fine-tuning (PEFT) and low-rank compression are typically composed in sequence. This decoupled prac…

parameter-efficient fine-tuning

BudgetDraft: Acceptance-Aware Multi-View Training for Sparse-KV Speculative Decoding

2026-05-29 · Liang He, Jingbo Wen, Qishi Zhan, Yixiong Chen 외 arxiv

Speculative decoding speeds up autoregressive decoding by using a drafter to propose multiple tokens that a verifier validates in parallel. In resource-constrained deployments, the drafter uses a sparse KV cache to limit…

PolyKV: Heterogeneous Retention and Allocation for KV Cache Compression

2026-06-13 · Chao Fei, Panos Kalnis arxiv

KV cache compression is essential for reducing the memory cost of long-context large language model inference. Existing approaches, however, typically apply a single compression policy and a uniform cache budget across a…