CVLGMar 7, 2023

Rethinking the editing of generative adversarial networks: a method to estimate editing vectors based on dimension reduction

arXiv:2305.09454v1h-index: 100
Originality Incremental advance
AI Analysis

This addresses the need for high-precision semantic image editing in computer vision, but it is incremental as it builds on EditGAN by handling non-semantic features.

The paper tackles the problem of GAN-based image editing by proposing a method to estimate editing vectors without relying on semantic segmentation or differentiable networks, achieving good effects on features like clothing type, texture, skin color, and hair.

While Generative Adversarial Networks (GANs) have recently found applications in image editing, most previous GAN-based image editing methods require largescale datasets with semantic segmentation annotations for training, only provide high level control, or merely interpolate between different images. Previous researchers have proposed EditGAN for high-quality, high-precision semantic image editing with limited semantic annotations by finding `editing vectors'. However, it is noticed that there are many features that are not highly associated with semantics, and EditGAN may fail on them. Based on the orthogonality of latent space observed by EditGAN, we propose a method to estimate editing vectors that do not rely on semantic segmentation nor differentiable feature estimation network. Our method assumes that there is a correlation between the intensity distribution of features and the distribution of hidden vectors, and estimates the relationship between the above distributions by sampling the feature intensity of the image corresponding to several hidden vectors. We modified Linear Discriminant Analysis (LDA) to deal with both binary feature editing and continuous feature editing. We then found that this method has a good effect in processing features such as clothing type and texture, skin color and hair.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes