paper-with-me

Papers

Exploring Generative Adversarial Networks for Text-to-Image Generation with Evolution Strategies

2022-07-06 · Victor Costa, Nuno Lourenço, João Correia, Penousal Machado

In the context of generative models, text-to-image generation achieved impressive results in recent years. Models using different approaches were proposed and trained in huge datasets of pairs of texts and images. However, some methods rely on pre-trained models such as Generative Adversarial Networks, searching through the latent space of the generative model by using a gradient-based approach to update the latent vector, relying on loss functions such as the cosine similarity. In this work, we follow a different direction by proposing the use of Covariance Matrix Adaptation Evolution Strategy to explore the latent space of Generative Adversarial Networks. We compare this approach to the one using Adam and a hybrid strategy. We design an experimental study to compare the three approaches using different text inputs for image generation by adapting an evaluation method based on the projection of the resulting samples into a two-dimensional grid to inspect the diversity of the distributions. The results evidence that the evolutionary method achieves more diversity in the generation of samples, exploring different regions of the resulting grids. Besides, we show that the hybrid method combines the explored areas of the gradient-based and evolutionary approaches, leveraging the quality of the results.

📄 PDF Abstract BibTeX arXiv:2207.02907

Code (1)

vfcosta/clip-gan-es 공식 구현

Tasks

DiversityImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Modes Exploring in Generative Adversarial Networks

2020-03-05 · Mengxiao Hu, Jinlong Li, Maolin Hu, Tao Hu

In conditional Generative Adversarial Networks (cGANs), when two different initial noises are concatenated with the same conditional information, the distance between their outputs is relatively smaller, which makes mino…

DiversityImage GenerationText to Image GenerationText-to-Image Generation+1

TGAN: Deep Tensor Generative Adversarial Nets for Large Image Generation

2019-01-28 · Zihan Ding, Xiao-Yang Liu, Miao Yin, Linghe Kong

Deep generative models have been successfully applied to many applications. However, existing works experience limitations when generating large images (the literature usually generates small images, e.g. 32 * 32 or 128 …

Dictionary LearningImage GenerationSuper-Resolution

From text to multimodal: a survey of adversarial example generation in question answering systems

2023-12-26 · Gulsum Yigit, Mehmet Fatih Amasyali

Integrating adversarial machine learning with Question Answering (QA) systems has emerged as a critical area for understanding the vulnerabilities and robustness of these systems. This article aims to comprehensively rev…

Question AnsweringQuestion GenerationQuestion-Generation

A Survey on Leveraging Pre-trained Generative Adversarial Networks for Image Editing and Restoration

2022-07-21 · Ming Liu, Yuxiang Wei, Xiaohe Wu, WangMeng Zuo 외

Generative adversarial networks (GANs) have drawn enormous attention due to the simple yet effective training mechanism and superior image generation quality. With the ability to generate photo-realistic high-resolution …

Image GenerationImage Restoration

MAM-E: Mammographic synthetic image generation with diffusion models

2023-11-16 · Ricardo Montoya-del-Angel, Karla Sam-Millan, Joan C Vilanova, Robert Martí

Generative models are used as an alternative data augmentation technique to alleviate the data scarcity problem faced in the medical imaging field. Diffusion models have gathered special attention due to their innovative…

Data AugmentationImage Generation