PixelNN: Example-based Image Synthesis
Aayush Bansal, Yaser Sheikh, Deva Ramanan

TL;DR
PixelNN introduces a hybrid approach combining CNNs and nearest neighbor methods to generate diverse, high-quality, photorealistic images from incomplete signals, addressing limitations of existing deep generative models.
Contribution
The paper presents a simple pipeline that integrates CNNs with pixel-wise nearest neighbor search to improve diversity and interpretability in image synthesis from incomplete inputs.
Findings
Achieves diverse high-frequency image outputs from various incomplete signals.
Outperforms traditional generative models in diversity and controllability.
Effective across multiple domains like faces, animals, and objects.
Abstract
We present a simple nearest-neighbor (NN) approach that synthesizes high-frequency photorealistic images from an "incomplete" signal such as a low-resolution image, a surface normal map, or edges. Current state-of-the-art deep generative models designed for such conditional image synthesis lack two important things: (1) they are unable to generate a large set of diverse outputs, due to the mode collapse problem. (2) they are not interpretable, making it difficult to control the synthesized output. We demonstrate that NN approaches potentially address such limitations, but suffer in accuracy on small datasets. We design a simple pipeline that combines the best of both worlds: the first stage uses a convolutional neural network (CNN) to maps the input to a (overly-smoothed) image, and the second stage uses a pixel-wise nearest neighbor method to map the smoothed output to multiple…
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 Vision and Imaging · Advanced Image Processing Techniques
