TBQ:Trajectory-Aligned Branch-Aware Quantization for Few-Step MoE-Like Video Diffusion Models

Du Jinyang, Beijing University of Aeronautics and Astronautics, Beijing, China, jinyangdu@buaa.edu.cn
Shenghao Jin, Beijing University of Aeronautics and Astronautics, Beijing, China, shenghaojin@buaa.edu.cn
Ziqian Xu, Beijing University of Aeronautics and Astronautics, Beijing, China, xzq0716@buaa.edu.cn
Ruihao Gong, Beihang University, Beijing, China, gongruihao@buaa.edu.cn
yang yong, sensetime, Beijing, China, yongyang1030@163.com
Shiqiao Gu, Sensetime, Beijing, China, gushiqiao@sensetime.com
Jinyang Guo, Beijing University of Aeronautics and Astronautics, Beijing, China, jinyangguo@buaa.edu.cn
Xianglong Liu, Beihang University, Beijing, China, xlliu@buaa.edu.cn

High-quality video diffusion models are costly to deploy because they require long denoising trajectories while keeping large parameter footprints resident in memory. Reducing both the number of sampling steps and the numerical precision is therefore appealing, but these two compression axes interact in MoE video diffusion models: the quantizer must be calibrated on the distilled student trajectory, preserve the distinct statistics of the high-noise and low-noise experts, and accommodate phase-dependent activation ranges. We present TBQ, a trajectory-aligned, branch-aware compression pipeline for MoE-like video diffusion models. TBQ first distills the model into a few-step student and then calibrates low-bit quantization on the student's own inference trajectory, maintaining separate expert-branch statistics and adopting a HiF4-style block floating-point format as the low-bit numerical representation. Evaluated on VBench across five dimensions—subject consistency, aesthetic quality, imaging quality, semantic alignment, and motion smoothness—the quantized student matches or improves upon the same-step full-precision model at moderate sampling budgets. At the representative 20-step setting, TBQ achieves an average VBench score of 0.7074, outperforming both the same-step full-precision model (0.7051) and the original full-precision baseline (0.6976), with subject consistency reaching 0.9629 and motion smoothness reaching 0.9825. These results demonstrate that trajectory-aligned, branch-aware calibration can make low-bit quantization a practical, quality-preserving component of memory- and latency-efficient video diffusion deployment.

Keywords: video generation, few-step distillation, branch-aware quantization, mixture of experts, HiF4

