FAIR-Calib: Frontier-Aware Instability-Reweighted Calibration for Post-Training Quantization of Diffusion Large Language Models
FAIR-Calib is a two-stage quantization method that protects fragile decisions in diffusion LLMs. It reduces frontier flips and improves low-precision results on LLaDA and Dream.
Intelligence analysis by GPT-5.4 Mini

The paper argues that post-training quantization can break early, borderline decisions in diffusion large language models, and those mistakes get locked in as generation continues. FAIR-Calib tries to protect those fragile frontier states with a weighted calibration scheme that does not require expensive full diffusion rollouts.
FAIR-Calib is like putting extra padding on the most important buttons of a machine before it gets squeezed smaller. It helps a language model keep its early choices steady, so tiny compression mistakes do not turn into bigger ones later.
Analysis
What FAIR-Calib targets
The paper studies a failure mode in diffusion large language models: they refine tokens step by step, but once a token is written it is effectively committed. The authors say post-training quantization can flip borderline decisions at this write frontier, and those errors then get amplified in later steps.
How the method works
FAIR-Calib, short for Frontier-Aware Instability-Reweighted Calibration, is a two-stage post-training quantization framework. In stage one, a full-precision teacher is used to estimate a position prior that mixes frontier hits with masked-stage reliability. In stage two, the method performs off-policy, layer-wise calibration by minimizing a reweighted hidden-state mean squared error. The weighting is meant to focus protection on fragile frontier states instead of treating all states equally.
A key claim is efficiency: the method avoids expensive end-to-end diffusion rollouts during calibration. The paper also says its weighted objective is theoretically justified as a surrogate for output KL divergence.
Reported results
According to the abstract, FAIR-Calib outperforms state-of-the-art baselines on LLaDA and Dream at W4A4 precision. The gains are described in terms of fewer frontier decision flips and fewer post-commit mismatches across benchmarks. The paper was accepted as a poster at ICML 2026.
Takeaway
The work is narrowly focused, but it addresses a practical bottleneck for dLLMs: keeping model behavior stable after quantization. The main contribution is not a new diffusion model, but a calibration strategy aimed at the exact places where quantization errors are most costly.
Key points
- The paper studies why post-training quantization can be especially harmful for diffusion large language models.
- It says early borderline decisions at the write frontier are fragile and can be permanently locked in.
- FAIR-Calib uses a teacher model to estimate which positions need extra protection during calibration.
- The second stage reweights hidden-state error to focus on fragile frontier states without full rollouts.
- The abstract says the method beats baselines on LLaDA and Dream at W4A4 precision.
If the method generalizes, it could make diffusion LLMs cheaper to run without breaking their answers as often. That would help low-precision deployment become more practical for real systems.
The approach depends on finding the right fragile frontier states, and that estimate may not stay accurate across models or tasks. If the weighting misses important spots, quantization errors could still cascade through the generation process.



