QUADS Stabilizes NVFP4 Reinforcement Learning for MoE Models

Katsuyuki Hagiwara· July 20, 2026 View original

Summary

This paper introduces QUADS (QUantization-error Alignment across Dual Sides), a novel method to stabilize NVFP4 reinforcement learning (RL) for Mixture-of-Experts (MoE) Large Language Models. It addresses the instability caused by activation errors in low-precision rollout by proposing Asymmetric Quantization-Aware Training and Residual Activation Compensation, achieving BF16-level accuracy with higher throughput than FP8.

Researchers have identified a significant challenge in accelerating Reinforcement Learning (RL) for Mixture-of-Experts (MoE) Large Language Models using low-precision formats like NVFP4. While NVFP4 offers higher throughput than FP8 due to its fine-grained scaling and native W4A4 FP4 GEMMs, direct application leads to rapid training collapse and growing log-probability gaps between rollout and trainer. Through detailed error analysis, the team pinpointed activation error, rather than weight error, as the primary culprit for this instability. Weights can be synchronized, but activations are recomputed online, and their errors are amplified by the coarse E2M1 grid of FP4. To counter this, the paper proposes QUADS (QUantization-error Alignment across Dual Sides). QUADS introduces two main components: Asymmetric Quantization-Aware Training (QAT) on the trainer side, which fake-quantizes weights while keeping activations unquantized for better alignment; and Residual Activation Compensation (RAC) on the rollout side, which corrects high-error activation channels while preserving the efficiency of native W4A4 GEMMs. Empirical evaluations on several MoE RL benchmarks demonstrate that QUADS achieves BF16-level accuracy, improving average pass@1 by 21.49 points over naive NVFP4 RL, and delivers approximately 16% higher rollout throughput than FP8.

Why it matters

For AI engineers and researchers working with large-scale RL and MoE models, QUADS offers a practical solution to leverage the efficiency of NVFP4 without sacrificing accuracy, significantly accelerating model training and deployment.

How to implement this in your domain

  1. 1Evaluate current low-precision training strategies for MoE RL models and identify performance bottlenecks.
  2. 2Investigate integrating Asymmetric Quantization-Aware Training (QAT) into existing RL training pipelines.
  3. 3Implement Residual Activation Compensation (RAC) for the rollout phase to mitigate activation errors.
  4. 4Benchmark the performance and accuracy of QUADS-enabled models against current BF16 or FP8 implementations.
  5. 5Collaborate with hardware vendors to optimize NVFP4 utilization with QUADS for maximum throughput gains.

Who benefits

AI/ML DevelopmentCloud ComputingAutonomous SystemsGamingRobotics

Key takeaways

  • NVFP4 RL for MoE models suffers from instability due to activation errors.
  • QUADS stabilizes NVFP4 RL by aligning quantization errors across trainer and rollout.
  • Asymmetric QAT and Residual Activation Compensation are key components of QUADS.
  • QUADS achieves BF16-level accuracy with 16% higher rollout throughput than FP8.

Original post by Katsuyuki Hagiwara

"arXiv:2607.15819v1 Announce Type: new Abstract: In-context learning is a remarkable property of transformers and has recently received a lot of interest. In many studies of in-context learning, it has been shown that transformers are capable of implementing solver for linear and…"

View on X

Originally posted by Katsuyuki Hagiwara on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses