FSVideo: Fast Speed Video Diffusion Model in a Highly-Compressed Latent Space
FSVideo Team, Qingyu Chen, Zhiyuan Fang, Haibin Huang, Xinwei Huang, Tong Jin, Minxuan Lin, Bo Liu, Celong Liu, Chongyang Ma, Xing Mei, Xiaohui Shen, Yaojie Shen, Fuwen Tan, Angtian Wang, Xiao Yang, Yiding Yang, Jiamin Yuan, Lingxi Zhang, Yuxin Zhang
TL;DR
FSVideo tackles the challenge of fast video diffusion by operating in a highly compressed latent space and introducing a diffusion transformer with a layer-memory mechanism to improve information flow. The framework comprises a video autoencoder (FSAE) with $64\times64\times4$ spatiotemporal compression and 128 latent channels, a diffusion transformer with Layer Memory Self-Attention and an Inter-Layer Dynamic Router, and a latent upsampler plus high-resolution refiner for multi-resolution generation. It achieves competitive video quality while delivering substantial speedups (for example, up to $42.3\times$ faster in dual-GPU setups compared to Wan2.1-I2V-14B) and demonstrates strong reconstruction and temporal coherence through Video VF loss and refined decoding strategies. The work suggests practical implications for scalable, high-quality image-to-video generation and outlines avenues for further improvement in encoding strategies, DIT design, and multimodal extensions.
Abstract
We introduce FSVideo, a fast speed transformer-based image-to-video (I2V) diffusion framework. We build our framework on the following key components: 1.) a new video autoencoder with highly-compressed latent space ($64\times64\times4$ spatial-temporal downsampling ratio), achieving competitive reconstruction quality; 2.) a diffusion transformer (DIT) architecture with a new layer memory design to enhance inter-layer information flow and context reuse within DIT, and 3.) a multi-resolution generation strategy via a few-step DIT upsampler to increase video fidelity. Our final model, which contains a 14B DIT base model and a 14B DIT upsampler, achieves competitive performance against other popular open-source models, while being an order of magnitude faster. We discuss our model design as well as training strategies in this report.
