Drop the GAN: In Defense of Patches Nearest Neighbors as Single Image Generative Models
Niv Granot, Ben Feinstein, Assaf Shocher, Shai Bagon, Michal Irani

TL;DR
This paper demonstrates that patch-based image synthesis and manipulation tasks can be performed rapidly and effectively without training, using a simple, optimization-free nearest-neighbor approach that outperforms GANs in speed and quality.
Contribution
The authors introduce a unified, training-free framework for single image generative tasks based on patch nearest neighbors, replacing complex GAN training.
Findings
Faster image synthesis, 1000 to 10,000 times quicker than GANs.
Produces higher quality, artifact-free images with better global structure.
Applicable to diverse tasks like editing, reshuffling, retargeting, and inpainting.
Abstract
Single image generative models perform synthesis and manipulation tasks by capturing the distribution of patches within a single image. The classical (pre Deep Learning) prevailing approaches for these tasks are based on an optimization process that maximizes patch similarity between the input and generated output. Recently, however, Single Image GANs were introduced both as a superior solution for such manipulation tasks, but also for remarkable novel generative tasks. Despite their impressiveness, single image GANs require long training time (usually hours) for each image and each task. They often suffer from artifacts and are prone to optimization issues such as mode collapse. In this paper, we show that all of these tasks can be performed without any training, within several seconds, in a unified, surprisingly simple framework. We revisit and cast the "good-old" patch-based methods…
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 · Advanced Image and Video Retrieval Techniques · Computer Graphics and Visualization Techniques
