paper-with-me

Papers

VideoFusion: Decomposed Diffusion Models for High-Quality Video Generation

2023-03-15 · CVPR 2023 1 · Zhengxiong Luo, Dayou Chen, Yingya Zhang, Yan Huang, Liang Wang, Yujun Shen, Deli Zhao, Jingren Zhou, Tieniu Tan

A diffusion probabilistic model (DPM), which constructs a forward diffusion process by gradually adding noise to data points and learns the reverse denoising process to generate new samples, has been shown to handle complex data distribution. Despite its recent success in image synthesis, applying DPMs to video generation is still challenging due to high-dimensional data spaces. Previous methods usually adopt a standard diffusion process, where frames in the same video clip are destroyed with independent noises, ignoring the content redundancy and temporal correlation. This work presents a decomposed diffusion process via resolving the per-frame noise into a base noise that is shared among all frames and a residual noise that varies along the time axis. The denoising pipeline employs two jointly-learned networks to match the noise decomposition accordingly. Experiments on various datasets confirm that our approach, termed as VideoFusion, surpasses both GAN-based and diffusion-based alternatives in high-quality video generation. We further show that our decomposed formulation can benefit from pre-trained image diffusion models and well-support text-conditioned video creation.

📄 PDF Abstract BibTeX arXiv:2303.08320

Code (2)

modelscope/modelscope 공식 구현 pytorch
tmelyralab/musev pytorch

Tasks

Code GenerationDenoisingImage GenerationText-to-Video GenerationVideo GenerationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

VideoFusion: A Spatio-Temporal Collaborative Network for Mutli-modal Video Fusion and Restoration

2025-03-30 · Linfeng Tang, Yeda Wang, Meiqi Gong, Zizhuo Li 외

Compared to images, videos better align with real-world acquisition scenarios and possess valuable temporal cues. However, existing multi-sensor fusion research predominantly integrates complementary context from multipl…

Sensor Fusion

LaMD: Latent Motion Diffusion for Image-Conditional Video Generation

2023-04-23 · Yaosi Hu, Zhenzhong Chen, Chong Luo

The video generation field has witnessed rapid improvements with the introduction of recent diffusion models. While these models have successfully enhanced appearance quality, they still face challenges in generating coh…

Motion GenerationVideo GenerationVideo Reconstruction

UniTransfer: Video Concept Transfer via Progressive Spatial and Timestep Decomposition

2025-09-25 · Guojun Lei, Rong Zhang, Chi Wang, Tianhang Liu 외 arxiv

We propose a novel architecture UniTransfer, which introduces both spatial and diffusion timestep decomposition in a progressive paradigm, achieving precise and controllable video concept transfer. Specifically, in terms…

Representation Learning

Low-Bitrate Video Compression through Semantic-Conditioned Diffusion

2025-11-29 · Lingdong Wang, Guan-Ming Su, Divya Kothandaraman, Tsung-Wei Huang 외 arxiv

Traditional video codecs optimized for pixel fidelity collapse at ultra-low bitrates and produce severe artifacts. This failure arises from a fundamental misalignment between pixel accuracy and human perception. We propo…

multimodal generation

Animate and Sound an Image

2025-01-01 · CVPR 2025 1 · Xihua Wang, Ruihua Song, Chongxuan Li, Xin Cheng 외

This paper addresses a promising yet underexplored task, Image-to-Sounding-Video (I2SV) generation, which animates a static image and generates synchronized sound simultaneously. Despite advances in video and audio g…

Audio Generation