Scaling Non-Parametric Sampling with Representation
Vincent Lu, Aaron Truong, Zeyu Yun, Yubei Chen
TL;DR
This work proposes a minimal, white-box non-parametric image generator that samples each pixel from an empirical distribution derived from similar context patches, conditioned on a compact representation. It integrates three principles—spatial non-stationarity, low-level statistics, and high-level semantics—through a shell-based image synthesis workflow and three distance metrics, including a self-supervised embedding for semantic matching. The model, despite no training, produces high-fidelity MNIST and visually compelling CIFAR-10 samples and enables mechanistic interpretation via source-tracing, revealing a part–whole generalization mechanism where coherent regions are assembled from multiple sources while preserving class-level coherence. These findings offer a concrete hypothesis for how complex neural generators might learn to generalize through simple, compositional rules, and suggest directions for simpler, interpretable future models that bridge the gap between white-box reasoning and black-box performance.
Abstract
Scaling and architectural advances have produced strikingly photorealistic image generative models, yet their mechanisms still remain opaque. Rather than advancing scaling, our goal is to strip away complicated engineering tricks and propose a simple, non-parametric generative model. Our design is grounded in three principles of natural images-(i) spatial non-stationarity, (ii) low-level regularities, and (iii) high-level semantics-and defines each pixel's distribution from its local context window. Despite its minimal architecture and no training, the model produces high-fidelity samples on MNIST and visually compelling CIFAR-10 images. This combination of simplicity and strong empirical performance points toward a minimal theory of natural-image structure. The model's white-box nature also allows us to have a mechanistic understanding of how the model generalizes and generates diverse images. We study it by tracing each generated pixel back to its source images. These analyses reveal a simple, compositional procedure for "part-whole generalization", suggesting a hypothesis for how large neural network generative models learn to generalize.
