HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Scalable Adaptive Computation for Iterative Generation

Allan Jabri David Fleet Ting Chen

Scalable Adaptive Computation for Iterative Generation

Abstract

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.

Code Repositories

google-research/pix2seq
Official
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-generation-on-imagenet-128x128RIN
FID: 2.75
IS: 144.1
image-generation-on-imagenet-256x256RIN
FID: 4.51
image-generation-on-imagenet-64x64RIN
FID: 1.23
video-prediction-on-kinetics-600-12-framesRIN (1000 steps)
FVD: 10.8
IS: 17.7
video-prediction-on-kinetics-600-12-framesRIN (400 steps)
FVD: 11.5
IS: 17.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Scalable Adaptive Computation for Iterative Generation | Papers | HyperAI