Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

HPSD: Hybrid-Policy Self-Distillation for Text-Image-to-Video Diffusion Models


Shanghai Jiao Tong University, Nanyang Technological University, Shanghai AI Laboratory,
University of Science and Technology of China, Fudan University, Shanghai Innovation Institute
The Chinese University of Hong Kong, CPII under InnoHK, JD.com, Adobe Research
(*Equal Contribution)(§Project Leader)(Corresponding Author)

arXiv Project Page


HPSD is a hybrid-policy self-distillation framework for improving the base generation ability of TI2V models.

📖 Click for the full abstract of HPSD

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.

🎉 Quick Demos

More results can be found in the Project Website.

Vanilla T2V HPSD (Ours)
"a ship sailing in the ocean."
"cars doing a super race in New York."
"a long eared cat with stripes walking and blinking towards the camera on a hill"
"bar scene cinematic where a handsome young man with blue eyes is walking."
"Drone flyover of a Jovian sky colony."
"photo of coastline, rocks, distant lighthouse in the background, storm weather, strong wind, crashing waves, ..."

🎨 Overview


💻 Method


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.

🖋 News

  • Our Project page is available now! (2026.8.14)
  • Our Paper has been released on arXiv! (2026.8.14)

🏗️ Todo

  • 🚀 Release HPSD code
  • 🚀 Release the project page
  • 🚀 Release paper

📎 Citation

If you find our work helpful, please consider giving a star ⭐ and citation 📝

TBD

📣 Disclaimer

This is official code of HPSD. All the copyrights of the demo images and audio are from community users. Feel free to contact us if you would like remove them.

💞 Acknowledgements

The code is built upon the below repositories, we thank all the contributors for open-sourcing.

About

Official Implementation of HPSD: Hybrid-Policy Self-Distillation for Text-Image-to-Video Diffusion Models

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors