🧬 HPSD: Hybrid-Policy Self-Distillation for Text-Image

-to-Video Diffusion Models


Jiazi Bu1,2,3* Pengyang Ling4*§ Yujie Zhou1,3* Yibin Wang5,6 Yuhang Zang3 Xuanlang Dai5,3

Shengyuan Ding5,3 Tianyi Wei2 Xiaohang Zhan10 Jiaqi Wang6,9 Tong Wu5 Dahua Lin3,7,8 Xingang Pan2†

1 Shanghai Jiao Tong University    2 S-Lab, Nanyang Technological University    3 Shanghai AI Laboratory
4 University of Science and Technology of China    5 Fudan University    6 Shanghai Innovation Institute
7 The Chinese University of Hong Kong    8 CPII under InnoHK    9 JD.com    10 Adobe Research
(* Equal Contribution   § Project leader   Corresponding Author)

[Paper]      [Code (Coming Soon)]      [BibTeX]


Figure 1: Preview of HPSD.

Video Comparison

Vanilla T2V (left) vs. HPSD (right).

Abstract

Text-Image-to-Video (TI2V) models are an emerging unified architecture, where a single model simultaneously supports text-to-video (T2V) and image-to-video (I2V) generation. Given a high-quality first frame or a detailed textual prompt, TI2V models unlock substantially better visual quality than their T2V mode, raising a natural question: can the capability elicited by such privileged conditions be internalized into the model's own base generation ability? A common approach toward this goal is model self-distillation. However, the most straightforward solution, supervised fine-tuning, follows an off-policy strategy: its supervision is confined to teacher-generated endpoints from a fixed offline distribution rather than student-visited states, lacking precise correction tailored to the evolving policy. Recent on-policy distillation methods instead suffer from condition-state mismatch, where supervision is steered toward the given first frame instead of the student's actual content, misleading the correction. To achieve self-distillation that absorbs the teacher's privileged prior while retaining precise policy correction, in this work, we propose Hybrid-Policy Self-Distillation (HPSD), a novel self-distillation framework where a single TI2V model acts as both teacher and student under different conditions: the teacher operates in TI2V mode with a high-quality first frame and an enhanced prompt, while the student runs in the base T2V mode with only the vanilla prompt. Specifically, the student inherits off-policy teacher trajectory points as anchors, locally refines them toward its own policy, and finally receives velocity-level supervision on these self-generated roll-outs. Extensive experiments demonstrate that HPSD significantly improves T2V performance while also delivering notable TI2V gains, effectively strengthening the model's base generation ability. Our code will be released at HPSD Repo.

Observation and Motivation

In this work, we observe that: for a unified Text-Image-to-Video (TI2V) architecture, the TI2V mode conditioned on an additional high-quality first frame yields substantially better visual quality than the base T2V mode driven by a vanilla prompt, and that a detailed, well-crafted prompt alone brings considerable gains as well, as illustrated in Figure 2. Moreover, these two conditions from different modalities are complementary: a carefully designed first frame combined with an enriched prompt further improves the generation quality beyond either alone. We refer to such inputs as privileged conditions, and to the underlying capability they awaken as the condition-elicited capability of TI2V models. Notably, these quality differences arise from the same model operating under different external conditions, raising a natural question: can this condition-elicited capability be internalized into the model’s own base generation ability?

Figure 2: Condition-Elicited Capability.

Problem Analysis

A common approach toward this goal is model self-distillation. Nevertheless, the most straightforward solution, supervised fine-tuning (SFT) on teacher-generated videos, is inherently off-policy: the student is supervised only on teacher terminal outputs from a fixed offline distribution, which drift away from the states it actually visits as training proceeds, precluding state-aware precise correction to the evolving policy, as shown in Figure 1 (a). Recent on-policy distillation methods query the teacher at student-visited states to provide dense, state-wise supervision along the student’s own roll-outs, effectively mitigating the exposure bias of off-policy training, as depicted in Figure 1 (b). In TI2V models, however, the privileged image condition is imposed as a fixed first frame that remains clean throughout denoising, whereas the student generates every frame without such conditioning. The teacher is thus queried on mixed states where the prescribed first-frame content coexists with the student’s own evolving content, and its supervision directs the denoising toward the former, conflicting with the latter—a failure we term condition-state mismatch (Figure 3). These limitations underscore the need for a new policy structure that absorbs the teacher’s privileged prior while retaining precise policy correction.

Figure 3: Condition-State Mismatch.

Methodology

HPSD lets the student start from the teacher's trajectory and finish under its own policy, which proceeds in the following stages: (a) Offline Stage: Before training, the privileged conditions are synthesized for each prompt with off-the-shelf generative models. (b) Online Stage: During training, the teacher first rolls out its full denoising trajectory under privileged conditions, yielding an off-policy anchor trajectory that carries the condition-elicited generation content; The student then continues denoising from intermediate states of the anchor trajectory with its own velocity field, and is supervised by the teacher on the resulting sub-trajectory. Since the supervised states are anchored by the teacher's policy yet evolved by the student's, we term this design a hybrid-policy.

Figure 4: Overview of HPSD.

Qualitative Comparison

Qualitative comparisons with baseline distillation methods. HPSD consistently outperforms both off-/on-policy baselines in terms of texture rendering, detail synthesis, and prompt adherence across diverse scenarios and backbone models.

Figure 5: Qualitative Comparisons with Baselines on WAN-2.2.


Figure 6: Qualitative Comparisons with Baselines on LTX-2.3.

Quantitative Evaluation

Quantitative assessments of the proposed HPSD and other baselines. HPSD demonstrates consistent superiority under both reward metrics (VideoAlign, VisionReward, UnifiedReward-v1/v2, frame-wise HPS/CLIP) and VBench evaluation.

Table 1: Reward Metrics.

Table 2: VBench Metrics.

Gallery of HPSD

More results. Vanilla T2V (left) vs. HPSD (right).

BibTex

If you find this work helpful, please cite the following paper:

    TBD
  

Project page template is borrowed from FreeScale.