CVMMAug 5, 2023

Sketch and Text Guided Diffusion Model for Colored Point Cloud Generation

arXiv:2308.02874v157 citationsh-index: 66
Originality Incremental advance
AI Analysis

This addresses the problem of ambiguous and data-scarce 3D shape generation for applications like design and visualization, though it is incremental as it builds on existing diffusion models.

The paper tackles the challenge of generating 3D colored point clouds by proposing a diffusion model that conditions on both hand-drawn sketches and textual descriptions, achieving state-of-the-art performance in point cloud generation.

Diffusion probabilistic models have achieved remarkable success in text guided image generation. However, generating 3D shapes is still challenging due to the lack of sufficient data containing 3D models along with their descriptions. Moreover, text based descriptions of 3D shapes are inherently ambiguous and lack details. In this paper, we propose a sketch and text guided probabilistic diffusion model for colored point cloud generation that conditions the denoising process jointly with a hand drawn sketch of the object and its textual description. We incrementally diffuse the point coordinates and color values in a joint diffusion process to reach a Gaussian distribution. Colored point cloud generation thus amounts to learning the reverse diffusion process, conditioned by the sketch and text, to iteratively recover the desired shape and color. Specifically, to learn effective sketch-text embedding, our model adaptively aggregates the joint embedding of text prompt and the sketch based on a capsule attention network. Our model uses staged diffusion to generate the shape and then assign colors to different parts conditioned on the appearance prompt while preserving precise shapes from the first stage. This gives our model the flexibility to extend to multiple tasks, such as appearance re-editing and part segmentation. Experimental results demonstrate that our model outperforms recent state-of-the-art in point cloud generation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes