paper-with-me

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 real image to the latent code faithfully. Unfortunately, the majority of existing GAN inversion methods fail to meet at least one of the three requirements listed below: high reconstruction quality, editability, and fast inference. We present a novel two-phase strategy in this research that fits all requirements at the same time. In the first phase, we train an encoder to map the input image to StyleGAN2 $\mathcal{W}$-space, which was proven to have excellent editability but lower reconstruction quality. In the second phase, we supplement the reconstruction ability in the initial phase by leveraging a series of hypernetworks to recover the missing information during inversion. These two steps complement each other to yield high reconstruction quality thanks to the hypernetwork branch and excellent editability due to the inversion done in the $\mathcal{W}$-space. Our method is entirely encoder-based, resulting in extremely fast inference. Extensive experiments on two challenging datasets demonstrate the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2112.00719

Code (1)

VinAIResearch/HyperInverter 공식 구현 pytorch

Tasks

Image Manipulation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Path Length Regularization 설명 없음
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Weight Demodulation 설명 없음
R1 Regularization R_INLINE_MATH_1 Regularization is a regularization technique and gradient penalty for training [generative adversarial…
HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

HyperStyle: StyleGAN Inversion with HyperNetworks for Real Image Editing

2021-11-30 · CVPR 2022 1 · Yuval Alaluf, Omer Tov, Ron Mokady, Rinon Gal 외

The inversion of real images into StyleGAN's latent space is a well-studied problem. Nevertheless, applying existing approaches to real-world scenarios remains an open challenge, due to an inherent trade-off between reco…

RefineStyle: Dynamic Convolution Refinement for StyleGAN

2024-10-08 · Siwei Xia, Xueqi Hu, Li Sun, Qingli Li

In StyleGAN, convolution kernels are shaped by both static parameters shared across images and dynamic modulation factors $w^+\in\mathcal{W}^+$ specific to each image. Therefore, $\mathcal{W}^+$ space is often used for i…

Domain Adaptation

E2Style: Improve the Efficiency and Effectiveness of StyleGAN Inversion

2021-04-15 · Tianyi Wei, Dongdong Chen, Wenbo Zhou, Jing Liao 외

This paper studies the problem of StyleGAN inversion, which plays an essential role in enabling the pretrained StyleGAN to be used for real image editing tasks. The goal of StyleGAN inversion is to find the exact latent …

Face Parsing

Third Time's the Charm? Image and Video Editing with StyleGAN3

2022-01-31 · Yuval Alaluf, Or Patashnik, Zongze Wu, Asif Zamir 외

StyleGAN is arguably one of the most intriguing and well-studied generative models, demonstrating impressive performance in image generation, inversion, and manipulation. In this work, we explore the recent StyleGAN3 arc…

DisentanglementImage GenerationVideo Editing

Balancing Reconstruction and Editing Quality of GAN Inversion for Real Image Editing with StyleGAN Prior Latent Space

2023-05-31 · Kai Katsumata, Duc Minh Vo, Bei Liu, Hideki Nakayama

The exploration of the latent space in StyleGANs and GAN inversion exemplify impressive real-world image editing, yet the trade-off between reconstruction quality and editing quality remains an open problem. In this stud…