English

A Simple Generative Network

Machine Learning 2024-09-18 v6 Neural and Evolutionary Computing

Abstract

Generative neural networks are able to mimic intricate probability distributions such as those of handwritten text, natural images, etc. Since their inception several models were proposed. The most successful of these were based on adversarial (GAN), auto-encoding (VAE) and maximum mean discrepancy (MMD) relatively complex architectures and schemes. Surprisingly, a very simple architecture (a single feed-forward neural network) in conjunction with an obvious optimization goal (Kullback_Leibler divergence) was apparently overlooked. This paper demonstrates that such a model (denoted SGN for its simplicity) is able to generate samples visually and quantitatively competitive as compared with the fore-mentioned state of the art methods.

Keywords

Cite

@article{arxiv.2106.09330,
  title  = {A Simple Generative Network},
  author = {Daniel N. Nissani},
  journal= {arXiv preprint arXiv:2106.09330},
  year   = {2024}
}

Comments

To be published at ISVC 2021

R2 v1 2026-06-24T03:18:15.753Z