Generative Adversarial Networks

Self-Attention GAN

Introduced by Zhang et al. in Self-Attention Generative Adversarial Networks

The Self-Attention Generative Adversarial Network, or SAGAN, allows for attention-driven, long-range dependency modeling for image generation tasks. Traditional convolutional GANs generate high-resolution details as a function of only spatially local points in lower-resolution feature maps. In SAGAN, details can be generated using cues from all feature locations. Moreover, the discriminator can check that highly detailed features in distant portions of the image are consistent with each other.

Source: Self-Attention Generative Adversarial Networks

Papers


Paper Code Results Date Stars

Categories