paper-with-me

Papers

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

2026-05-19 · Haiquan Lu, Zigeng Chen, Gongfan Fang, Xinyin Ma, Xinchao Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.20315

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Semantic Context Matters: Improving Conditioning for Autoregressive Models

2025-11-18 · Dongyang Jin, Ryan Xu, Jianhao Zeng, Rui Lan 외 arxiv

Recently, autoregressive (AR) models have shown strong potential in image generation, offering better scalability and easier integration with unified multi-modal systems compared to diffusion-based methods. However, exte…

Image GenerationImage Editing

PrefixQuant: Eliminating Outliers by Prefixed Tokens for Large Language Models Quantization

2024-10-07 · Mengzhao Chen, Yi Liu, Jiahao Wang, Yi Bin 외

Existing weight-activation quantization methods for Large Language Models (LLMs) primarily address channel-wise outliers but often neglect token-wise outliers, which limits the accuracy of quantized models. In this work,…

Common Sense ReasoningQuantization

Prefilling-dLLM: Predictive Prefilling for Long-Context Inference in Diffusion Language Models

2026-06-09 · Jing Xiong, Qi Han, Shansan Gong, Yunta Hsieh 외 arxiv

Diffusion large language models (dLLMs) re-encode the entire prefix at every denoising step, causing recomputation that scales quadratically with context length and becomes prohibitive for long-context scenarios. We prop…

CritiPrefill: A Segment-wise Criticality-based Approach for Prefilling Acceleration in LLMs

2024-09-19 · Junlin Lv, Yuan Feng, Xike Xie, Xin Jia 외

Large language models have achieved notable success across various domains, yet efficient inference is still limited by the quadratic computation complexity of the attention mechanism. The inference consists of prefillin…

GPU

Multi-Stage Vision Token Dropping: Towards Efficient Multimodal Large Language Model

2024-11-16 · Ting Liu, Liangtao Shi, Richang Hong, Yue Hu 외

The vision tokens in multimodal large language models usually exhibit significant spatial and temporal redundancy and take up most of the input tokens, which harms their inference efficiency. To solve this problem, some …

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model