paper-with-me

Papers

ZipServ: Fast and Memory-Efficient LLM Inference with Hardware-Aware Lossless Compression

2026-03-18 · Ruibo Fan, Xiangrui Yu, Xinglin Pan, Zeyu Li, Weile Luo, Qiang Wang, Wei Wang, Xiaowen Chu arxiv

Lossless model compression holds tremendous promise for alleviating the memory and bandwidth bottlenecks in bit-exact Large Language Model (LLM) serving. However, existing approaches often result in substantial inference slowdowns due to fundamental design mismatches with GPU architectures: at the kernel level, variable-length bitstreams produced by traditional entropy codecs break SIMT parallelism; at the system level, decoupled pipelines lead to redundant memory traffic. We present ZipServ, a lossless compression framework co-designed for efficient LLM inference. ZipServ introduces Tensor-Core-Aware Triple Bitmap Encoding (TCA-TBE), a novel fixed-length format that enables constant-time, parallel decoding, together with a fused decompression-GEMM (ZipGEMM) kernel that decompresses weights on-the-fly directly into Tensor Core registers. This "load-compressed, compute-decompressed" design eliminates intermediate buffers and maximizes compute intensity. Experiments show that ZipServ reduces the model size by up to 30%, achieves up to 2.21x kernel-level speedup over NVIDIA's cuBLAS, and expedites end-to-end inference by an average of 1.22x over vLLM. ZipServ is the first lossless compression system that provides both storage savings and substantial acceleration for LLM inference on GPUs.

📄 PDF Abstract BibTeX arXiv:2603.17435

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

Efficient Network Inference via Hardware-Aware Architecture Search, Model Pruning & Quantization

2026-06-22 · Lucas Heublein, Mark Deutel, Axel Plinge, Felix Ott arxiv

Embedded global navigation satellite system (GNSS) interference monitoring requires fast and memory-efficient inference to process large volumes of raw in-phase and quadrature (IQ) samples in real time. At the same time,…

Neural Architecture SearchModel Compression

A Speed Odyssey for Deployable Quantization of LLMs

2023-11-16 · Qingyuan Li, Ran Meng, Yiduo Li, Bo Zhang 외

The large language model era urges faster and less costly inference. Prior model compression works on LLMs tend to undertake a software-centric approach primarily focused on the simulated quantization performance. By neg…

Language ModelingLanguage ModellingLarge Language ModelModel Compression+1

EdgeBERT: Sentence-Level Energy Optimizations for Latency-Aware Multi-Task NLP Inference

2020-11-28 · Thierry Tambe, Coleman Hooper, Lillian Pentecost, Tianyu Jia 외

Transformer-based language models such as BERT provide significant accuracy improvement for a multitude of natural language processing (NLP) tasks. However, their hefty computational and memory demands make them challeng…

Edge-computingGPUNetwork PruningQuantization+1

Optimizing edge AI models on HPC systems with the edge in the loop

2025-05-26 · Marcel Aach, Cyril Blanc, Andreas Lintermann, Kurt De Grave

Artificial intelligence and machine learning models deployed on edge devices, e.g., for quality control in Additive Manufacturing (AM), are frequently small in size. Such models usually have to deliver highly accurate re…

Hardware Aware Neural Architecture SearchKnowledge DistillationNeural Architecture SearchQuantization

FastPathology: An open-source platform for deep learning-based research and decision support in digital pathology

2020-11-11 · André Pedersen, Marit Valla, Anna M. Bofin, Javier Pérez de Frutos 외

Deep convolutional neural networks (CNNs) are the current state-of-the-art for digital analysis of histopathological images. The large size of whole-slide microscopy images (WSIs) requires advanced memory handling to rea…