paper-with-me

홈 › Papers

GLOBER: Coherent Non-autoregressive Video Generation via GLOBal Guided Video DecodER

2023-09-23 · NeurIPS 2023 11 · Mingzhen Sun, Weining Wang, Zihan Qin, Jiahui Sun, Sihan Chen, Jing Liu

Video generation necessitates both global coherence and local realism. This work presents a novel non-autoregressive method GLOBER, which first generates global features to obtain comprehensive global guidance and then synthesizes video frames based on the global features to generate coherent videos. Specifically, we propose a video auto-encoder, where a video encoder encodes videos into global features, and a video decoder, built on a diffusion model, decodes the global features and synthesizes video frames in a non-autoregressive manner. To achieve maximum flexibility, our video decoder perceives temporal information through normalized frame indexes, which enables it to synthesize arbitrary sub video clips with predetermined starting and ending frame indexes. Moreover, a novel adversarial loss is introduced to improve the global coherence and local realism between the synthesized video frames. Finally, we employ a diffusion-based video generator to fit the global features outputted by the video encoder for video generation. Extensive experimental results demonstrate the effectiveness and efficiency of our proposed method, and new state-of-the-art results have been achieved on multiple benchmarks.

📄 PDF Abstract BibTeX arXiv:2309.13274

Code (1)

iva-mzsun/glober 공식 구현 pytorch

Tasks

DecoderVideo Generation

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 제목 키워드 기반

ACDC: Autoregressive Coherent Multimodal Generation using Diffusion Correction

2024-10-07 · Hyungjin Chung, Dohun Lee, Jong Chul Ye

Autoregressive models (ARMs) and diffusion models (DMs) represent two leading paradigms in generative modeling, each excelling in distinct areas: ARMs in global context modeling and long-sequence generation, and DMs in g…

multimodal generationStory GenerationVideo Generation

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…

Video GenerationVideo Prediction

Video-Robin: Autoregressive Diffusion Planning for Intent-Grounded Video-to-Music Generation

2026-04-19 · Vaibhavi Lokegaonkar, Aryan Vijay Bhosale, Vishnu Raj, Gouthaman KV 외 arxiv

Video-to-music (V2M) is the fundamental task of creating background music for an input video. Recent V2M models achieve audiovisual alignment by typically relying on visual conditioning alone and provide limited semantic…

Music Generation

Endless World: Real-Time 3D-Aware Long Video Generation

2025-12-13 · Ke Zhang, Yiqun Mei, Jiacong Xu, Vishal M. Patel arxiv

Producing long, coherent video sequences with stable 3D structure remains a major challenge, particularly in streaming scenarios. Motivated by this, we introduce Endless World, a real-time framework for infinite, 3D-cons…

Video Generation

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