Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Scalable Adaptive Computation for Iterative Generation

About

Natural data is redundant yet predominant architectures tile computation uniformly across their input and output space. We propose the Recurrent Interface Networks (RINs), an attention-based architecture that decouples its core computation from the dimensionality of the data, enabling adaptive computation for more scalable generation of high-dimensional data. RINs focus the bulk of computation (i.e. global self-attention) on a set of latent tokens, using cross-attention to read and write (i.e. route) information between latent and data tokens. Stacking RIN blocks allows bottom-up (data to latent) and top-down (latent to data) feedback, leading to deeper and more expressive routing. While this routing introduces challenges, this is less problematic in recurrent computation settings where the task (and routing problem) changes gradually, such as iterative generation with diffusion models. We show how to leverage recurrence by conditioning the latent tokens at each forward pass of the reverse diffusion process with those from prior computation, i.e. latent self-conditioning. RINs yield state-of-the-art pixel diffusion models for image and video generation, scaling to 1024X1024 images without cascades or guidance, while being domain-agnostic and up to 10X more efficient than 2D and 3D U-Nets.

Allan Jabri, David Fleet, Ting Chen• 2022

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet 256x256
Inception Score (IS)182
815
Class-conditional Image GenerationImageNet 256x256 (val)--
427
Image GenerationImageNet 256x256
IS182
359
Class-conditional Image GenerationImageNet 256x256 (train)
IS182
345
Image GenerationImageNet 256x256 (val)
FID3.52
340
Image GenerationImageNet 512x512 (val)
FID-50K3.95
219
Class-conditional Image GenerationImageNet 256x256 (train val)
FID3.42
178
Image GenerationImageNet 256x256 (train)
FID3.42
164
Class-conditional Image GenerationImageNet 64x64
FID1.23
156
Class-conditional Image GenerationImageNet 512x512 (val)
FID (Val)3.95
97
Showing 10 of 31 rows

Other info

Follow for update