CVSep 9, 2022

Improved Masked Image Generation with Token-Critic

DeepMind
arXiv:2209.04439v173 citationsh-index: 47
AI Analysis

This work addresses a key bottleneck in non-autoregressive image generation for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the challenge of optimal parallel sampling from the true joint distribution of visual tokens in non-autoregressive generative transformers by introducing Token-Critic, an auxiliary model that guides sampling to improve image generation. The result is a significant performance improvement, outperforming recent diffusion models and GANs in class-conditional ImageNet generation in terms of quality-diversity trade-off.

Non-autoregressive generative transformers recently demonstrated impressive image generation performance, and orders of magnitude faster sampling than their autoregressive counterparts. However, optimal parallel sampling from the true joint distribution of visual tokens remains an open challenge. In this paper we introduce Token-Critic, an auxiliary model to guide the sampling of a non-autoregressive generative transformer. Given a masked-and-reconstructed real image, the Token-Critic model is trained to distinguish which visual tokens belong to the original image and which were sampled by the generative transformer. During non-autoregressive iterative sampling, Token-Critic is used to select which tokens to accept and which to reject and resample. Coupled with Token-Critic, a state-of-the-art generative transformer significantly improves its performance, and outperforms recent diffusion models and GANs in terms of the trade-off between generated image quality and diversity, in the challenging class-conditional ImageNet generation.

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