CVLGApr 14, 2022

Any-resolution Training for High-resolution Image Synthesis

arXiv:2204.07156v288 citationsh-index: 73
Originality Highly original
AI Analysis

This addresses the challenge of generating high-resolution images with coherent layouts for applications in computer vision and graphics, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of generative models being limited to fixed resolutions by introducing continuous-scale training, which uses variable-size images and random patch sampling to enable synthesis at arbitrary resolutions, achieving better FID scores and high-resolution details up to 2K.

Generative models operate at fixed resolution, even though natural images come in a variety of sizes. As high-resolution details are downsampled away and low-resolution images are discarded altogether, precious supervision is lost. We argue that every pixel matters and create datasets with variable-size images, collected at their native resolutions. To take advantage of varied-size data, we introduce continuous-scale training, a process that samples patches at random scales to train a new generator with variable output resolutions. First, conditioning the generator on a target scale allows us to generate higher resolution images than previously possible, without adding layers to the model. Second, by conditioning on continuous coordinates, we can sample patches that still obey a consistent global layout, which also allows for scalable training at higher resolutions. Controlled FFHQ experiments show that our method can take advantage of multi-resolution training data better than discrete multi-scale approaches, achieving better FID scores and cleaner high-frequency details. We also train on other natural image domains including churches, mountains, and birds, and demonstrate arbitrary scale synthesis with both coherent global layouts and realistic local details, going beyond 2K resolution in our experiments. Our project page is available at: https://chail.github.io/anyres-gan/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes