paper-with-me

Papers

Diffusion as Shader: 3D-aware Video Diffusion for Versatile Video Generation Control

2025-01-07 · Zekai Gu, Rui Yan, Jiahao Lu, Peng Li, Zhiyang Dou, Chenyang Si, Zhen Dong, Qifeng Liu, Cheng Lin, Ziwei Liu, Wenping Wang, YuAn Liu

Diffusion models have demonstrated impressive performance in generating high-quality videos from text prompts or images. However, precise control over the video generation process, such as camera manipulation or content editing, remains a significant challenge. Existing methods for controlled video generation are typically limited to a single control type, lacking the flexibility to handle diverse control demands. In this paper, we introduce Diffusion as Shader (DaS), a novel approach that supports multiple video control tasks within a unified architecture. Our key insight is that achieving versatile video control necessitates leveraging 3D control signals, as videos are fundamentally 2D renderings of dynamic 3D content. Unlike prior methods limited to 2D control signals, DaS leverages 3D tracking videos as control inputs, making the video diffusion process inherently 3D-aware. This innovation allows DaS to achieve a wide range of video controls by simply manipulating the 3D tracking videos. A further advantage of using 3D tracking videos is their ability to effectively link frames, significantly enhancing the temporal consistency of the generated videos. With just 3 days of fine-tuning on 8 H800 GPUs using less than 10k videos, DaS demonstrates strong control capabilities across diverse tasks, including mesh-to-video generation, camera control, motion transfer, and object manipulation.

📄 PDF Abstract BibTeX arXiv:2501.03847

Code (1)

igl-hkust/diffusionasshader 공식 구현 pytorch

Tasks

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

FADE: Frequency-Aware Diffusion Model Factorization for Video Editing

2025-06-06 · CVPR 2025 1 · Yixuan Zhu, Haolin Wang, Shilin Ma, Wenliang Zhao 외

Recent advancements in diffusion frameworks have significantly enhanced video editing, achieving high fidelity and strong alignment with textual prompts. However, conventional approaches using image diffusion models fall…

Video Editing

Beyond the Visible: Disocclusion-Aware Editing via Proxy Dynamic Graphs

2025-12-15 · Anran Qi, Changjian Li, Adrien Bousseau, Niloy J. Mitra arxiv

We address image-to-video generation with explicit user control over the final frame's disoccluded regions. Current image-to-video pipelines produce plausible motion but struggle to generate predictable, articulated moti…

Video Generation

Control3Diff: Learning Controllable 3D Diffusion Models from Single-view Images

2023-04-13 · Jiatao Gu, Qingzhe Gao, Shuangfei Zhai, Baoquan Chen 외

Diffusion models have recently become the de-facto approach for generative modeling in the 2D domain. However, extending diffusion models to 3D is challenging due to the difficulties in acquiring 3D ground truth data for…

3D-Aware Image SynthesisImage Generation

Versatile Transition Generation with Image-to-Video Diffusion

2025-08-03 · Zuhao Yang, Jiahui Zhang, Yingchen Yu, Shijian Lu 외 arxiv

Leveraging text, images, structure maps, or motion trajectories as conditional guidance, diffusion models have achieved great success in automated and high-quality video generation. However, generating smooth and rationa…

Video Generation

Ctrl-Adapter: An Efficient and Versatile Framework for Adapting Diverse Controls to Any Diffusion Model

2024-04-15 · Han Lin, Jaemin Cho, Abhay Zala, Mohit Bansal

ControlNets are widely used for adding spatial control to text-to-image diffusion models with different conditions, such as depth maps, scribbles/sketches, and human poses. However, when it comes to controllable video ge…

GPUImage GenerationStyle TransferVideo Editing+2