paper-with-me

Papers

General-purpose, long-context autoregressive modeling with Perceiver AR

2022-02-15 · Curtis Hawthorne, Andrew Jaegle, Cătălina Cangea, Sebastian Borgeaud, Charlie Nash, Mateusz Malinowski, Sander Dieleman, Oriol Vinyals, Matthew Botvinick, Ian Simon, Hannah Sheahan, Neil Zeghidour, Jean-Baptiste Alayrac, João Carreira, Jesse Engel

Real-world data is high-dimensional: a book, image, or musical performance can easily contain hundreds of thousands of elements even after compression. However, the most commonly used autoregressive models, Transformers, are prohibitively expensive to scale to the number of inputs and layers needed to capture this long-range structure. We develop Perceiver AR, an autoregressive, modality-agnostic architecture which uses cross-attention to map long-range inputs to a small number of latents while also maintaining end-to-end causal masking. Perceiver AR can directly attend to over a hundred thousand tokens, enabling practical long-context density estimation without the need for hand-crafted sparsity patterns or memory mechanisms. When trained on images or music, Perceiver AR generates outputs with clear long-term coherence and structure. Our architecture also obtains state-of-the-art likelihood on long-sequence benchmarks, including 64 x 64 ImageNet images and PG-19 books.

📄 PDF Abstract BibTeX arXiv:2202.07765

Code (3)

google-research/perceiver-ar 공식 구현 jax
krasserm/perceiver-io pytorch
lucidrains/perceiver-ar-pytorch pytorch

Tasks

Density EstimationLanguage Modelling

Similar Papers 제목 키워드 기반

Autoregressive Large Language Models are Computationally Universal

2024-10-04 · Dale Schuurmans, Hanjun Dai, Francesco Zanini

We show that autoregressive decoding of a transformer-based language model can realize universal computation, without external intervention or modification of the model's weights. Establishing this result requires unders…

Language ModelingLanguage ModellingLarge Language Model

Long-Context Autoregressive Video Modeling with Next-Frame Prediction

2025-03-25 · YuChao Gu, Weijia Mao, Mike Zheng Shou

Long-context video modeling is essential for enabling generative models to function as world simulators, as they must maintain temporal coherence over extended time spans. However, most existing models are trained on sho…

Text GenerationVideo Generation

Improving Sequential Latent Variable Models with Autoregressive Flows

2020-10-07 · Joseph Marino, Lei Chen, JiaWei He, Stephan Mandt

We propose an approach for improving sequence modeling based on autoregressive normalizing flows. Each autoregressive transform, acting across time, serves as a moving frame of reference, removing temporal correlations, …

Masked AutoDecoder is Effective Multi-Task Vision Generalist

2024-03-12 · CVPR 2024 1 · Han Qiu, Jiaxing Huang, Peng Gao, Lewei Lu 외

Inspired by the success of general-purpose models in NLP, recent studies attempt to unify different vision tasks in the same sequence format and employ autoregressive Transformers for sequence prediction. They apply uni-…

StepAudio 3 Gen Technical Report

2026-09-11 · Bin Lin, Bo Zhao, Boyang Wang, Boyang Zhang 외 hf

We introduce StepAudio 3 Gen, a general-purpose audio generation model that supports zero-shot text-to-speech (TTS), voice design, vocal generation, sound effects, music, vibe speech, and mixtures of multiple audio types…

Audio Generation