paper-with-me

Papers

AIS: Adaptive Importance Sampling for Quantized RL

2026-05-13 · Jiajun Zhou, Wei Shao, Lingchao Zheng, Yuwei Fan, Ngai Wong arxiv

Reinforcement learning (RL) for large language models (LLMs) is dominated by the cost of rollout generation, which has motivated the use of low-precision rollouts (e.g., FP8) paired with a BF16 trainer to improve throughput and reduce memory pressure. This introduces a rollout-training mismatch that biases the policy gradient and can cause training to collapse outright on reasoning benchmarks. We show that the mismatch is non-stationary and acts as a double-edged sword: early in training it provides a stochastic exploration bonus, exposing the gradient to trajectories the trainer would otherwise under-sample, but the same perturbation transitions into a destabilizing source of bias as the policy concentrates. To solve this, we propose Adaptive Importance Sampling (AIS), a correction framework that adjusts the strength of its intervention on a per-batch basis. AIS combines three real-time diagnostics, namely weight reliability, divergence severity, and variance amplification, into a single mixing coefficient that interpolates between the uncorrected and fully importance-weighted gradients, suppressing the destabilizing component of the mismatch while preserving its exploratory benefit. We integrate AIS into GRPO and evaluate it on the diffusion-based LLaDA-8B-Instruct and the autoregressive Qwen3-8B and Qwen3.5-9B across mathematical reasoning and planning benchmarks. AIS matches the BF16 baseline on most tasks while retaining the 1.5 to 2.76x rollout speedup of FP8.

📄 PDF Abstract BibTeX arXiv:2605.13907

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

AVQ-Attention: Adaptive Vector-Quantized Attention

2026-07-14 · Winfried van den dool, Patrick Forré, Amir Habibian, Yuki M. Asano 외 arxiv

The $\mathcal{O}(N^2)$ complexity of attention over $N$ tokens remains a computational bottleneck in transformer models. Vector-Quantized (VQ) attention reduces this to $\mathcal{O}(MN)$ by representing keys with $M$ cod…

Implicitly Adaptive Importance Sampling

2019-06-20 · Topi Paananen, Juho Piironen, Paul-Christian Bürkner, Aki Vehtari

Adaptive importance sampling is a class of techniques for finding good proposal distributions for importance sampling. Often the proposal distributions are standard probability distributions whose parameters are adapted …

Learning Quantized Adaptive Conditions for Diffusion Models

2024-09-26 · Yuchen Liang, Yuchuan Tian, Lei Yu, Huao Tang 외

The curvature of ODE trajectories in diffusion models hinders their ability to generate high-quality images in a few number of function evaluations (NFE). In this paper, we propose a novel and effective approach to reduc…

Instant Quantization of Neural Networks using Monte Carlo Methods

2019-05-29 · Gonçalo Mordido, Matthijs Van Keirsbilck, Alexander Keller

Low bit-width integer weights and activations are very important for efficient inference, especially with respect to lower power consumption. We propose Monte Carlo methods to quantize the weights and activations of pre-…

Quantization

Gridless Multisnapshot Variational Line Spectral Estimation from Coarsely Quantized Samples

2019-06-20 · Ning Zhang, Jiang Zhu, Zhiwei Xu

Due to the increasing demand for low power and higher sampling rates, low resolution quantization for data acquisition has drawn great attention recently. Consequently, line spectral estimation (LSE) with multiple measur…

Quantization