Deep Convolutional GAN

E290869

Deep Convolutional GAN is a widely used GAN architecture that replaces fully connected layers with deep convolutional layers to generate high-quality, realistic images.

All labels observed (5)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf deep learning model
generative adversarial network architecture
image generation model
appliedTo CIFAR-10
surface form: CIFAR-10 dataset

LSUN dataset
MNIST dataset
architectureCharacteristic no pooling layers, uses strided convolutions instead
uses transposed convolutions for upsampling in generator
avoids fully connected hidden layers
belongsTo deep generative models
unsupervised learning methods
commonlyTrainedWith Adam optimizer
designedFor image synthesis
unsupervised representation learning
hasAcronym Deep Convolutional GAN self-linksurface differs
surface form: DCGAN
hasComponent convolutional discriminator network
convolutional generator network
hasProperty generates relatively high-quality images for its time
stable training compared to early GANs
implementedIn Keras
PyTorch
TensorFlow
inputToGenerator random noise vector
inspired StyleGAN
surface form: StyleGAN family

later GAN architectures
progressive GANs
introducedBy Alec Radford
Luke Metz
Soumith Chintala
introducedInPaper Deep Convolutional GAN self-linksurface differs
surface form: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks
introducedInYear 2015
outputOfDiscriminator real or fake probability
outputOfGenerator synthetic image
popularizedConcept using CNNs for GAN discriminators
using CNNs for GAN generators
publishedAsArXivPreprint arXiv:1511.06434
replaces fully connected layers with convolutional layers in discriminator
fully connected layers with convolutional layers in generator
trainedWith adversarial training
stochastic gradient descent variants
uses LeakyReLU activations in discriminator
ReLU activations in generator
batch normalization in discriminator
batch normalization in generator
convolutional neural networks
fractionally strided convolutions in generator
logistic loss for discriminator
non-saturating loss for generator
strided convolutions in discriminator

How these facts were elicited

Referenced by (6)

Full triples — surface form annotated when it differs from this entity's canonical label.

Generative Adversarial Networks notableVariant Deep Convolutional GAN
Alec Radford notableWork Deep Convolutional GAN
this entity surface form: Deep Convolutional Generative Adversarial Networks
Alec Radford authorOf Deep Convolutional GAN
this entity surface form: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks
Alec Radford knownFor Deep Convolutional GAN
this entity surface form: DCGAN architecture
Deep Convolutional GAN hasAcronym Deep Convolutional GAN self-linksurface differs
this entity surface form: DCGAN
Deep Convolutional GAN introducedInPaper Deep Convolutional GAN self-linksurface differs
this entity surface form: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks