paper-with-me

Papers

NUWA-XL: Diffusion over Diffusion for eXtremely Long Video Generation

2023-03-22 · Shengming Yin, Chenfei Wu, Huan Yang, JianFeng Wang, Xiaodong Wang, Minheng Ni, Zhengyuan Yang, Linjie Li, Shuguang Liu, Fan Yang, Jianlong Fu, Gong Ming, Lijuan Wang, Zicheng Liu, Houqiang Li, Nan Duan

In this paper, we propose NUWA-XL, a novel Diffusion over Diffusion architecture for eXtremely Long video generation. Most current work generates long videos segment by segment sequentially, which normally leads to the gap between training on short videos and inferring long videos, and the sequential generation is inefficient. Instead, our approach adopts a ``coarse-to-fine'' process, in which the video can be generated in parallel at the same granularity. A global diffusion model is applied to generate the keyframes across the entire time range, and then local diffusion models recursively fill in the content between nearby frames. This simple yet effective strategy allows us to directly train on long videos (3376 frames) to reduce the training-inference gap, and makes it possible to generate all segments in parallel. To evaluate our model, we build FlintstonesHD dataset, a new benchmark for long video generation. Experiments show that our model not only generates high-quality long videos with both global and local coherence, but also decreases the average inference time from 7.55min to 26s (by 94.26\%) at the same hardware setting when generating 1024 frames. The homepage link is \url{https://msra-nuwa.azurewebsites.net/}

📄 PDF Abstract BibTeX arXiv:2303.12346

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

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…

Similar Papers 제목 키워드 기반

DragNUWA: Fine-grained Control in Video Generation by Integrating Text, Image, and Trajectory

2023-08-16 · Shengming Yin, Chenfei Wu, Jian Liang, Jie Shi 외

Controllable video generation has gained significant attention in recent years. However, two main limitations persist: Firstly, most existing works focus on either text, image, or trajectory-based control, leading to an …

Trajectory ModelingVideo Generation

NUWA-Infinity: Autoregressive over Autoregressive Generation for Infinite Visual Synthesis

2022-07-20 · Chenfei Wu, Jian Liang, Xiaowei Hu, Zhe Gan 외

In this paper, we present NUWA-Infinity, a generative model for infinite visual synthesis, which is defined as the task of generating arbitrarily-sized high-resolution images or long-duration videos. An autoregressive ov…

Image OutpaintingText-to-Image GenerationVideo Generation

NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling

2021-04-06 · Junhyeok Lee, Seungu Han

In this work, we introduce NU-Wave, the first neural audio upsampling model to produce waveforms of sampling rate 48kHz from coarse 16kHz or 24kHz inputs, while prior works could generate only up to 16kHz. NU-Wave is the…

Audio Super-ResolutionSuper-Resolution

Lodge: A Coarse to Fine Diffusion Network for Long Dance Generation Guided by the Characteristic Dance Primitives

2024-03-15 · CVPR 2024 1 · Ronghui Li, Yuxiang Zhang, Yachao Zhang, Hongwen Zhang 외

We propose Lodge, a network capable of generating extremely long dance sequences conditioned on given music. We design Lodge as a two-stage coarse to fine diffusion architecture, and propose the characteristic dance prim…

Motion Synthesis

NuwaTS: a Foundation Model Mending Every Incomplete Time Series

2024-05-24 · Jinguo Cheng, Chunwei Yang, Wanlin Cai, Yuxuan Liang 외

Time series imputation is critical for many real-world applications and has been widely studied. However, existing models often require specialized designs tailored to specific missing patterns, variables, or domains whi…

BenchmarkingContrastive LearningDomain GeneralizationImputation+2