CVAILGFeb 1, 2025

Masked Generative Nested Transformers with Decode Time Scaling

arXiv:2502.00382v14 citationsh-index: 4ICML
Originality Incremental advance
AI Analysis

This work addresses computational inefficiency in visual generation for researchers and practitioners, offering an incremental improvement in inference speed.

The paper tackled the bottleneck of inference computational efficiency in visual generation by proposing a method that uses decode time model scaling and computation caching to reduce compute, achieving competitive performance with almost 3x less compute than baseline on datasets like ImageNet256×256.

Recent advances in visual generation have made significant strides in producing content of exceptional quality. However, most methods suffer from a fundamental problem - a bottleneck of inference computational efficiency. Most of these algorithms involve multiple passes over a transformer model to generate tokens or denoise inputs. However, the model size is kept consistent throughout all iterations, which makes it computationally expensive. In this work, we aim to address this issue primarily through two key ideas - (a) not all parts of the generation process need equal compute, and we design a decode time model scaling schedule to utilize compute effectively, and (b) we can cache and reuse some of the computation. Combining these two ideas leads to using smaller models to process more tokens while large models process fewer tokens. These different-sized models do not increase the parameter size, as they share parameters. We rigorously experiment with ImageNet256$\times$256 , UCF101, and Kinetics600 to showcase the efficacy of the proposed method for image/video generation and frame prediction. Our experiments show that with almost $3\times$ less compute than baseline, our model obtains competitive performance.

Foundations

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

Your Notes