Semi-supervised image attribute editing using generative adversarial networks
Yahya Dogan,Hacer Yalim Keles +1 more
TL;DR: In this article, a cyclic reverse generator (CRG) is proposed to learn the inverse function of the generator accurately via an encoder in an unsupervised setting by utilizing cyclic cost minimization, and then attribute editing is performed using the CRG models for finding desired attribute representations in the latent space.
read more
About: This article is published in Neurocomputing. The article was published on 11 Aug 2020. and is currently open access. The article focuses on the topics: Real image.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Local and Global Perception Generative Adversarial Network for Facial Expression Synthesis
TL;DR: A novel end-to-end facial expression synthesis method called Local and Global Perception Generative Adversarial Network (LGP-GAN) with a two-stage cascaded structure is proposed in this paper which is designed to extract and synthesize the details of the crucial facial regions.
Evaluating and Mitigating Bias in Image Classifiers: A Causal Perspective Using Counterfactuals
01 Jan 2022
TL;DR: In this paper , a structural causal model (SCM) is used to generate counterfactual examples for an input, which can be used to evaluate bias of machine learning models, e.g., against specific demographic groups.
A Domain-Guided Noise-Optimization-Based Inversion Method for Facial Image Manipulation
TL;DR: Wang et al. as mentioned in this paper proposed a Domain-guided Noise-optimization-based Inversion (DNI) method to perform facial image manipulation, which works based on an inverse code that includes a novel domain-guided encoder called Image2latent to project the image to StyleGAN2 latent space, which can reconstruct an input image with high-quality and maintain its semantic meaning well.
19
Iterative facial image inpainting based on an encoder-generator architecture
TL;DR: Yahya et al. as discussed by the authors proposed an iterative facial image inpainting method using the cyclic reverse generator (CRG) architecture, which provides an encoder-generator model.
Local and Global Perception Generative Adversarial Network for Facial Expression Synthesis
TL;DR: Liu et al. as mentioned in this paper proposed Local and Global Perception Generative Adversarial Network (LGP-GAN) with a two-stage cascaded structure which is designed to extract and synthesize the details of the crucial facial regions.
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014
TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
102.6K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 01 Jan 2015
TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
51.9K
Generative Adversarial Nets
Ian Goodfellow,Jean Pouget-Abadie,Mehdi Mirza,Bing Xu,David Warde-Farley,Sherjil Ozair,Aaron Courville,Yoshua Bengio +7 more
- 08 Dec 2014
TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.