paper-with-me

홈 › Papers

GRINQH: Graded Input-based Quantization Hierarchy for Efficient LLM Generation

2026-06-22 · Jette Oberländer, Jan Finkbeiner, Catherine M. Schöfmann, Emre Neftci arxiv

Autoregressive decoding with LLMs is primarily bottlenecked by GPU memory bandwidth, especially in edge-computing settings. While quantization is essential for mitigating this bottleneck, most existing methods treat inference as a uniform process and fail to account for the asymmetry between the compute-bound prefill stage and the memory-bound decoding stage. We propose GRINQH (GRaded INput-based Quantization Hierarchy), a weight-only post-training quantization framework that accelerates decoding by unifying quantization and sparsification. GRINQH leverages activation magnitudes as a proxy for computational importance to dynamically assign weight channels to different precision levels, enabling flexible average bit widths during decoding. Evaluated on Llama3 and Qwen3 models, GRINQH outperforms state-of-the-art fixed- and mixed-precision baselines at comparable 3- and 4-bit settings, even enabling effective 2-bit generation. We experimentally verify theoretical speedups by leveraging a hierarchical nested memory layout for multi-precision storage in a custom GPU kernel. Ultimately, GRINQH establishes a new state-of-the-art Pareto frontier for LLM generation, enabling a dynamic trade-off between generation quality and inference speed.

📄 PDF Abstract BibTeX arXiv:2606.23419

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoMask: Generative Masked Modeling of 3D Human Motions

2023-11-29 · CVPR 2024 1 · Chuan Guo, Yuxuan Mu, Muhammad Gohar Javed, Sen Wang 외

We introduce MoMask, a novel masked modeling framework for text-driven 3D human motion generation. In MoMask, a hierarchical quantization scheme is employed to represent human motion as multi-layer discrete motion tokens…

Human motion predictionMotion ForecastingMotion GenerationMotion Interpolation+1

Hyperbolic Residual Quantization: Discrete Representations for Data with Latent Hierarchies

2025-05-18 · Piotr Piękos, Subhradeep Kayal, Alexandros Karatzoglou

Hierarchical data arise in countless domains, from biological taxonomies and organizational charts to legal codes and knowledge graphs. Residual Quantization (RQ) is widely used to generate discrete, multitoken represent…

Inductive BiasKnowledge GraphsQuantizationRepresentation Learning

QSLM: A Performance- and Memory-aware Quantization Framework with Tiered Search Strategy for Spike-driven Language Models

2026-01-02 · Rachmad Vidya Wicaksana Putra, Pasindu Wickramasinghe, Muhammad Shafique arxiv

Large Language Models (LLMs) have been emerging as prominent AI models for solving many natural language tasks due to their high performance (e.g., accuracy) and capabilities in generating high-quality responses to the g…

Text Generation

INT-FlashAttention: Enabling Flash Attention for INT8 Quantization

2024-09-25 · Shimao Chen, Zirui Liu, Zhiying Wu, Ce Zheng 외

As the foundation of large language models (LLMs), self-attention module faces the challenge of quadratic time and memory complexity with respect to sequence length. FlashAttention accelerates attention computation and r…

GPUQuantization

Fitting Is Not Enough: Smoothness in Extremely Quantized LLMs

2026-05-09 · Yuzhuang Xu, Xu Han, Yuxuan Li, Pengzhan Li 외 arxiv

Large language models (LLMs) achieve strong performance but incur high deployment costs, motivating extremely low-bit but lossy quantization. Existing quantization algorithms mainly focus on improving the numerical accur…