paper-with-me

Papers

Scalable Adaptive Computation for Iterative Generation

2022-12-22 · Allan Jabri, David Fleet, Ting Chen

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.

📄 PDF Abstract BibTeX arXiv:2212.11972

Code (2)

google-research/pix2seq 공식 구현 tf
lucidrains/recurrent-interface-network-pytorch pytorch

Tasks

Image GenerationVideo GenerationVideo Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Prototype-Guided Diffusion: Visual Conditioning without External Memory

2025-08-13 · Bilal Faye, Hanane Azzag, Mustapha Lebbah arxiv

Diffusion models achieve state-of-the-art image generation but remain computationally costly due to iterative denoising. Latent-space models like Stable Diffusion reduce overhead yet lose fine detail, while retrieval-aug…

Contrastive LearningImage Generation

Towards Adaptive Self-Improvement for Smarter Energy Systems

2025-01-31 · Alexander Sommer, Peter Bazan, Jonathan Fellerer, Behnam Babaeian 외

This paper introduces a hierarchical framework for decision-making and optimization, leveraging Large Language Models (LLMs) for adaptive code generation. Instead of direct decision-making, LLMs generate and refine execu…

Code GenerationDecision Making

Memory-V2V: Memory-Augmented Video-to-Video Diffusion for Consistent Multi-Turn Editing

2026-01-22 · Dohun Lee, Chun-Hao Paul Huang, Xuelin Chen, Jong Chul Ye 외 arxiv

Video-to-video diffusion models achieve impressive single-turn editing performance, but practical editing workflows are inherently iterative. When edits are applied sequentially, existing models treat each turn independe…

Novel View Synthesis

See-Saw Generative Mechanism for Scalable Recursive Code Generation with Generative AI

2024-11-16 · Ruslan Idelfonso Magaña Vsevolodovna

The generation of complex, large-scale code projects using generative AI models presents challenges due to token limitations, dependency management, and iterative refinement requirements. This paper introduces the See-Sa…

Code GenerationManagement

Recurrent-Depth VLA: Implicit Test-Time Compute Scaling of Vision-Language-Action Models via Latent Iterative Reasoning

2026-02-08 · Yalcin Tur, Jalal Naghiyev, Haoquan Fang, Wei-Chuan Tsai 외 arxiv

Current Vision-Language-Action (VLA) models rely on fixed computational depth, expending the same amount of compute on simple adjustments and complex multi-step manipulation. While Chain-of-Thought (CoT) prompting enable…