English

Efficient Scale-Invariant Generator with Column-Row Entangled Pixel Synthesis

Computer Vision and Pattern Recognition 2023-04-26 v3 Machine Learning

Abstract

Any-scale image synthesis offers an efficient and scalable solution to synthesize photo-realistic images at any scale, even going beyond 2K resolution. However, existing GAN-based solutions depend excessively on convolutions and a hierarchical architecture, which introduce inconsistency and the ``texture sticking"" issue when scaling the output resolution. From another perspective, INR-based generators are scale-equivariant by design, but their huge memory footprint and slow inference hinder these networks from being adopted in large-scale or real-time systems. In this work, we propose C\textbf{C}olumn-R\textbf{R}ow E\textbf{E}ntangled P\textbf{P}ixel S\textbf{S}ynthesis (CREPS\textbf{CREPS}), a new generative model that is both efficient and scale-equivariant without using any spatial convolutions or coarse-to-fine design. To save memory footprint and make the system scalable, we employ a novel bi-line representation that decomposes layer-wise feature maps into separate ``thick"" column and row encodings. Experiments on various datasets, including FFHQ, LSUN-Church, MetFaces, and Flickr-Scenery, confirm CREPS' ability to synthesize scale-consistent and alias-free images at any arbitrary resolution with proper training and inference speed. Code is available at https://github.com/VinAIResearch/CREPS.

Keywords

Cite

@article{arxiv.2303.14157,
  title  = {Efficient Scale-Invariant Generator with Column-Row Entangled Pixel Synthesis},
  author = {Thuan Hoang Nguyen and Thanh Van Le and Anh Tran},
  journal= {arXiv preprint arXiv:2303.14157},
  year   = {2023}
}

Comments

Accepted to CVPR 2023; Project Page: https://thuanz123.github.io/creps/

R2 v1 2026-06-28T09:32:38.226Z