paper-with-me

홈 › Papers

From Continuity to Editability: Inverting GANs with Consecutive Images

2021-07-29 · ICCV 2021 10 · Yangyang Xu, Yong Du, Wenpeng Xiao, Xuemiao Xu, Shengfeng He

Existing GAN inversion methods are stuck in a paradox that the inverted codes can either achieve high-fidelity reconstruction, or retain the editing capability. Having only one of them clearly cannot realize real image editing. In this paper, we resolve this paradox by introducing consecutive images (\eg, video frames or the same person with different poses) into the inversion process. The rationale behind our solution is that the continuity of consecutive images leads to inherent editable directions. This inborn property is used for two unique purposes: 1) regularizing the joint inversion process, such that each of the inverted code is semantically accessible from one of the other and fastened in a editable domain; 2) enforcing inter-image coherence, such that the fidelity of each inverted code can be maximized with the complement of other images. Extensive experiments demonstrate that our alternative significantly outperforms state-of-the-art methods in terms of reconstruction fidelity and editability on both the real image dataset and synthesis dataset. Furthermore, our method provides the first support of video-based GAN inversion, and an interesting application of unsupervised semantic transfer from consecutive images. Source code can be found at: \url{https://github.com/cnnlstm/InvertingGANs_with_ConsecutiveImgs}.

📄 PDF Abstract BibTeX arXiv:2107.13812

Code (2)

Qingyang-Xu/InvertingGANs_with_ConsecutiveImgs 공식 구현 pytorch
cnnlstm/InvertingGANs_with_ConsecutiveImgs 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Improving generative adversarial network inversion via fine-tuning GAN encoders

2021-08-23 · Cheng Yu, Wenmin Wang, Roberto Bugiolacchi

Generative adversarial networks (GANs) can synthesize high-quality (HQ) images, and GAN inversion is a technique that discovers how to invert given images back to latent space. While existing methods perform on StyleGAN …

Generative Adversarial NetworkImage Reconstruction

StylePrompter: All Styles Need Is Attention

2023-07-30 · Chenyi Zhuang, Pan Gao, Aljosa Smolic

GAN inversion aims at inverting given images into corresponding latent codes for Generative Adversarial Networks (GANs), especially StyleGAN where exists a disentangled latent space that allows attribute-based image mani…

AllAttributeImage Manipulation

JoIN: Joint GANs Inversion for Intrinsic Image Decomposition

2023-05-18 · Viraj Shah, Svetlana Lazebnik, Julien Philip

In this work, we propose to solve ill-posed inverse imaging problems using a bank of Generative Adversarial Networks (GAN) as a prior and apply our method to the case of Intrinsic Image Decomposition for faces and materi…

Image RelightingIntrinsic Image Decomposition

Cross Initialization for Personalized Text-to-Image Generation

2023-12-26 · Lianyu Pang, Jian Yin, Haoran Xie, Qiping Wang 외

Recently, there has been a surge in face personalization techniques, benefiting from the advanced capabilities of pretrained text-to-image diffusion models. Among these, a notable method is Textual Inversion, which gener…

Image GenerationText to Image GenerationText-to-Image Generation

Cross Initialization for Face Personalization of Text-to-Image Models

2024-01-01 · CVPR 2024 1 · Lianyu Pang, Jian Yin, Haoran Xie, Qiping Wang 외

Recently there has been a surge in face personalization techniques benefiting from the advanced capabilities of pretrained text-to-image diffusion models. Among these a notable method is Textual Inversion which gener…