paper-with-me

홈 › Papers

MoStGAN-V: Video Generation with Temporal Motion Styles

2023-04-05 · CVPR 2023 1 · Xiaoqian Shen, Xiang Li, Mohamed Elhoseiny

Video generation remains a challenging task due to spatiotemporal complexity and the requirement of synthesizing diverse motions with temporal consistency. Previous works attempt to generate videos in arbitrary lengths either in an autoregressive manner or regarding time as a continuous signal. However, they struggle to synthesize detailed and diverse motions with temporal coherence and tend to generate repetitive scenes after a few time steps. In this work, we argue that a single time-agnostic latent vector of style-based generator is insufficient to model various and temporally-consistent motions. Hence, we introduce additional time-dependent motion styles to model diverse motion patterns. In addition, a Motion Style Attention modulation mechanism, dubbed as MoStAtt, is proposed to augment frames with vivid dynamics for each specific scale (i.e., layer), which assigns attention score for each motion style w.r.t deconvolution filter weights in the target synthesis layer and softly attends different motion styles for weight modulation. Experimental results show our model achieves state-of-the-art performance on four unconditional $256^2$ video synthesis benchmarks trained with only 3 frames per clip and produces better qualitative results with respect to dynamic motions. Code and videos have been made available at https://github.com/xiaoqian-shen/MoStGAN-V.

📄 PDF Abstract BibTeX arXiv:2304.02777

Code (1)

xiaoqian-shen/mostgan-v 공식 구현 pytorch

Tasks

Video Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Unpaired Motion Style Transfer from Video to Animation

2020-05-12 · Kfir Aberman, Yijia Weng, Dani Lischinski, Daniel Cohen-Or 외

Transferring the motion style from one animation clip to another, while preserving the motion content of the latter, has been a long-standing problem in character animation. Most existing data-driven approaches are super…

3D ReconstructionMotion Style TransferMotion SynthesisStyle Transfer

EasyAnimate: A High-Performance Long Video Generation Method based on Transformer Architecture

2024-05-29 · Jiaqi Xu, Xinyi Zou, Kunzhe Huang, Yunkuo Chen 외

This paper presents EasyAnimate, an advanced method for video generation that leverages the power of transformer architecture for high-performance outcomes. We have expanded the DiT framework originally designed for 2D i…

Image GenerationVideo Generation

One-Shot Learning Meets Depth Diffusion in Multi-Object Videos

2024-08-29 · Anisha Jain

Creating editable videos that depict complex interactions between multiple objects in various artistic styles has long been a challenging task in filmmaking. Progress is often hampered by the scarcity of data sets that c…

One-Shot LearningVideo Generation

HumANDiff: Articulated Noise Diffusion for Motion-Consistent Human Video Generation

2026-04-07 · Tao Hu, Varun Jampani arxiv

Despite tremendous recent progress in human video generation, generative video diffusion models still struggle to capture the dynamics and physics of human motions faithfully. In this paper, we propose a new framework fo…

Video Generation

Towards Smooth Video Composition

2022-12-14 · Qihang Zhang, Ceyuan Yang, Yujun Shen, Yinghao Xu 외

Video generation requires synthesizing consistent and persistent frames with dynamic content over time. This work investigates modeling the temporal relations for composing video with arbitrary length, from a few frames …

Image Generationsingle-image-generationVideo GenerationVideo Understanding