TL;DR
E2Style introduces a new feed-forward network for StyleGAN inversion that significantly improves efficiency and quality, enabling real image editing with results comparable to optimization-based methods.
Contribution
The paper proposes E2Style, a novel inversion network with multi-scale, multi-loss, and multi-stage features that outperforms existing forward-based methods and rivals optimization-based approaches.
Findings
E2Style achieves better inversion quality than existing forward-based methods.
E2Style's results are comparable to state-of-the-art optimization-based methods.
The method enables effective real image editing applications.
Abstract
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 code of the given image in the latent space of StyleGAN. This problem has a high demand for quality and efficiency. Existing optimization-based methods can produce high-quality results, but the optimization often takes a long time. On the contrary, forward-based methods are usually faster but the quality of their results is inferior. In this paper, we present a new feed-forward network "E2Style" for StyleGAN inversion, with significant improvement in terms of efficiency and effectiveness. In our inversion network, we introduce: 1) a shallower backbone with multiple efficient heads across scales; 2) multi-layer identity loss and multi-layer face parsing loss to the loss…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDense Connections · Adaptive Instance Normalization · R1 Regularization · Feedforward Network · HuMan(Expedia)||How do I get a human at Expedia? · Convolution
