paper-with-me

홈 › Papers

Disentangling Propagation and Generation for Video Prediction

2018-12-02 · ICCV 2019 10 · Hang Gao, Huazhe Xu, Qi-Zhi Cai, Ruth Wang, Fisher Yu, Trevor Darrell

A dynamic scene has two types of elements: those that move fluidly and can be predicted from previous frames, and those which are disoccluded (exposed) and cannot be extrapolated. Prior approaches to video prediction typically learn either to warp or to hallucinate future pixels, but not both. In this paper, we describe a computational model for high-fidelity video prediction which disentangles motion-specific propagation from motion-agnostic generation. We introduce a confidence-aware warping operator which gates the output of pixel predictions from a flow predictor for non-occluded regions and from a context encoder for occluded regions. Moreover, in contrast to prior works where confidence is jointly learned with flow and appearance using a single network, we compute confidence after a warping step, and employ a separate network to inpaint exposed regions. Empirical results on both synthetic and real datasets show that our disentangling approach provides better occlusion maps and produces both sharper and more realistic predictions compared to strong baselines.

📄 PDF Abstract BibTeX arXiv:1812.00452

Code (1)

NagabhushanSN95/DPG-Video-Prediction pytorch

Tasks

Predict Future Video FramesPredictionVideo Prediction

Similar Papers 제목 키워드 기반

Disentangling Video with Independent Prediction

2019-01-17 · William F. Whitney, Rob Fergus

We propose an unsupervised variational model for disentangling video into independent factors, i.e. each factor's future can be predicted from its past without considering the others. We show that our approach often lear…

Prediction

Decouple Content and Motion for Conditional Image-to-Video Generation

2023-11-24 · Cuifeng Shen, Yulu Gan, Chen Chen, Xiongwei Zhu 외

The goal of conditional image-to-video (cI2V) generation is to create a believable new video by beginning with the condition, i.e., one image and text.The previous cI2V generation methods conventionally perform in RGB pi…

Image to Video GenerationVideo Generation

Generative Video Propagation

2024-12-27 · CVPR 2025 1 · Shaoteng Liu, Tianyu Wang, Jui-Hsien Wang, Qing Liu 외

Large-scale video generation models have the inherent ability to realistically model natural scenes. In this paper, we demonstrate that through a careful design of a generative video propagation framework, various video …

Image to Video GenerationVideo GenerationVideo PropagationVideo Segmentation+1

Memory Selection Network for Video Propagation

2020-08-01 · ECCV 2020 8 · Ruizheng Wu, Huaijia Lin, Xiaojuan Qi, Jiaya Jia

Video propagation is a fundamental problem in video processing where guidance frame predictions are propagated to guide predictions of the target frame. Previous research mainly treats the previous adjacent frame as guid…

ColorizationSemantic SegmentationVideo Object SegmentationVideo Propagation+1

VideoAR: Autoregressive Video Generation via Next-Frame & Scale Prediction

2026-01-09 · Longbin Ji, Xiaoxiong Liu, Junyuan Shang, Shuohuan Wang 외 arxiv

Recent advances in video generation have been dominated by diffusion and flow-matching models, which produce high-quality results but remain computationally intensive and difficult to scale. In this work, we introduce Vi…

Video Generation