paper-with-me

홈 › Papers

CanvasMAR: Improving Masked Autoregressive Video Prediction With Canvas

2025-10-15 · Zian Li, Muhan Zhang arxiv

Masked autoregressive models (MAR) have emerged as a powerful paradigm for image and video generation, combining the flexibility of masked modeling with the expressiveness of continuous tokenizers. However, when sampling individual frames, video MAR models often produce highly distorted outputs due to the lack of a structured global prior, especially when using only a few sampling steps. To address this, we propose CanvasMAR, a novel autoregressive video prediction model that predicts high-fidelity frames with few sampling steps by introducing a canvas--a blurred, global one-step prediction of the next frame that serves as a non-uniform mask during masked generation. The canvas supplies global structure early in sampling, enabling faster and more coherent frame synthesis. To further stabilize autoregressive sampling, we propose an easy-to-hard curriculum via a motion-aware sampling order that synthesizes relatively stationary regions before attending to highly dynamic ones. We also integrate compositional classifier-free guidance that jointly strengthens the canvas and temporal conditioning to improve generation fidelity. Experiments on the BAIR, UCF-101, and Kinetics-600 benchmarks demonstrate that CanvasMAR produces higher-quality videos with fewer autoregressive steps. On the challenging Kinetics-600 dataset, CanvasMAR achieves remarkable performance among autoregressive models and rivals advanced diffusion-based methods.

📄 PDF Abstract BibTeX arXiv:2510.13669

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationVideo Prediction

Similar Papers 제목 키워드 기반

Length-Adaptive Decoding for Masked Diffusion Machine Translation

2026-08-23 · Yan Zhan, Mengkai Hou, Wanting Zhang, Zhijun Gao hf

Machine translation tests masked diffusion language models (dLLMs) because every source token must be rendered faithfully, while fixed canvas decoding must choose target length before denoising. Existing masked diffusion…

Machine Translation

Taming Teacher Forcing for Masked Autoregressive Video Generation

2025-01-21 · CVPR 2025 1 · Deyu Zhou, Quan Sun, Yuang Peng, Kun Yan 외

We introduce MAGI, a hybrid video generation framework that combines masked modeling for intra-frame generation with causal modeling for next-frame generation. Our key innovation, Complete Teacher Forcing (CTF), conditio…

Video GenerationVideo Prediction

Masked Autoregressive Model for Weather Forecasting

2024-09-30 · Doyi Kim, Minseok Seo, Hakjin Lee, Junghoon Seo

The growing impact of global climate change amplifies the need for accurate and reliable weather forecasting. Traditional autoregressive approaches, while effective for temporal modeling, suffer from error accumulation i…

modelWeather Forecasting

Inverse Painting: Reconstructing The Painting Process

2024-09-30 · Bowei Chen, Yifan Wang, Brian Curless, Ira Kemelmacher-Shlizerman 외

Given an input painting, we reconstruct a time-lapse video of how it may have been painted. We formulate this as an autoregressive image generation problem, in which an initially blank "canvas" is iteratively updated. Th…

Image Generation

VoidPadding: Let [VOID] Handle Padding in Masked Diffusion Language Models so that [EOS] Can Focus on Semantic Termination

2026-06-16 · Chunyu Liu, Zhengyang Fan, Kaisen Yang, Alex Lamb arxiv

MDLMs generate text by denoising a preallocated masked response canvas, making response-length modeling central to instruction tuning. Existing MDLMs often inherit the autoregressive convention of using repeated \texttt{…

Mathematical ReasoningCode Generation