ACM Reference Format:
Du Jinyang, Shenghao Jin, Ziqian Xu, Ruihao Gong, yang yong, Shiqiao Gu, Jinyang Guo, and Xianglong Liu. 2026. TBQ:Trajectory-Aligned Branch-Aware Quantization for Few-Step MoE-Like Video Diffusion Models. In The fourth International Workshop on Rich Media with Generative AI (RichMediaGAI '26), November 10--14, 2026, Rio de Janeiro, Brazil. ACM, New York, NY, USA 8 Pages. https://doi.org/10.1145/3841458.3841543

1 Introduction

This paper presents TBQ, a deployment-oriented compression pipeline for MoE video diffusion models. TBQ combines distill-then-quantize, branch-aware calibration, HiF4-style low-bit representation, and sampling-step selection. These designs reduce teacher–student activation mismatch, preserve branch-specific statistics, and limit quantization-error accumulation. On VBench, TBQ achieves its best quality–efficiency trade-off at 20 denoising steps, reaching an average score of 0.7074, compared with 0.7051 for the same-step full-precision student and 0.6976 for the original full-precision model. The results show that trajectory-aligned, branch-aware calibration enables practical low-bit deployment of video diffusion models while preserving generation quality.

                     

Acknowledgement This work was supported by the National Natural Science Foundation of China (Nos. 62525601, 62476018) and the Postdoctoral Fellowship Program of CPSF (No. BX20250487). We also acknowledge FlagOS for its valuable support and assistance throughout this work.

2 Related Work

This paper presents TBQ, a deployment-oriented compression pipeline for MoE video diffusion models. TBQ combines distill-then-quantize, branch-aware calibration, HiF4-style low-bit representation, and sampling-step selection. These designs reduce teacher–student activation mismatch, preserve branch-specific statistics, and limit quantization-error accumulation. On VBench, TBQ achieves its best quality–efficiency trade-off at 20 denoising steps, reaching an average score of 0.7074, compared with 0.7051 for the same-step full-precision student and 0.6976 for the original full-precision model. The results show that trajectory-aligned, branch-aware calibration enables practical low-bit deployment of video diffusion models while preserving generation quality.

                     

Acknowledgement This work was supported by the National Natural Science Foundation of China (Nos. 62525601, 62476018) and the Postdoctoral Fellowship Program of CPSF (No. BX20250487). We also acknowledge FlagOS for its valuable support and assistance throughout this work.

3 Preliminaries

Figure 1
Figure 1: Overview of the TBQ pipeline.

3.1 Few-Step Distillation

Distillation objective.

Few-step distillation accelerates diffusion sampling by learning a student trajectory with fewer denoising evaluations, rather than simply truncating the teacher sampler. This follows a line of fast diffusion sampling methods, including progressive distillation and consistency models [28, 32]. Let Cstep denote the cost of one denoising step and let pS(x;θ) denote the student generation distribution. We evaluate 4-, 8-, 20-, and 40-step settings, using the 40-step setting as a long-budget reference.

Unlike truncation, distillation optimizes the intermediate states used by the reduced-step sampler. Performing distillation before quantization also provides a better calibration target: the quantizer can be fitted to the activation distribution of the deployed student trajectory, rather than to the long-step teacher trajectory.

Stage-aware distribution matching.

DMD aligns the student with the teacher distribution rather than enforcing a fixed one-to-one correspondence between teacher and student sampling paths [43]. This distinction is important for step selection. A short-budget DMD student is not merely memorizing a small set of denoising states; it learns a compressed sampling behavior that may still benefit from a moderately larger inference budget. Evaluating the same distilled model with more sampling steps can therefore refine the trajectory on a denser grid and recover quality lost at the shortest budget.

For MoE-like video diffusion model, this trajectory should also respect the high-noise and low-noise phases. The early phase establishes layout, subject positions, and motion, whereas the late phase refines texture, boundary quality, and local temporal coherence. Phased DMD extends distribution matching by matching score behavior within subintervals and is therefore well aligned with MoE-style video denoising [10]. In our pipeline, the high-noise and low-noise phases are used as routing-aware intervals for later calibration, rather than as an additional hand-tuned distillation loss. This keeps the distillation objective unchanged while preserving the stage distinction required by branch-aware quantization.

For deployment, the distilled student is treated as a new inference model with its own numerical behavior. A shorter trajectory changes which denoising states are visited, how long each expert remains active, and how activation magnitudes evolve. We therefore compare multiple step counts instead of assuming that the fewest steps are always optimal: 4 steps minimize latency, 40 steps expose long-budget behavior, and intermediate budgets test whether additional denoising evaluations improve the distilled sampling trajectory without excessive quantization-error accumulation.

Co-design with quantization.

At a given denoising time t, the activation distribution of the distilled student generally differs from that of the original high-step reference:

Math 1
This mismatch is structural. If calibration still uses long-step reference statistics, the quantizer is optimized for a distribution that differs from the deployed one, which amplifies low-bit error. We therefore perform calibration on the distilled student under the true few-step sampling schedule, while preserving branch-wise statistics.

This co-design offers two direct benefits. First, few-step distillation reduces the number of quantized denoising evaluations, so the total inference cost can be approximated as

Math 2
where N is the number of sampling steps. Since quantization perturbations are injected at every denoising evaluation, selecting N also controls how often low-bit error can accumulate. Second, calibrating directly on student trajectories reduces distribution mismatch and helps the quantized model preserve both global structure and local detail under low-bit deployment.

Thus, distillation preserves the teacher distribution under fewer denoising states, while branch-aware quantization preserves the student's phase-specific activations under those states. This order is more stable than quantizing the original long-step model first, because it avoids calibrating a distribution that will not be used after acceleration.

3.2 HiFloat4 Number Format

HiF4 is a 4-bit block floating-point format for low-bit inference [24]. Each block stores 64 signed 4-bit values and 32 bits of shared scaling metadata, giving an average cost of 4.5 bits per value. The metadata uses three scaling levels:

Math 3

Figure 2
Figure 2: Three-level scaling hierarchy in HiF4.

Global and local scaling. The first level stores an E6M2 base scale,

Math 4
With exponent bias 48, this scale provides the global exponent range. The second and third levels add binary micro-exponents for subgroups, and each 4-bit value stores an S1P2 signed amplitude. The reconstructed value is
Math 5
The combined E6M2–E1–E1–S1P2 hierarchy covers approximately 2− 50 to 218, or 69 binades, while subgroup scaling preserves local variation. This suits MoE-like video diffusion model because its experts have different activation ranges and its spatiotemporal tokens are heterogeneous.

Format motivation. We choose HiF4 for its range behavior, not only its bitwidth. Early denoising requires coarse high-noise activations, while late denoising preserves fine details and small temporal corrections. We therefore use HiF4 as a specified wide-range low-bit format and focus our experiments on trajectory alignment, branch-aware calibration, and step selection rather than alternative 4-bit formats.

4 Method

TBQ addresses these challenges through three coordinated design choices above. We describe the end-to-end pipeline before detailing each component.

4.1 Trajectory-Aligned Co-Design Pipeline

TBQ consists of five stages: distillation, trajectory-aligned calibration, branch-wise low-bit replacement, generation, and closed-loop evaluation. First, the original model is adapted to a short denoising trajectory through distribution-matching distillation. Trajectory-aligned calibration is then performed under the same deployment schedule, allowing the quantizer to observe the student activations encountered at inference time rather than the teacher activations before acceleration. Finally, the full-precision and compressed models generate videos using matched prompts and sampling settings. The automatic evaluation stream computes VBench scores under a unified protocol.

Two principles guide the implementation. First, calibration and replacement must follow the true high-noise and low-noise expert routes of MoE-like video diffusion model instead of treating the model as a dense trunk. This makes MoE routing a quantization boundary: statistics collected for global high-noise denoising are not pooled with statistics collected for late low-noise refinement. Second, step schedules must be compared under matched generation conditions. Although a 4-step setting minimizes the number of evaluations, moderately longer schedules such as 8 or 20 steps can reduce residual sampling error while keeping the number of quantized evaluations far below that of a conventional long sampler. The pipeline is therefore both a compression method and a step-selection procedure.

4.2 Integrating Few-Step Distillation

Distillation objective.

Few-step distillation accelerates diffusion sampling by learning a student trajectory with fewer denoising evaluations, rather than simply truncating the teacher sampler. This follows a line of fast diffusion sampling methods, including progressive distillation and consistency models [28, 32]. Let Cstep denote the cost of one denoising step and let pS(x;θ) denote the student generation distribution. We evaluate 4-, 8-, 20-, and 40-step settings, using the 40-step setting as a long-budget reference.

Unlike truncation, distillation optimizes the intermediate states used by the reduced-step sampler. Performing distillation before quantization also provides a better calibration target: the quantizer can be fitted to the activation distribution of the deployed student trajectory, rather than to the long-step teacher trajectory.

Stage-aware distribution matching.

DMD aligns the student with the teacher distribution rather than enforcing a fixed one-to-one correspondence between teacher and student sampling paths [43]. This distinction is important for step selection. A short-budget DMD student is not merely memorizing a small set of denoising states; it learns a compressed sampling behavior that may still benefit from a moderately larger inference budget. Evaluating the same distilled model with more sampling steps can therefore refine the trajectory on a denser grid and recover quality lost at the shortest budget.

For MoE-like video diffusion model, this trajectory should also respect the high-noise and low-noise phases. The early phase establishes layout, subject positions, and motion, whereas the late phase refines texture, boundary quality, and local temporal coherence. Phased DMD extends distribution matching by matching score behavior within subintervals and is therefore well aligned with MoE-style video denoising [10]. In our pipeline, the high-noise and low-noise phases are used as routing-aware intervals for later calibration, rather than as an additional hand-tuned distillation loss. This keeps the distillation objective unchanged while preserving the stage distinction required by branch-aware quantization.

For deployment, the distilled student is treated as a new inference model with its own numerical behavior. A shorter trajectory changes which denoising states are visited, how long each expert remains active, and how activation magnitudes evolve. We therefore compare multiple step counts instead of assuming that the fewest steps are always optimal: 4 steps minimize latency, 40 steps expose long-budget behavior, and intermediate budgets test whether additional denoising evaluations improve the distilled sampling trajectory without excessive quantization-error accumulation.

Co-design with quantization.

At a given denoising time t, the activation distribution of the distilled student generally differs from that of the original high-step reference:

Math 6
This mismatch is structural. If calibration still uses long-step reference statistics, the quantizer is optimized for a distribution that differs from the deployed one, which amplifies low-bit error. We therefore perform calibration on the distilled student under the true few-step sampling schedule, while preserving branch-wise statistics.

This co-design offers two direct benefits. First, few-step distillation reduces the number of quantized denoising evaluations, so the total inference cost can be approximated as

Math 7
where N is the number of sampling steps. Since quantization perturbations are injected at every denoising evaluation, selecting N also controls how often low-bit error can accumulate. Second, calibrating directly on student trajectories reduces distribution mismatch and helps the quantized model preserve both global structure and local detail under low-bit deployment.

Thus, distillation preserves the teacher distribution under fewer denoising states, while branch-aware quantization preserves the student's phase-specific activations under those states. This order is more stable than quantizing the original long-step model first, because it avoids calibrating a distribution that will not be used after acceleration.

4.3 Branch-Aware Quantization Design

Quantization method selection and formulation.

We use a rounding-based PTQ method and adapt it through granularity design, branch-wise calibration, and sensitive-layer protection. Prior PTQ methods such as GPTQ and SmoothQuant show that calibration design is critical for large transformer-style models [12, 39]; here, we extend the same principle to video diffusion.

For a tensor x and scale s, the quantized reconstruction can be written as

Math 8
where qmin  and qmax  define the representable integer range. The scale is fitted by minimizing the reconstruction error,
Math 9
In our implementation, weights are quantized per channel and activations per token. Per-channel scaling reduces the effect of weight outliers, while per-token scaling better tracks prompt-, frame-, and stage-dependent activation variation in video diffusion features.

Table 1: Quantization configuration used in the final pipeline.
Part Choice Purpose
Weights per-channel low-bit scaling reduce channel outlier error
Activations per-token calibration track prompt- and frame-level variation
Branches separate expert passes preserve high-/low-noise statistics
Entrance layers protected or enhanced calibration suppress early error propagation
Format HiF4-style BFP improve dynamic-range coverage

Branch-aware adaptation for dual-expert denoising.

The dual-expert routing at time step t can be written as

Math 10
The two branches are calibrated and replaced separately. Inputs to the first block of each expert are captured along the true inference route, after which each branch is processed layer by layer. This converts quantization from a single traversal over a presumed dense trunk into two coordinated passes over the actual MoE paths.

Concretely, let $\mathcal {D}_{\mathrm{cal}}$ be the calibration prompt set, and let $\mathcal {A}^{h}_{\ell }$ and $\mathcal {A}^{l}_{\ell }$ denote the activation sets captured for layer ℓ in the high-noise and low-noise experts, respectively. The calibration objective is computed on branch-specific statistics rather than on a pooled activation set:

Math 14
This formulation keeps the quantizer aligned with the expert that actually processes each denoising stage. High-noise activations carry global structure and motion layout, while low-noise activations are more closely tied to texture, boundary detail, and local temporal repair. After each layer is quantized, its output is propagated before calibrating the next layer, so later layers observe realistic upstream low-bit errors.

Entrance-layer protection and enhanced calibration.

The protected prefix controls where low-bit error first enters the latent trajectory. Because early errors are repeatedly propagated through denoising, entrance modules are kept in higher precision or calibrated more aggressively. Let $\mathcal {K}$ denote the protected set. We define $\mathcal {K}$ using a rule-based prefix criterion: modules before the first quantized transformer block on each active expert route are protected, including the latent/input projection, timestep and text-conditioning projections, and the first denoising block of the high-noise and low-noise experts. All remaining transformer blocks are quantized layer by layer under the branch-specific calibration procedure. The effective quantized model is

Math 17
where $\mathcal {K}_{\text{fp}}$ contains protected layers and $\mathcal {K}_{\text{q}}$ contains low-bit layers. This design concentrates precision where error propagation is most harmful while still retaining most of the memory benefit from low-bit weights and activations. The protected prefix remains small because it is limited to entrance and early routing-sensitive modules; later-layer errors are usually more local and can be partly absorbed during refinement.

5 Experiments

We instantiate TBQ on Wan2.2-T2V-A14B and conduct experiments covering three aspects: accuracy across sampling budgets, per-metric analysis at the representative 20-step setting, and theoretical efficiency estimation under HiF4 quantization.

5.1 Experimental Setup

Evaluation metrics. We evaluate five VBench dimensions [16]: Subject Consistency (SC), Aesthetic Quality (AQ), Imaging Quality (IQ), Overall Consistency (OC), and Motion Smoothness (MS). SC uses DINO features [2]; AQ uses CLIP and a LAION aesthetic predictor [26, 29]; IQ uses MUSIQ [17]; OC uses ViCLIP/InternVideo [36]; and MS uses AMT-based interpolation [20]. These dimensions separate common compression failures—subject drift, frame artifacts, semantic loss, and temporal jitter—and we therefore report both aggregate and per-metric scores.

Implementation protocol. We instantiate TBQ on Wan2.2-T2V-A14B, a video diffusion model with separate high-noise and low-noise expert branches. All experiments run on one 80 GB NVIDIA H100 GPU. We compare three variants: the original full-precision Wan2.2-T2V-A14B model, its few-step distilled full-precision student, and the corresponding TBQ quantized model. Sampling budgets are 4, 8, 20, and 40 denoising steps. All variants share VBench prompt indices, generation settings, output naming, and evaluation dimensions. The original-versus-student comparison isolates the effect of distillation, while the student-versus-TBQ comparison isolates the effect of low-bit quantization. The workflow follows VBench prompt metadata, organizes generated videos by dimension, and includes all successfully generated videos without manual selection.

Memory-aware execution. TBQ performs calibration and module replacement layer by layer to avoid out-of-memory errors. At each stage, only the current block and required temporary buffers remain on the GPU; auxiliary distillation modules are moved to the GPU only when needed. The same procedure is applied independently to the high-noise and low-noise branches of Wan2.2-T2V-A14B. For each block, inputs are captured, the block is quantized and validated, temporary buffers are released, and processing continues to the next block. This is slower than fully resident calibration but enables reliable single-H100 execution. Verification uses batch generation rather than selected examples: the distilled full-precision and TBQ models share prompts, resolutions, output formats, and sampling schedules so that quality changes can be attributed to the selected VBench dimensions.

5.2 Accuracy Experiments

After a few-step distillation, the number of denoising steps jointly governs inference efficiency and the extent of quantization-error accumulation. Table 2 compares the original full-precision model, the distilled full-precision student evaluated at the same sampling budget, and the TBQ quantized model across four denoising-step configurations. The 40-step setting is included as a long-budget reference.

Table 2: Aggregate VBench scores under different denoising-step settings.
Steps Original FP Same-Step FP TBQ
4 0.6976 0.6795 0.6802
8 0.6976 0.6991 0.7002
20 0.6976 0.7051 0.7074
40 0.6993 0.7084 0.7077

Effect of sampling budget. At four steps, TBQ marginally outperforms the same-step full-precision student, though both fall below the original full-precision baseline. At eight and 20 steps, TBQ surpasses both the original baseline and the corresponding full-precision student. At 40 steps, TBQ still exceeds the original baseline but falls 0.0007 below the same-step full-precision model.

Performance improves substantially from four to 20 steps and largely saturates beyond that. The marginal gap at 40 steps is consistent with the hypothesis that low-bit perturbations accumulate along longer sampling trajectories, as each additional denoising evaluation introduces an independent quantization error. We therefore select 20 steps as the representative operating point, which captures most of the quality gain from longer schedules while requiring only half the denoising evaluations of the 40-step configuration.

The same-step full-precision student provides the most direct control for isolating the effect of quantization, since the distilled model and sampling trajectory are held fixed. Across all moderate budgets (8 and 20 steps), TBQ introduces no measurable quality degradation. The small improvements observed after quantization are attributable to a combination of branch-aware calibration, quantization-induced regularization, and evaluation variance.

Per-metric analysis at 20 steps. Table 3 provides a per-metric breakdown at the selected 20-step operating point. TBQ obtains an aggregate score of 0.7074, compared with 0.7051 for the same-step full-precision student and 0.6976 for the original full-precision model.

Table 3: Per-metric VBench results at the representative 20-step setting.
Method SC AQ IQ OC MS Overall Score
Original FP 0.9495 0.6474 0.6479 0.2524 0.9819 0.6976
Same-Step FP 0.9597 0.6553 0.6828 0.2422 0.9821 0.7051
TBQ 0.9629 0.6571 0.6872 0.2434 0.9825 0.7074

Relative to the original full-precision model, TBQ improves Subject Consistency (SC), Aesthetic Quality (AQ), Imaging Quality (IQ), and Motion Smoothness (MS). Overall Consistency (OC) is slightly lower than the original but remains comparable to the same-step full-precision student, indicating that few-step distillation primarily enhances spatial and temporal quality while preserving semantic alignment.

Compared with the same-step full-precision model, Tab obtains consistent improvements across all five reported dimensions: SC increases from 0.9597 to 0.9629, IQ from 0.6828 to 0.6872, and MS from 0.9821 to 0.9825. These results confirm that TBQ's branch-aware calibration preserves the spatial and temporal characteristics of the distilled model without introducing measurable degradation under the representative sampling budget.

Comparison with long-video generation methods. We further evaluate the 20-step TBQ model against recent long-video generation methods on a common set of VBench dimensions. To ensure a fair comparison across methods with partially overlapping evaluation protocols, Table 4 focuses on four metrics shared across all compared systems—Subject Consistency, Motion Smoothness, Aesthetic Quality, and Imaging Quality—with Common Average defined as their arithmetic mean.

Table 4: Comparison with long-video generation methods on VBench dimensions. Scores are percentages; Common Avg. is the mean of SC, MS, AQ, and IQ.
Method SC MS AQ IQ Common Avg.
LongLive 97.13 98.61 58.17 67.56 80.37
LongLive-2.0 97.48 98.86 53.68 65.51 78.88
LongLive-2.0 (NVFP4) 97.62 98.94 53.72 66.24 79.13
TBQ (Ours) 96.29 98.25 65.71 68.72 82.24

TBQ achieves the highest Common Average (82.24) among all reported methods, improving over LongLive-2.0 (NVFP4) (79.13) by 3.11 points despite employing low-bit weights and activations. The gain is primarily driven by substantially higher AQ and IQ, while SC and MS remain competitive.

This comparison should be interpreted as a shared-dimension reference rather than a strictly controlled benchmark. The external results are generated under the VBench-Long protocol for 60-second videos, whereas TBQ is evaluated under the standard VBench setting with 20 denoising steps. Differences in video duration, base model, and prompt distribution preclude a direct end-to-end comparison. Nevertheless, the shared-metric results provide complementary evidence that TBQ maintains strong spatial and temporal quality at the 20-step operating point, corroborating the controlled comparisons in Tables 2 and 3.

5.3 Efficiency Analysis

We estimate the theoretical compute benefit of HiF4 under a representative generation setting with a spatial resolution of 480 × 848, 81 frames, and four denoising steps. Following the standard convention, one multiply–accumulate operation is counted as two floating-point operations. Table 5 reports the dominant matrix-computation cost of the DiT backbone.

Table 5: Theoretical matrix-compute cost for one representative generation. The HiF4 cost is reported in PFLOPs and is obtained by scaling the corresponding linear-layer FLOPs according to numerical bitwidth.
Component W16A16 Cost (PFLOPs) HiF4 Cost (PFLOPs)
Linear layers 6.403 0.550
Attention matmuls 7.419 7.419
Total 13.822 7.969

Quantization does not reduce the strict FLOP count, since the network architecture, token sequence length, and sampling schedule remain unchanged. We therefore estimate the potential benefit using a bitwidth-normalized equivalent cost. In our configuration, all Linear layers are quantized to W4A4 HiF4 except those in the first Transformer block of each expert, while attention matrix multiplications remain in BF16.

Under this approximation, the normalized cost of the Linear layers decreases from 6.403 to 0.550, resulting in a total equivalent cost of 7.969. Relative to the 13.822 PFLOPs required by the W16A16 baseline, this corresponds to an idealized matrix-compute speedup of

Math 20

This value should be interpreted as an upper bound on the matrix-computation benefit rather than an end-to-end latency improvement. Our evaluation stack does not provide native HiF4 matrix kernels, and currently available HiF4 implementations primarily support numerical simulation rather than fully optimized W4A4 DiT inference. We therefore report theoretical normalized cost instead of measured runtime.

In practice, the achievable speedup is further affected by operations not captured by the matrix-compute estimate, including softmax, normalization, scheduler execution, VAE decoding, dequantization, memory movement, and kernel-launch overhead.

6 Conclusion

This paper presents TBQ, a deployment-oriented compression pipeline for MoE video diffusion models. TBQ combines distill-then-quantize, branch-aware calibration, HiF4-style low-bit representation, and sampling-step selection. These designs reduce teacher–student activation mismatch, preserve branch-specific statistics, and limit quantization-error accumulation. On VBench, TBQ achieves its best quality–efficiency trade-off at 20 denoising steps, reaching an average score of 0.7074, compared with 0.7051 for the same-step full-precision student and 0.6976 for the original full-precision model. The results show that trajectory-aligned, branch-aware calibration enables practical low-bit deployment of video diffusion models while preserving generation quality.

                     

Acknowledgement This work was supported by the National Natural Science Foundation of China (Nos. 62525601, 62476018) and the Postdoctoral Fellowship Program of CPSF (No. BX20250487). We also acknowledge FlagOS for its valuable support and assistance throughout this work.

References

  • Saleh Ashkboos, Amirkeivan Mohtashami, Maximilian L. Croci, Bo Li, Martin Jaggi, Dan Alistarh, Torsten Hoefler, and James Hensman. 2024. QuaRot: Outlier-Free 4-Bit Inference in Rotated LLMs. In Advances in Neural Information Processing Systems, Vol. 37. https://arxiv.org/abs/2404.00456
  • Mathilde Caron, Hugo Touvron, Ishan Misra, Herve Jegou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. 2021. Emerging Properties in Self-Supervised Vision Transformers. In Proceedings of the IEEE/CVF International Conference on Computer Vision. 9650–9660.
  • Jerry Chee, Yaohui Cai, Volodymyr Kuleshov, and Christopher De Sa. 2023. QuIP: 2-Bit Quantization of Large Language Models With Guarantees. In Advances in Neural Information Processing Systems. https://arxiv.org/abs/2307.13304
  • Chen et al. 2026. Matrix-Game 3.0: Real-Time Interactive World Generation with Streaming Distillation. arXiv preprint arXiv:2604.08995 (2026). https://arxiv.org/abs/2604.08995
  • Lei Chen, Yuan Meng, Chen Tang, Xinzhu Ma, Jingyan Jiang, Xin Wang, Zhi Wang, and Wenwu Zhu. 2025. Q-DiT: Accurate Post-Training Quantization for Diffusion Transformers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 28306–28315. https://openaccess.thecvf.com/content/CVPR2025/html/Chen_Q-DiT_Accurate_Post-Training_Quantization_for_Diffusion_Transformers_CVPR_2025_paper.html
  • Ruichen Chen, Keith G. Mills, and Di Niu. 2025. FP4DiT: Towards Effective Floating Point Quantization for Diffusion Transformers. Transactions on Machine Learning Research (2025). https://openreview.net/forum?id=CcnH4mSQbP
  • Yuanpeng Chen et al. 2025. QArtSR: Quantization via Reverse-Module and Timestep-Retraining in One-Step Diffusion for Image Super-Resolution. arXiv preprint arXiv:2503.05584 (2025). https://arxiv.org/abs/2503.05584
  • Yukang Chen, Luozhou Wang, Wei Huang, Shuai Yang, Bohan Zhang, Yicheng Xiao, Ruihang Chu, Weian Mao, Qixin Hu, Shaoteng Liu, Yuyang Zhao, Huizi Mao, Ying-Cong Chen, Enze Xie, Xiaojuan Qi, and Song Han. 2026. LongLive-2.0: An NVFP4 Parallel Infrastructure for Long Video Generation. arXiv preprint arXiv:2605.18739 (2026). https://arxiv.org/abs/2605.18739
  • Ning Ding, Jing Han, Yuchuan Tian, Chao Xu, Kai Han, and Yehui Tang. 2025. Post-Training Quantization for Diffusion Transformer via Hierarchical Timestep Grouping. arXiv preprint arXiv:2503.06930 (2025). https://arxiv.org/abs/2503.06930
  • Xiangyu Fan, Zesong Qiu, Zhuguanyu Wu, Fanzhou Wang, Zhiqian Lin, Tianxiang Ren, Dahua Lin, Ruihao Gong, and Lei Yang. 2026. Phased DMD: Few-step Distribution Matching Distillation via Score Matching within Subintervals. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 41667–41676. https://openaccess.thecvf.com/content/CVPR2026/html/Fan_Phased_DMD_Few-step_Distribution_Matching_Distillation_via_Score_Matching_within_CVPR_2026_paper.html
  • Weilun Feng, Chuanguang Yang, Haotong Qin, Xiangqi Li, Yu Wang, Zhulin An, Libo Huang, Boyu Diao, Zixiang Zhao, Yongjun Xu, and Michele Magno. 2025. Q-VDiT: Towards Accurate Quantization and Distillation of Video-Generation Diffusion Transformers. In Proceedings of the 42nd International Conference on Machine Learning(Proceedings of Machine Learning Research, Vol. 267). PMLR, 16956–16976. https://proceedings.mlr.press/v267/feng25q.html
  • Elias Frantar, Saleh Ashkboos, Torsten Hoefler, and Dan Alistarh. 2023. GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers. In International Conference on Learning Representations. https://arxiv.org/abs/2210.17323
  • Natalia Frumkin and Diana Marculescu. 2025. Q-Sched: Pushing the Boundaries of Few-Step Diffusion Models with Quantization-Aware Scheduling. arXiv preprint arXiv:2509.01624 (2025). https://arxiv.org/abs/2509.01624
  • Jonathan Ho, Ajay Jain, and Pieter Abbeel. 2020. Denoising Diffusion Probabilistic Models. In Advances in Neural Information Processing Systems, Vol. 33. 6840–6851.
  • Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J. Fleet. 2022. Video Diffusion Models. arXiv preprint arXiv:2204.03458 (2022). https://arxiv.org/abs/2204.03458
  • Ziqi Huang, Yinan He, Jiashuo Yu, Fan Zhang, Chenyang Si, Yuming Jiang, Yuanhan Zhang, Tianxing Wu, Qingyang Jin, Nattapol Chanpaisit, Yaohui Wang, Xinyuan Chen, Limin Wang, Dahua Lin, Yu Qiao, and Ziwei Liu. 2023. VBench: Comprehensive Benchmark Suite for Video Generative Models. arXiv preprint arXiv:2311.17982 (2023). https://arxiv.org/abs/2311.17982
  • Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. 2021. MUSIQ: Multi-Scale Image Quality Transformer. In Proceedings of the IEEE/CVF International Conference on Computer Vision. 5148–5157. https://doi.org/10.1109/ICCV48922.2021.00510
  • Taehan Kim et al. 2024. EdgeFusion: On-Device Text-to-Image Generation. arXiv preprint arXiv:2404.11925 (2024). https://arxiv.org/abs/2404.11925
  • Li et al. 2026. CineMobile: Efficient Mobile Video Generation via Distillation-Guided Pruning and Mixed-Precision Quantization. arXiv preprint arXiv:2607.03803 (2026). https://arxiv.org/abs/2607.03803
  • Zhen Li, Zuo-Liang Zhu, Ling-Hao Han, Qibin Hou, Chun-Le Guo, and Ming-Ming Cheng. 2023. AMT: All-Pairs Multi-Field Transforms for Efficient Frame Interpolation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 9801–9810.
  • Ji Lin, Jiaming Tang, Haotian Tang, Shang Yang, Wei-Ming Chen, Wei-Chen Wang, Guangxuan Xiao, Xingyu Dang, Chuang Gan, and Song Han. 2024. AWQ: Activation-Aware Weight Quantization for On-Device LLM Compression and Acceleration. In Proceedings of Machine Learning and Systems, Vol. 6. https://proceedings.mlsys.org/paper_files/paper/2024/hash/42a452cbafa9dd64e9ba4aa95cc1ef21-Abstract-Conference.html
  • Xingchao Liu, Chengyue Gong, Lemeng Wu, Shujian Zhang, Hao Su, and Qiang Liu. 2024. InstaFlow: One Step Is Enough for High-Quality Diffusion-Based Text-to-Image Generation. In International Conference on Learning Representations. https://arxiv.org/abs/2309.06380
  • Simian Luo, Yiqin Tan, Longbo Huang, Jian Li, and Hang Zhao. 2024. Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference. In International Conference on Learning Representations. https://openreview.net/forum?id=duBCwjb68o
  • Yuanyong Luo, Jing Huang, Yu Cheng, Ziwei Yu, Kaihua Zhang, Kehong Hong, Xinda Ma, Xin Wang, Anping Tong, Guipeng Hu, Yun Xu, Mehran Taghian, Peng Wu, Guanglin Li, Yunke Peng, Tianchi Hu, Minqi Chen, Michael Bi Mi, Hu Liu, Xiping Zhou, Junsong Wang, Qiang Lin, and Heng Liao. 2026. HiFloat4 Format for Language Model Inference. arXiv preprint arXiv:2602.11287 (2026). https://arxiv.org/abs/2602.11287
  • Paulius Micikevicius, Dusan Stosic, Neil Burgess, Marius Cornea, Pradeep Dubey, Richard Grisenthwaite, Sangwon Ha, Alexander Heinecke, Patrick Judd, John Kamalu, Naveen Mellempudi, Stuart Oberman, Mohammad Shoeybi, Michael Siu, and Hao Wu. 2022. FP8 Formats for Deep Learning. arXiv preprint arXiv:2209.05433 (2022). https://arxiv.org/abs/2209.05433
  • Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. 2021. Learning Transferable Visual Models From Natural Language Supervision. In Proceedings of the International Conference on Machine Learning. 8748–8763.
  • Bita Darvish Rouhani, Ritchie Zhao, Ankit More, Mathew Hall, Alireza Khodamoradi, Summer Deng, Dhruv Choudhary, Marius Cornea, Eric Dellinger, Kristof Denolf, et al. 2023. Microscaling Data Formats for Deep Learning. arXiv preprint arXiv:2310.10537 (2023). https://arxiv.org/abs/2310.10537
  • Tim Salimans and Jonathan Ho. 2022. Progressive Distillation for Fast Sampling of Diffusion Models. In International Conference on Learning Representations. https://arxiv.org/abs/2202.00512
  • Christoph Schuhmann, Romain Beaumont, Richard Vencu, Cade Gordon, Ross Wightman, Mehdi Cherti, Theo Coombes, Aarush Katta, Clayton Mullis, Mitchell Wortsman, Patrick Schramowski, Srivatsa Kundurthy, Katherine Crowson, Ludwig Schmidt, Robert Kaczmarczyk, and Jenia Jitsev. 2022. LAION-5B: An Open Large-Scale Dataset for Training Next Generation Image-Text Models. Advances in Neural Information Processing Systems 35 (2022), 25278–25294.
  • Yuzhang Shang, Zhihang Yuan, Bin Xie, Bingzhe Wu, and Yan Yan. 2023. Post-Training Quantization on Diffusion Models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 1972–1981. https://openaccess.thecvf.com/content/CVPR2023/html/Shang_Post-Training_Quantization_on_Diffusion_Models_CVPR_2023_paper.html
  • Wenqi Shao, Mengzhao Chen, Zhaoyang Zhang, Peng Xu, Lirui Zhao, Zhaotang Li, Kaipeng Zhang, Peng Gao, Yu Qiao, and Ping Luo. 2024. OmniQuant: Omnidirectionally Calibrated Quantization for Large Language Models. In International Conference on Learning Representations. https://openreview.net/forum?id=8Wuvhh0LYW
  • Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever. 2023. Consistency Models. In Proceedings of the 40th International Conference on Machine Learning, Vol. 202. 32211–32252. https://proceedings.mlr.press/v202/song23a.html
  • Team Seedream, Yunpeng Chen, Yu Gao, Lixue Gong, Meng Guo, Qiushan Guo, et al. 2025. Seedream 4.0: Toward Next-generation Multimodal Image Generation. arXiv preprint arXiv:2509.20427 (2025). https://arxiv.org/abs/2509.20427
  • Wan Team, Ang Wang, Baole Ai, Bin Wen, Chaojie Mao, Chen-Wei Xie, Di Chen, Feiwu Yu, Haiming Zhao, Jianxiao Yang, et al. 2025. Wan: Open and Advanced Large-Scale Video Generative Models. arXiv preprint arXiv:2503.20314 (2025). https://arxiv.org/abs/2503.20314
  • Wang et al. 2026. MoWorld: Autoregressive World Model Distillation and NPU Deployment for Video Generation. arXiv preprint arXiv:2607.06216 (2026). https://arxiv.org/abs/2607.06216
  • Yi Wang, Yinan He, Yizhuo Li, Kunchang Li, Jiashuo Yu, Xin Ma, Xinyuan Chen, Yaohui Wang, Ping Luo, Ziwei Liu, Yali Wang, Limin Wang, and Yu Qiao. 2024. InternVid: A Large-scale Video-Text Dataset for Multimodal Understanding and Generation. In International Conference on Learning Representations. https://proceedings.iclr.cc/paper_files/paper/2024/hash/b7bfab38ed694b43e8c20c14f6c0e900-Abstract-Conference.html
  • Junyi Wu, Haoxuan Wang, Yuzhang Shang, Mubarak Shah, and Yan Yan. 2024. PTQ4DiT: Post-Training Quantization for Diffusion Transformers. In Advances in Neural Information Processing Systems, Vol. 37. https://doi.org/10.52202/079017-2006
  • Libo Wu et al. 2024. PassionSR: Post-Training Quantization with Adaptive Scale in One-Step Diffusion based Image Super-Resolution. arXiv preprint arXiv:2411.17106 (2024). https://arxiv.org/abs/2411.17106
  • Guangxuan Xiao, Ji Lin, Mickael Seznec, Hao Wu, Julien Demouth, and Song Han. 2023. SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models. In Proceedings of the 40th International Conference on Machine Learning, Vol. 202. 38087–38099. https://arxiv.org/abs/2211.10438
  • Yuzhe Yao, Feng Tian, Jun Chen, Haonan Lin, Guang Dai, Yong Liu, and Jingdong Wang. 2024. Timestep-Aware Correction for Quantized Diffusion Models. In Computer Vision – ECCV 2024. https://doi.org/10.1007/978-3-031-72848-8_13
  • Zhewei Yao, Reza Yazdani Aminabadi, Minjia Zhang, Xiaoxia Wu, Conglong Li, and Yuxiong He. 2022. ZeroQuant: Efficient and Affordable Post-Training Quantization for Large-Scale Transformers. In Advances in Neural Information Processing Systems, Vol. 35. 27168–27183. https://proceedings.neurips.cc/paper_files/paper/2022/hash/adf7fa39d65e2983d724ff7da57f00ac-Abstract-Conference.html
  • Tianwei Yin, Michaël Gharbi, Taesung Park, Richard Zhang, Eli Shechtman, Frédo Durand, and William T. Freeman. 2024. Improved Distribution Matching Distillation for Fast Image Synthesis. In Advances in Neural Information Processing Systems, Vol. 37. https://doi.org/10.52202/079017-1505
  • Tianwei Yin, Michael Gharbi, Richard Zhang, Eli Shechtman, Fredo Durand, William T. Freeman, and Taesung Park. 2024. One-step Diffusion with Distribution Matching Distillation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. https://arxiv.org/abs/2311.18828
  • Yu et al. 2025. SD3.5-Flash: Few-Step Flow Distillation with Low-Bit Quantization for Stable Diffusion 3.5. arXiv preprint arXiv:2509.21318 (2025). https://arxiv.org/abs/2509.21318
  • Zhang et al. 2025. PQCAD-DM: Progressive Quantization-Calibration-Assisted Distillation for Diffusion Models. arXiv preprint arXiv:2506.16776 (2025). https://arxiv.org/abs/2506.16776
  • Jintao Zhang, Kaiwen Zheng, Kai Jiang, Haoxu Wang, Ion Stoica, Joseph E. Gonzalez, Jianfei Chen, and Jun Zhu. 2025. TurboDiffusion: Accelerating Video Diffusion Models by 100–200 Times. arXiv preprint arXiv:2512.16093 (2025). https://arxiv.org/abs/2512.16093
  • Tianchen Zhao et al. 2025. ViDiT-Q: Efficient and Accurate Quantization of Diffusion Transformers for Image and Video Generation. In International Conference on Learning Representations. https://arxiv.org/abs/2406.02540
  • Tianchen Zhao, Xuefei Ning, Tongcheng Fang, Enshu Liu, Guyue Huang, Zinan Lin, Shengen Yan, Guohao Dai, and Yu Wang. 2024. MixDQ: Memory-Efficient Few-Step Text-to-Image Diffusion Models with Metric-Decoupled Mixed Precision Quantization. In Proceedings of the European Conference on Computer Vision. https://arxiv.org/abs/2405.17873
  • Yilong Zhao, Chien-Yu Lin, Kan Zhu, Zihao Ye, Lequn Chen, Size Zheng, Luis Ceze, Arvind Krishnamurthy, Tianqi Chen, and Baris Kasikci. 2024. Atom: Low-bit Quantization for Efficient and Accurate LLM Serving. In Proceedings of Machine Learning and Systems. https://arxiv.org/abs/2310.19102

Footnote

⁎Corresponding author.

CC-BY license image
This work is licensed under a Creative Commons Attribution 4.0 International License.

RichMediaGAI '26, Rio de Janeiro, Brazil

© 2026 Copyright held by the owner/author(s).
ACM ISBN 979-8-4007-2947-8/26/11.
DOI: https://doi.org/10.1145/3841458.3841543