DRAW: A Recurrent Neural Network For Image Generation
Karol Gregor, Ivo Danihelka, Alex Graves, Danilo Jimenez Rezende, Daan, Wierstra

TL;DR
DRAW is a neural network architecture that uses a recurrent, attention-based approach to generate high-quality images through iterative refinement, significantly advancing image generation capabilities.
Contribution
It introduces a novel spatial attention mechanism combined with a sequential variational auto-encoding framework for improved image synthesis.
Findings
Outperforms previous models on MNIST dataset
Generates highly realistic images on Street View House Numbers dataset
Achieves indistinguishability from real data in generated images
Abstract
This paper introduces the Deep Recurrent Attentive Writer (DRAW) neural network architecture for image generation. DRAW networks combine a novel spatial attention mechanism that mimics the foveation of the human eye, with a sequential variational auto-encoding framework that allows for the iterative construction of complex images. The system substantially improves on the state of the art for generative models on MNIST, and, when trained on the Street View House Numbers dataset, it generates images that cannot be distinguished from real data with the naked eye.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image Retrieval and Classification Techniques · Medical Image Segmentation Techniques
