CVLGNov 16, 2024

Bag of Design Choices for Inference of High-Resolution Masked Generative Transformer

arXiv:2411.10781v27 citationsh-index: 6
Originality Synthesis-oriented
AI Analysis

This work addresses the inference bottleneck for researchers and practitioners using MGTs in text-to-image generation, offering incremental improvements through optimized design choices.

The paper tackles the lack of comprehensive inference analysis for masked generative Transformers (MGTs) by proposing and redesigning enhanced inference techniques, achieving a winning rate of approximately 70% compared to vanilla sampling on HPS v2 with Meissonic-1024x1024.

Text-to-image diffusion models (DMs) develop at an unprecedented pace, supported by thorough theoretical exploration and empirical analysis. Unfortunately, the discrepancy between DMs and autoregressive models (ARMs) complicates the path toward achieving the goal of unified vision and language generation. Recently, the masked generative Transformer (MGT) serves as a promising intermediary between DM and ARM by predicting randomly masked image tokens (i.e., masked image modeling), combining the efficiency of DM with the discrete token nature of ARM. However, we find that the comprehensive analyses regarding the inference for MGT are virtually non-existent, and thus we aim to present positive design choices to fill this gap. We propose and redesign a set of enhanced inference techniques tailored for MGT, providing a detailed analysis of their performance. Additionally, we explore several DM-based approaches aimed at accelerating the sampling process on MGT. Extensive experiments and empirical analyses on the recent SOTA MGT, such as MaskGIT and Meissonic lead to concrete and effective design choices, and these design choices can be merged to achieve further performance gains. For instance, in terms of enhanced inference, we achieve winning rates of approximately 70% compared to vanilla sampling on HPS v2 with Meissonic-1024x1024.

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