PulseAugur
EN
LIVE 19:21:21

New autoregressive models tackle video generation challenges · 8 sources tracked

Researchers are developing new methods to improve autoregressive video generation, addressing issues like temporal inconsistency and interaction failures. Event-Driven Video Generation (EVD) introduces an explicit event signal to guide the sampler, improving dynamics and spatial accuracy. GEAR (Guided End-to-end AutoRegression) jointly trains a tokenizer and generator for faster convergence and better feature coherence. Drift-AR focuses on accelerating both autoregressive and diffusion stages by leveraging prediction entropy, enabling single-step decoding. TempAct uses a planner-executor RL framework to enhance temporal plausibility and instruction following, while "Directing the World" focuses on compositional human-motion and camera-trajectory control for interactive world models. AI

IMPACT These advancements aim to improve the realism, controllability, and efficiency of video generation models, potentially impacting content creation and interactive world modeling.

RANK_REASON Multiple research papers introducing novel methods for autoregressive video generation.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 16 sources. How we write summaries →

New autoregressive models tackle video generation challenges · 8 sources tracked

COVERAGE [16]

  1. arXiv cs.AI TIER_1 English(EN) · Sangkyu Lee, Changho Lee, Janghoon Han, Hosung Song, Tackgeun You, Hwasup Lim, Stanley Jungkyu Choi, Honglak Lee, Youngjae Yu ·

    Spanning Tree Autoregressive Visual Generation

    arXiv:2511.17089v2 Announce Type: replace-cross Abstract: We present Spanning Tree Autoregressive (STAR) modeling, which can incorporate prior knowledge of images, such as center bias and locality, to maintain sampling performance while also providing sufficiently flexible sequen…

  2. arXiv cs.LG TIER_1 Deutsch(DE) · Chika Maduabuchi, Jindong Wang ·

    Event-Driven Video Generation

    arXiv:2603.13402v3 Announce Type: replace-cross Abstract: Current text-to-video models can make individual frames look convincing while still getting simple interactions wrong: objects move before contact, an intended action is skipped, a placed object keeps drifting, or a suppor…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    GEAR: Guided End-to-End AutoRegression for Image Synthesis

    GEAR trains a vector-quantized tokenizer and autoregressive generator jointly end-to-end using representation alignment, overcoming non-differentiability issues through a dual read-out approach that improves convergence speed and feature quality.

  4. arXiv cs.CV TIER_1 English(EN) · Xingtong Ge, Yi Zhang, Yushi Huang, Dailan He, Xiahong Wang, Bingqi Ma, Guanglu Song, Yu Liu, Jun Zhang ·

    Salt: Self-Consistent Distribution Matching with Cache-Aware Training for Fast Video Generation

    arXiv:2604.03118v2 Announce Type: replace Abstract: Distilling video generation models to extremely low inference budgets (e.g., 2--4 NFEs) is crucial for real-time deployment, yet remains challenging. Trajectory-style consistency distillation often becomes conservative under com…

  5. arXiv cs.CV TIER_1 English(EN) · Xiaomeng Fu, Jia Li, Yiming Hu, Yong Wang, Hayden Kwok-Hay So, Jiao Dai, Xiangxiang Chu, Jizhong Han ·

    Towards Memory-Efficient Autoregressive Video Generation via Instance-Specific Parametric Absorption

    arXiv:2607.00712v1 Announce Type: new Abstract: Autoregressive (AR) streaming models have emerged as a powerful paradigm for long video generation. However, the linearly growing Key-Value (KV) cache poses a significant bottleneck, leading to memory overload and degraded inference…

  6. arXiv cs.CV TIER_1 English(EN) · Zili Wang, Zheng Zhang, Kun Ding, Qi Yang, Fei Li, Shiming Xiang ·

    Continuous Speculative Decoding for Autoregressive Image Generation

    arXiv:2411.11925v3 Announce Type: replace Abstract: Continuous visual autoregressive (AR) models have demonstrated promising performance in image generation, but their inherently sequential nature results in slow inference speed. Speculative decoding, a successful acceleration te…

  7. arXiv cs.CV TIER_1 Deutsch(DE) · Nicolas von L\"utzow, Barbara R\"ossle, Katharina Schmid, Matthias Nie{\ss}ner ·

    GaussianGPT: Towards Autoregressive 3D Gaussian Scene Generation

    arXiv:2603.26661v2 Announce Type: replace Abstract: Most recent advances in 3D generative modeling rely on diffusion or flow-matching formulations. We instead explore a fully autoregressive alternative and introduce GaussianGPT, a transformer-based model that directly generates 3…

  8. arXiv cs.CV TIER_1 English(EN) · Jizhong Han ·

    Towards Memory-Efficient Autoregressive Video Generation via Instance-Specific Parametric Absorption

    Autoregressive (AR) streaming models have emerged as a powerful paradigm for long video generation. However, the linearly growing Key-Value (KV) cache poses a significant bottleneck, leading to memory overload and degraded inference throughput. A common compression method is to d…

  9. arXiv cs.CV TIER_1 English(EN) · Li Yuan ·

    GEAR: Guided End-to-End AutoRegression for Image Synthesis

    Visual generative models are typically trained in two stages. A tokenizer is first trained for reconstruction and then frozen, after which a generator is trained on its discrete indices or continuous latents. This decoupling leaves the tokenizer unaware of what the generator find…

  10. arXiv cs.CV TIER_1 Deutsch(DE) · Zhen Zou, Xiaoxiao Ma, Mingde Yao, Jie Huang, LinJiang Huang, Feng Zhao ·

    Drift-AR: Single-Step Visual Autoregressive Generation via Anti-Symmetric Drifting

    arXiv:2603.28049v3 Announce Type: replace Abstract: Autoregressive (AR)-Diffusion hybrid paradigms combine AR's structured semantic modeling with diffusion's high-fidelity synthesis, yet suffer from a dual speed bottleneck: the sequential AR stage and the iterative multi-step den…

  11. arXiv cs.CV TIER_1 English(EN) · Yuheng Wu, Xiangbo Gao, Tianhao Chen, Xinghao Chen, Qing Yin, Zhengzhong Tu, Dongman Lee ·

    Delta Forcing: Trust Region Steering for Interactive Autoregressive Video Generation

    arXiv:2605.14382v4 Announce Type: replace Abstract: Interactive real-time autoregressive video generation is essential for applications such as content creation and world modeling, where visual content must adapt to dynamically evolving event conditions. A fundamental challenge l…

  12. arXiv cs.CV TIER_1 English(EN) · Jing Wang, Xiangxin Zhou, Jiajun Liang, Kaiqi Liu, Wanyun Pang, Zhenyu Xie, Tianyu Pang, Xiaodan Liang ·

    TempAct: Advancing Temporal Plausibility in Autoregressive Video Generation via Planner-Executor RL

    arXiv:2606.28016v1 Announce Type: new Abstract: Autoregressive (AR) video diffusion models enable low-latency streaming generation by synthesizing videos chunk by chunk with cached visual context, but this chunk-wise formulation makes temporal instruction following ambiguous. A s…

  13. arXiv cs.CV TIER_1 English(EN) · Haoyuan Wang, Yabo Chen, Haibin Huang, Chi Zhang, Xuelong Li ·

    Directing the World: Fast Autoregressive Video Generation with Compositional Human-Camera Control

    arXiv:2606.27964v1 Announce Type: new Abstract: Building interactive world models requires generating realistic videos while maintaining controllable dynamics over long horizons. Autoregressive video generation offers a scalable foundation, but suffers from error accumulation and…

  14. arXiv cs.CV TIER_1 English(EN) · Xiaodan Liang ·

    TempAct: Advancing Temporal Plausibility in Autoregressive Video Generation via Planner-Executor RL

    Autoregressive (AR) video diffusion models enable low-latency streaming generation by synthesizing videos chunk by chunk with cached visual context, but this chunk-wise formulation makes temporal instruction following ambiguous. A single global prompt does not specify which sub-e…

  15. arXiv cs.CV TIER_1 English(EN) · Xuelong Li ·

    Directing the World: Fast Autoregressive Video Generation with Compositional Human-Camera Control

    Building interactive world models requires generating realistic videos while maintaining controllable dynamics over long horizons. Autoregressive video generation offers a scalable foundation, but suffers from error accumulation and temporal degradation during extended rollouts. …

  16. r/LocalLLaMA TIER_1 English(EN) · /u/pmttyji ·

    [Paper] GEAR: Guided End-to-End AutoRegression for Image Synthesis

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1un9955/paper_gear_guided_endtoend_autoregression_for/"> <img alt="[Paper] GEAR: Guided End-to-End AutoRegression for Image Synthesis" src="https://preview.redd.it/vo0a7q0ut7bh1.png?width=640&amp;crop=smart&am…