paper-with-me

Papers

Hierarchical Masked 3D Diffusion Model for Video Outpainting

2023-09-05 · Fanda Fan, Chaoxu Guo, Litong Gong, Biao Wang, Tiezheng Ge, Yuning Jiang, Chunjie Luo, Jianfeng Zhan

Video outpainting aims to adequately complete missing areas at the edges of video frames. Compared to image outpainting, it presents an additional challenge as the model should maintain the temporal consistency of the filled area. In this paper, we introduce a masked 3D diffusion model for video outpainting. We use the technique of mask modeling to train the 3D diffusion model. This allows us to use multiple guide frames to connect the results of multiple video clip inferences, thus ensuring temporal consistency and reducing jitter between adjacent frames. Meanwhile, we extract the global frames of the video as prompts and guide the model to obtain information other than the current video clip using cross-attention. We also introduce a hybrid coarse-to-fine inference pipeline to alleviate the artifact accumulation problem. The existing coarse-to-fine pipeline only uses the infilling strategy, which brings degradation because the time interval of the sparse frames is too large. Our pipeline benefits from bidirectional learning of the mask modeling and thus can employ a hybrid strategy of infilling and interpolation when generating sparse frames. Experiments show that our method achieves state-of-the-art results in video outpainting tasks. More results and codes are provided at our https://fanfanda.github.io/M3DDM/.

📄 PDF Abstract BibTeX arXiv:2309.02119

Code (0)

등록된 구현이 없습니다.

Tasks

Image Outpaintingmodel

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
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 제목 키워드 기반

Unified Long Video Inpainting and Outpainting via Overlapping High-Order Co-Denoising

2025-11-05 · Shuangquan Lyu, Steven Mao, Yue Ma arxiv

Generating long videos remains a fundamental challenge, and achieving high controllability in video inpainting and outpainting is particularly demanding. To address both of these challenges simultaneously and achieve con…

Video GenerationVideo Inpainting

Be-Your-Outpainter: Mastering Video Outpainting through Input-Specific Adaptation

2024-03-20 · Fu-Yun Wang, Xiaoshi Wu, Zhaoyang Huang, Xiaoyu Shi 외

Video outpainting is a challenging task, aiming at generating video content outside the viewport of the input video while maintaining inter-frame and intra-frame consistency. Existing methods fall short in either generat…

GlobalPaint: Spatiotemporal Coherent Video Outpainting with Global Feature Guidance

2026-01-10 · Yueming Pan, Ruoyu Feng, Jianmin Bao, Chong Luo 외 arxiv

Video outpainting extends a video beyond its original boundaries by synthesizing missing border content. Compared with image outpainting, it requires not only per-frame spatial plausibility but also long-range temporal c…

Image OutpaintingImage Inpainting

IN2OUT: Fine-Tuning Video Inpainting Model for Video Outpainting Using Hierarchical Discriminator

2025-08-01 · Sangwoo Youn, Minji Lee, Nokap Tony Park, Yeonggyoo Jeon 외 arxiv

Video outpainting presents a unique challenge of extending the borders while maintaining consistency with the given content. In this paper, we suggest the use of video inpainting models that excel in object flow learning…

Video Inpainting

VIP: Versatile Image Outpainting Empowered by Multimodal Large Language Model

2024-06-03 · Jinze Yang, Haoran Wang, Zining Zhu, Chenglong Liu 외

In this paper, we focus on resolving the problem of image outpainting, which aims to extrapolate the surrounding parts given the center contents of an image. Although recent works have achieved promising performance, the…

Image OutpaintingLanguage ModelingLanguage ModellingLarge Language Model+1