English

Associative Adversarial Networks

Machine Learning 2016-11-23 v1 Artificial Intelligence

Abstract

We propose a higher-level associative memory for learning adversarial networks. Generative adversarial network (GAN) framework has a discriminator and a generator network. The generator (G) maps white noise (z) to data samples while the discriminator (D) maps data samples to a single scalar. To do so, G learns how to map from high-level representation space to data space, and D learns to do the opposite. We argue that higher-level representation spaces need not necessarily follow a uniform probability distribution. In this work, we use Restricted Boltzmann Machines (RBMs) as a higher-level associative memory and learn the probability distribution for the high-level features generated by D. The associative memory samples its underlying probability distribution and G learns how to map these samples to data space. The proposed associative adversarial networks (AANs) are generative models in the higher-levels of the learning, and use adversarial non-stochastic models D and G for learning the mapping between data and higher-level representation spaces. Experiments show the potential of the proposed networks.

Keywords

Cite

@article{arxiv.1611.06953,
  title  = {Associative Adversarial Networks},
  author = {Tarik Arici and Asli Celikyilmaz},
  journal= {arXiv preprint arXiv:1611.06953},
  year   = {2016}
}

Comments

NIPS 2016 Workshop on Adversarial Training

R2 v1 2026-06-22T16:59:40.358Z