paper-with-me

홈 › Papers

Modelling Latent Dynamics of StyleGAN using Neural ODEs

2022-08-23 · Weihao Xia, Yujiu Yang, Jing-Hao Xue

In this paper, we propose to model the video dynamics by learning the trajectory of independently inverted latent codes from GANs. The entire sequence is seen as discrete-time observations of a continuous trajectory of the initial latent code, by considering each latent code as a moving particle and the latent space as a high-dimensional dynamic system. The latent codes representing different frames are therefore reformulated as state transitions of the initial frame, which can be modeled by neural ordinary differential equations. The learned continuous trajectory allows us to perform infinite frame interpolation and consistent video manipulation. The latter task is reintroduced for video editing with the advantage of requiring the core operations to be applied to the first frame only while maintaining temporal consistency across all frames. Extensive experiments demonstrate that our method achieves state-of-the-art performance but with much less computation. Code is available at https://github.com/weihaox/dynode_released.

📄 PDF Abstract BibTeX arXiv:2208.11197

Code (1)

weihaox/dynode_released 공식 구현 pytorch

Tasks

Video Editing

Similar Papers 제목 키워드 기반

User-Controllable Latent Transformer for StyleGAN Image Layout Editing

2022-08-26 · Yuki Endo

Latent space exploration is a technique that discovers interpretable latent directions and manipulates latent codes to edit various attributes in images generated by generative adversarial networks (GANs). However, in pr…

DecoderOptical Flow Estimation

Paired Cross-Modal Data Augmentation for Fine-Grained Image-to-Text Retrieval

2022-07-29 · Hao Wang, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao

This paper investigates an open research problem of generating text-image pairs to improve the training of fine-grained image-to-text cross-modal retrieval task, and proposes a novel framework for paired data augmentatio…

Cross-Modal RetrievalData AugmentationImage to textImage-to-Text Retrieval+2

StyleHumanCLIP: Text-guided Garment Manipulation for StyleGAN-Human

2023-05-26 · Takato Yoshikawa, Yuki Endo, Yoshihiro Kanamori

This paper tackles text-guided control of StyleGAN for editing garments in full-body human images. Existing StyleGAN-based methods suffer from handling the rich diversity of garments and body shapes and poses. We propose…

DiversityImage Generation

SemanticStyleGAN: Learning Compositional Generative Priors for Controllable Image Synthesis and Editing

2021-12-04 · CVPR 2022 1 · Yichun Shi, Xiao Yang, Yangyue Wan, Xiaohui Shen

Recent studies have shown that StyleGANs provide promising prior models for downstream tasks on image synthesis and editing. However, since the latent codes of StyleGANs are designed to control global styles, it is hard …

DisentanglementFacial EditingImage GenerationTransfer Learning

VidStyleODE: Disentangled Video Editing via StyleGAN and NeuralODEs

2023-04-12 · ICCV 2023 1 · Moayed Haji Ali, Andrew Bond, Tolga Birdal, Duygu Ceylan 외

We propose $\textbf{VidStyleODE}$, a spatiotemporally continuous disentangled $\textbf{Vid}$eo representation based upon $\textbf{Style}$GAN and Neural-$\textbf{ODE}$s. Effective traversal of the latent space learned by …

Image AnimationVideo EditingVideo Generation