autoregressive

Tag

Cards List
#autoregressive

Stefano Ermon: Autoregressive inference is sequential and memory-bound. Diffusion is built to map to GPUs — that's why it wins.

Reddit r/artificial ↗ · yesterday

Augment Code switched its coding-agent backend to Stefano Ermon's Mercury 2.5 diffusion model, achieving 82% latency reduction and 90% cost cut in production. The article highlights the performance advantages of diffusion models and the need for independent AI benchmarking tools.

0 favorites 0 likes
#autoregressive

Show HN: Jevgpt – reinventing the wheel with another wheel

Hacker News Top ↗ · 2d ago Cached

The author created Jevgpt, an autoregressive chatbot using a small token vocabulary and spec decoding, shared as a personal project on Hacker News.

0 favorites 0 likes
#autoregressive

Uranus: Building the Next-Generation Simulation Infrastructure for Embodied AI

Hugging Face Daily Papers ↗ · 3d ago Cached

Uranus is a next-generation simulation infrastructure for embodied AI that uses a joint-trajectory-conditioned autoregressive diffusion model to enable scalable, low-latency generation of robot simulations with streaming rollout and extensible control.

0 favorites 0 likes
#autoregressive

Reviser: Revision-Capable Text Generation via Autoregressive Cursor Actions

arXiv cs.CL ↗ · 5d ago Cached

Reviser is a novel decoder-only Transformer model that enables revision-capable text generation via autoregressive cursor actions, achieving competitive performance with lower inference compute compared to baselines.

0 favorites 0 likes
#autoregressive

World Models From Scratch 2: Model Training and Dreaming [P]

Reddit r/MachineLearning ↗ · 6d ago Cached

This article details building a world model for Super Mario Land using a transformer to predict next game frames from tokenized inputs, and demonstrates autoregressive 'dreaming' to generate future frames.

0 favorites 0 likes
#autoregressive

Zarya: A Hybrid Autoregressive--Masked Diffusion Language Model with Flexible Training and Dual-Mode Inference

arXiv cs.CL ↗ · 2026-09-18 Cached

Zarya is a hybrid language model that jointly optimizes autoregressive and masked diffusion objectives for flexible training and dual-mode inference, with publicly released models in sizes 0.6B, 1.7B, and 4B.

0 favorites 0 likes
#autoregressive

Fraglingo: Molecular Design via Attachment-Aware Autoregressive Fragment Generation

arXiv cs.AI ↗ · 2026-09-15 Cached

Fraglingo introduces an attachment-aware autoregressive model for molecular design that generates molecules by jointly predicting fragment identity and attachment in a continuous latent space, enhancing property control and flexibility.

0 favorites 0 likes
#autoregressive

Studying Image Tokenizers as Visual Languages in Unified Multimodal Models

Hugging Face Daily Papers ↗ · 2026-09-08 Cached

This paper analyzes how image tokenizer design affects joint text-image modeling in multimodal models using a controlled autoregressive testbed, showing distinct scaling behaviors and correlations with downstream performance.

0 favorites 0 likes
#autoregressive

Mask Forcing: Improving Autoregressive Video Diffusion Distillation via Dual-Noise Masking Rollout

Hugging Face Daily Papers ↗ · 2026-09-08 Cached

Mask Forcing mitigates mode collapse in autoregressive video diffusion distillation by injecting masked cleaner signals during self-rollout, improving visual quality without extra training data.

0 favorites 0 likes
#autoregressive

@zhiwen_fan_: paper from dust3r’s team

X AI KOLs Timeline ↗ · 2026-09-05 Cached

A paper from the DUSt3R team proposes sparse auto-regressive modeling for 3D scene generation from multi-view images, using a voxel-aligned 3D latent space and an occupancy-aware masked autoregressive transformer.

0 favorites 0 likes
#autoregressive

Continuous Diffusion Language Models (CDLM's)

Hacker News Top ↗ · 2026-08-30 Cached

The article discusses the resurgence of continuous diffusion models for language generation, highlighting recent research and historical context that challenges the dominance of autoregressive language models.

0 favorites 0 likes
#autoregressive

MegaParts: Scaling Part-Aware 3D Object Generation to 300 Parts via Token-Efficient Autoregressive Modeling

Hugging Face Daily Papers ↗ · 2026-08-14 Cached

MegaParts introduces a scalable framework for part-aware 3D object generation using token-efficient vector-quantized tokens and autoregressive modeling, enabling generation of objects with up to 300 parts.

0 favorites 0 likes
#autoregressive

ChronoSSM: Training for Temporally Aware Representations in Autoregressive State Space Models

arXiv cs.LG ↗ · 2026-08-12 Cached

ChronoSSM introduces an autoregressive State Space Model that jointly models events and timestamps, showing that joint training improves temporal recoverability without degrading content generation quality.

0 favorites 0 likes
#autoregressive

Memory in Video World Models (6 minute read)

TLDR AI ↗ · 2026-08-12 Cached

A best-paper research from NVIDIA and collaborators introduces WorldTrace, a training-free framework that keeps compressed memory addressable in autoregressive video world models by assigning fixed slot-rank positions, enabling coherent long rollouts and long-range recall beyond the training horizon.

0 favorites 0 likes
#autoregressive

Full-bandwidth transformer

Hugging Face Daily Papers ↗ · 2026-08-09 Cached

A new transformer variant, the full-bandwidth transformer, feeds back top-layer hidden states through a gated linear unit to improve reasoning and efficiency without altering the core architecture. Trained up to 400B tokens, it matches standard transformers trained with 1.5x more data while producing shorter reasoning traces.

0 favorites 0 likes
#autoregressive

@Letian_Wang_6: Language got AR; everything else got diffusion - an unstable equilibrium. A question that won't leave me alone lately: …

X AI KOLs Following ↗ · 2026-08-06 Cached

A researcher muses on the unstable equilibrium where language uses autoregressive models while other modalities use diffusion, and speculates that a unified multimodal architecture depends on the order each modality reveals information. He seals a bet on this idea.

0 favorites 0 likes
#autoregressive

Scaling an Autoregressive Transformer for Single-Cell Generation

arXiv cs.LG ↗ · 2026-08-05 Cached

This paper studies a self-supervised task for generating single-cell gene expression vectors using an autoregressive transformer with a quantized VAE tokenizer. It reports scaling laws and a compute-optimal frontier for single-cell foundation models, with potential fine-tuning for perturbation prediction.

0 favorites 0 likes
#autoregressive

Multimodal Auto-regressive Transformer Surrogate for Modeling Variable Operations and Quantifying Uncertainty in Geological Carbon Storage

arXiv cs.LG ↗ · 2026-08-05 Cached

This paper presents a multimodal auto-regressive transformer surrogate that models variable well operations and geological uncertainty for geological carbon storage, achieving accurate predictions and enabling uncertainty quantification via MCMC data assimilation.

0 favorites 0 likes
#autoregressive

@jxmnop: we didn't ever need to invent Masked Language Modeling, I don't think. it was a bit silly by construction. in most alte…

X AI KOLs Following ↗ · 2026-08-04

A tweet argues that masked language modeling was unnecessary and that autoregressive models would have sufficed, with a nod to BERT.

0 favorites 0 likes
#autoregressive

JoyAI-Video-Edit: Real-Time Open-Ended Video Editing with Autoregressive Diffusion

Hugging Face Daily Papers ↗ · 2026-08-04 Cached

JoyAI-Video-Edit is a 16B-parameter autoregressive diffusion framework for real-time, open-ended video editing, achieving 720p editing at ~30 FPS on a single NVIDIA B200 GPU.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback