paper-with-me

홈 › Papers

In-Domain GAN Inversion for Faithful Reconstruction and Editability

2023-09-25 · Jiapeng Zhu, Yujun Shen, Yinghao Xu, Deli Zhao, Qifeng Chen, Bolei Zhou

Generative Adversarial Networks (GANs) have significantly advanced image synthesis through mapping randomly sampled latent codes to high-fidelity synthesized images. However, applying well-trained GANs to real image editing remains challenging. A common solution is to find an approximate latent code that can adequately recover the input image to edit, which is also known as GAN inversion. To invert a GAN model, prior works typically focus on reconstructing the target image at the pixel level, yet few studies are conducted on whether the inverted result can well support manipulation at the semantic level. This work fills in this gap by proposing in-domain GAN inversion, which consists of a domain-guided encoder and a domain-regularized optimizer, to regularize the inverted code in the native latent space of the pre-trained GAN model. In this way, we manage to sufficiently reuse the knowledge learned by GANs for image reconstruction, facilitating a wide range of editing applications without any retraining. We further make comprehensive analyses on the effects of the encoder structure, the starting inversion point, as well as the inversion parameter space, and observe the trade-off between the reconstruction quality and the editing property. Such a trade-off sheds light on how a GAN model represents an image with various semantics encoded in the learned latent distribution. Code, models, and demo are available at the project page: https://genforce.github.io/idinvert/.

📄 PDF Abstract BibTeX arXiv:2309.13956

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage Reconstruction

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HyperInverter: Improving StyleGAN Inversion via Hypernetwork

2021-12-01 · CVPR 2022 1 · Tan M. Dinh, Anh Tuan Tran, Rang Nguyen, Binh-Son Hua

Real-world image manipulation has achieved fantastic progress in recent years as a result of the exploration and utilization of GAN latent spaces. GAN inversion is the first step in this pipeline, which aims to map the r…

Image Manipulation

ReGANIE: Rectifying GAN Inversion Errors for Accurate Real Image Editing

2023-01-31 · Bingchuan Li, Tianxiang Ma, Peng Zhang, Miao Hua 외

The StyleGAN family succeed in high-fidelity image generation and allow for flexible and plausible editing of generated images by manipulating the semantic-rich latent style space.However, projecting a real image into it…

Image Generation

In-N-Out: Faithful 3D GAN Inversion with Volumetric Decomposition for Face Editing

2023-02-09 · CVPR 2024 1 · Yiran Xu, Zhixin Shu, Cameron Smith, Seoung Wug Oh 외

3D-aware GANs offer new capabilities for view synthesis while preserving the editing functionalities of their 2D counterparts. GAN inversion is a crucial step that seeks the latent code to reconstruct input images or vid…

Editable Noise Map Inversion: Encoding Target-image into Noise For High-Fidelity Image Manipulation

2025-09-30 · Mingyu Kang, Yong Suk Choi arxiv

Text-to-image diffusion models have achieved remarkable success in generating high-quality and diverse images. Building on these advancements, diffusion models have also demonstrated exceptional performance in text-guide…

Image ManipulationImage Editing

Gradual Residuals Alignment: A Dual-Stream Framework for GAN Inversion and Image Attribute Editing

2024-02-22 · Hao Li, Mengqi Huang, Lei Zhang, Bo Hu 외

GAN-based image attribute editing firstly leverages GAN Inversion to project real images into the latent space of GAN and then manipulates corresponding latent codes. Recent inversion methods mainly utilize additional hi…

Attribute