paper-with-me

Papers

ARTEMIS: Using GANs with Multiple Discriminators to Generate Art

2023-11-14 · James Baker

We propose a novel method for generating abstract art. First an autoencoder is trained to encode and decode the style representations of images, which are extracted from source images with a pretrained VGG network. Then, the decoder component of the autoencoder is extracted and used as a generator in a GAN. The generator works with an ensemble of discriminators. Each discriminator takes different style representations of the same images, and the generator is trained to create images that create convincing style representations in order to deceive all of the generators. The generator is also trained to maximize a diversity term. The resulting images had a surreal, geometric quality. We call our approach ARTEMIS (ARTistic Encoder- Multi- Discriminators Including Self-Attention), as it uses the self-attention layers and an encoder-decoder architecture.

📄 PDF Abstract BibTeX arXiv:2311.08278

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversity

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…

Similar Papers 제목 키워드 기반

Measure-conditional Discriminator with Stationary Optimum for GANs and Statistical Distance Surrogates

2021-01-17 · Liu Yang, Tingwei Meng, George Em Karniadakis

We propose a simple but effective modification of the discriminators, namely measure-conditional discriminators, as a plug-and-play module for different GANs. By taking the generated distributions as part of input so tha…

Transfer Learning

Memorization Precedes Generation: Learning Unsupervised GANs with Memory Networks

2018-03-05 · ICLR 2018 1 · Youngjin Kim, Minjung Kim, Gunhee Kim

We propose an approach to address two issues that commonly occur during training of unsupervised GANs. First, since GANs use only a continuous latent distribution to embed multiple classes or clusters of data, they often…

Memorization

On-line Adaptative Curriculum Learning for GANs

2018-07-31 · Thang Doan, Joao Monteiro, Isabela Albuquerque, Bogdan Mazoure 외

Generative Adversarial Networks (GANs) can successfully approximate a probability distribution and produce realistic samples. However, open questions such as sufficient convergence conditions and mode collapse still pers…

Multi-Armed BanditsStochastic Optimization

Lower Dimensional Kernels for Video Discriminators

2019-12-18 · Emmanuel Kahembwe, Subramanian Ramamoorthy

This work presents an analysis of the discriminators used in Generative Adversarial Networks (GANs) for Video. We show that unconstrained video discriminator architectures induce a loss surface with high curvature which …

GPUVideo Generation

Approximating Probability Distributions by using Wasserstein Generative Adversarial Networks

2021-03-18 · Yihang Gao, Michael K. Ng, Mingjie Zhou

Studied here are Wasserstein generative adversarial networks (WGANs) with GroupSort neural networks as their discriminators. It is shown that the error bound of the approximation for the target distribution depends on th…