Mix-Quant: Quantized Prefilling, Precise Decoding for Agentic LLMs

📅 2026-05-19
📈 Citations: 0
Influential: 0
📄 PDF

career value

224K/year
🤖 AI Summary
This work addresses the inefficiency of large language model (LLM) agents during long-context, multi-turn interactions, where the compute-intensive prefill phase severely limits inference throughput. The study identifies, for the first time, substantial quantization redundancy in this phase and introduces a stage-aware mixed-precision quantization framework: it employs high-throughput NVFP4 quantization during prefill while retaining BF16 precision in the decode phase to preserve output quality. Coupled with hardware-efficient execution optimizations, the proposed approach achieves up to 3× acceleration in the prefill stage across multiple long-context and agent-based benchmarks, all while maintaining competitive task performance.
📝 Abstract
LLM agents have recently emerged as a powerful paradigm for solving complex tasks through planning, tool use, memory retrieval, and multi-step interaction. However, these agentic workflows often introduce substantial input-side overhead, making the compute-intensive prefilling stage a key bottleneck in long-context, multi-turn inference. In this work, we propose Mix-Quant, a simple and effective phase-aware quantization framework for fast agentic inference. We first investigate FP4 quantization in agentic LLM workflows and observe that quantizing the entire inference process can incur significant performance degradation. In contrast, the prefilling stage exhibits substantial quantization redundancy and can therefore be quantized with minimal accuracy loss, despite being the dominant source of computation. Based on this insight, we apply high-throughput NVFP4 quantization to the prefilling phase while preserving BF16 precision for decoding. By decoupling prefilling acceleration from decoding quality, Mix-Quant combines phase-aware algorithmic quantization with hardware-efficient NVFP4 execution to alleviate the inference bottleneck in LLM agents. Extensive experiments across long-context and agentic benchmarks demonstrate that Mix-Quant largely preserves task performance while delivering significant efficiency improvements, achieving up to a 3x speedup during prefilling.
Problem

Research questions and friction points this paper is trying to address.

agentic LLMs
prefilling bottleneck
long-context inference
input-side overhead
multi-turn interaction
Innovation

Methods, ideas, or system contributions that make the work stand out.

phase-aware quantization
NVFP4
agentic LLMs
prefilling acceleration
mixed-precision inference
🔎 Similar Papers
No similar papers found.