Back to AI Research

AI Research

QuantWAMs: Calibrating at the Right Granularity for... | AI Research

Key Takeaways

  • QuantWAMs is a post-training quantization (PTQ) framework designed to make World Action Models (WAMs) efficient for real-robot deployment.
  • World Action Models (WAMs) jointly predict future observations and actions, but their iterative denoising and closed-loop execution make efficient deployment costly.
  • Existing post-training quantization (PTQ) methods are poorly suited to WAMs because they rely on open-loop objectives, homogeneous model assumptions, and calibration distributions that do not reflect deployment.
  • We present QuantWAMs, a PTQ framework that aligns quantization decisions with the calibration context defined by model structure, rollout distribution, and task objective.
  • We evaluate QuantWAMs on Fast-WAM and LingBot-VA across RoboTwin 2.0, LIBERO, and real-robot manipulation with an AgiBot G2.
Paper AbstractExpand

World Action Models (WAMs) jointly predict future observations and actions, but their iterative denoising and closed-loop execution make efficient deployment costly. Existing post-training quantization (PTQ) methods are poorly suited to WAMs because they rely on open-loop objectives, homogeneous model assumptions, and calibration distributions that do not reflect deployment. We present QuantWAMs, a PTQ framework that aligns quantization decisions with the calibration context defined by model structure, rollout distribution, and task objective. QuantWAMs introduces three strategies: shared-basis outlier calibration, which pools activation evidence only across coordinate-compatible modules; co-training-objective saliency, which computes empirical-Fisher scores from the joint video--action gradient and assigns weight precision at a calibration-stable layer granularity; and fixed-intervention rollout auditing, which revises denoising-step protection schedules using reachable closed-loop states without changing the precision budget. We evaluate QuantWAMs on Fast-WAM and LingBot-VA across RoboTwin 2.0, LIBERO, and real-robot manipulation with an AgiBot G2. Under a W4A4-dominant setting, the reported simulation means differ from FP16 by 0.2--0.7 percentage points. Real-robot trials further establish deployment feasibility on three manipulation tasks. For the targeted video and action blocks, QuantWAMs reduces peak weight-and-activation memory to about 29\% of FP16 and provides 1.4--1.6$\times$ block-level speedups.

QuantWAMs is a post-training quantization (PTQ) framework designed to make World Action Models (WAMs) efficient for real-robot deployment. WAMs are computationally expensive because they perform iterative denoising and operate in a closed loop, where every action influences future observations. QuantWAMs addresses the limitations of existing quantization methods, which often fail for WAMs because they rely on open-loop objectives and ignore the specific structural and distributional requirements of coupled video-action models.

Aligning Quantization with Model Context

The researchers, Jiacheng Zhou et al., argue that quantization decisions must be calibrated based on the specific context of the model. They identify three axes for this calibration: the model structure, the rollout distribution, and the task objective. QuantWAMs introduces three strategies to align these factors:

  • Shared-basis outlier calibration: This method pools activation evidence only across modules that share the same coordinate system. By using a shared Hadamard rotation, the framework identifies and preserves critical channels at high precision while quantizing others, ensuring that the quantization mask remains stable across different model components.

  • Co-training-objective saliency: Instead of using a single objective, this approach computes empirical-Fisher scores from the joint video-action gradient. It assigns weight precision at a layer-level granularity, prioritizing the most important layers based on their contribution to both video prediction and action generation.

  • Fixed-intervention rollout auditing: To address the closed-loop nature of WAMs, this strategy uses real-world rollout states to revise denoising-step schedules. By replaying recorded FP16 trajectories under an unprotected intervention, the framework identifies which denoising steps are most sensitive to quantization error and protects them, all while maintaining the original precision budget.

Performance and Deployment

The authors evaluated QuantWAMs on Fast-WAM and LingBot-VA architectures using the RoboTwin 2.0 and LIBERO benchmarks, as well as real-world manipulation tasks with an AgiBot G2 robot. Under a W4A4-dominant setting, the simulation results showed that QuantWAMs maintained performance within 0.2–0.7 percentage points of the full-precision FP16 model.
In terms of efficiency, the framework reduced peak weight-and-activation memory to approximately 29% of the FP16 baseline and achieved 1.4–1.6× speedups at the block level. These results indicate that the method is feasible for real-robot manipulation tasks where computational resources are constrained.

Limitations and Considerations

The researchers note that their optimality claims are restricted to the specific energy surrogates and calibration data used in their experiments. Because the framework relies on finite-sample estimates, the stability of the quantization mask depends on the quality of the calibration set. Furthermore, the authors emphasize that the sensitivity profiles generated by their auditing process should not be interpreted as direct estimates of marginal task gain, but rather as a tool for repairing and optimizing the precision schedule. The framework requires access to the original co-training targets and a backward pass to compute saliency scores, though it does not require updating the pretrained weights.

Comments (0)

No comments yet

Be the first to share your thoughts!