paper-with-me

Papers

MVControl: Adding Conditional Control to Multi-view Diffusion for Controllable Text-to-3D Generation

2023-11-24 · Zhiqi Li, Yiming Chen, Lingzhe Zhao, Peidong Liu

We introduce MVControl, a novel neural network architecture that enhances existing pre-trained multi-view 2D diffusion models by incorporating additional input conditions, e.g. edge maps. Our approach enables the generation of controllable multi-view images and view-consistent 3D content. To achieve controllable multi-view image generation, we leverage MVDream as our base model, and train a new neural network module as additional plugin for end-to-end task-specific condition learning. To precisely control the shapes and views of generated images, we innovatively propose a new conditioning mechanism that predicts an embedding encapsulating the input spatial and view conditions, which is then injected to the network globally. Once MVControl is trained, score-distillation (SDS) loss based optimization can be performed to generate 3D content, in which process we propose to use a hybrid diffusion prior. The hybrid prior relies on a pre-trained Stable-Diffusion network and our trained MVControl for additional guidance. Extensive experiments demonstrate that our method achieves robust generalization and enables the controllable generation of high-quality 3D content. Code available at https://github.com/WU-CVGL/MVControl/.

📄 PDF Abstract BibTeX arXiv:2311.14494

Code (1)

wu-cvgl/mvcontrol 공식 구현 pytorch

Tasks

3D GenerationImage GenerationText to 3D

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Controllable Text-to-3D Generation via Surface-Aligned Gaussian Splatting

2024-03-15 · Zhiqi Li, Yiming Chen, Lingzhe Zhao, Peidong Liu

While text-to-3D and image-to-3D generation tasks have received considerable attention, one important but under-explored field between them is controllable text-to-3D generation, which we mainly focus on in this work. To…

3D GenerationImage to 3DText to 3D

CCM: Adding Conditional Controls to Text-to-Image Consistency Models

2023-12-12 · Jie Xiao, Kai Zhu, Han Zhang, Zhiheng Liu 외

Consistency Models (CMs) have showed a promise in creating visual content efficiently and with high quality. However, the way to add new conditional controls to the pretrained CMs has not been explored. In this technical…

Conditional Diffusion with Less Explicit Guidance via Model Predictive Control

2022-10-21 · Max W. Shen, Ehsan Hajiramezanali, Gabriele Scalia, Alex Tseng 외

How much explicit guidance is necessary for conditional diffusion? We consider the problem of conditional sampling using an unconditional diffusion model and limited explicit guidance (e.g., a noised classifier, or a con…

Model Predictive Control

ControlNet++: Improving Conditional Controls with Efficient Consistency Feedback

2024-04-11 · Ming Li, Taojiannan Yang, Huafeng Kuang, Jie Wu 외

To enhance the controllability of text-to-image diffusion models, existing efforts like ControlNet incorporated image-based conditional controls. In this paper, we reveal that existing methods still face significant chal…

SSIM

Adding Conditional Control to Text-to-Image Diffusion Models

2023-02-10 · ICCV 2023 1 · Lvmin Zhang, Anyi Rao, Maneesh Agrawala

We present ControlNet, a neural network architecture to add spatial conditioning controls to large, pretrained text-to-image diffusion models. ControlNet locks the production-ready large diffusion models, and reuses thei…

Image GenerationLayout-to-Image GenerationText to Image Generation