paper-with-me

Papers

Michelangelo: Conditional 3D Shape Generation based on Shape-Image-Text Aligned Latent Representation

2023-06-29 · NeurIPS 2023 11 · Zibo Zhao, Wen Liu, Xin Chen, Xianfang Zeng, Rui Wang, Pei Cheng, Bin Fu, Tao Chen, Gang Yu, Shenghua Gao

We present a novel alignment-before-generation approach to tackle the challenging task of generating general 3D shapes based on 2D images or texts. Directly learning a conditional generative model from images or texts to 3D shapes is prone to producing inconsistent results with the conditions because 3D shapes have an additional dimension whose distribution significantly differs from that of 2D images and texts. To bridge the domain gap among the three modalities and facilitate multi-modal-conditioned 3D shape generation, we explore representing 3D shapes in a shape-image-text-aligned space. Our framework comprises two models: a Shape-Image-Text-Aligned Variational Auto-Encoder (SITA-VAE) and a conditional Aligned Shape Latent Diffusion Model (ASLDM). The former model encodes the 3D shapes into the shape latent space aligned to the image and text and reconstructs the fine-grained 3D neural fields corresponding to given shape embeddings via the transformer-based decoder. The latter model learns a probabilistic mapping function from the image or text space to the latent shape space. Our extensive experiments demonstrate that our proposed approach can generate higher-quality and more diverse 3D shapes that better semantically conform to the visual or textural conditional inputs, validating the effectiveness of the shape-image-text-aligned space for cross-modality 3D shape generation.

📄 PDF Abstract BibTeX arXiv:2306.17115

Code (1)

neuralcarver/michelangelo 공식 구현 pytorch

Tasks

3D Shape GenerationDecoder

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…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

A Variational U-Net for Conditional Appearance and Shape Generation

2018-04-12 · CVPR 2018 6 · Patrick Esser, Ekaterina Sutter, Björn Ommer

Deep generative models have demonstrated great performance in image synthesis. However, results deteriorate in case of spatial deformations, since they generate images of objects directly, rather than modeling the intric…

Conditional Image GenerationImage Generation

cFineGAN: Unsupervised multi-conditional fine-grained image generation

2019-12-06 · Gunjan Aggarwal, Abhishek Sinha

We propose an unsupervised multi-conditional image generation pipeline: cFineGAN, that can generate an image conditioned on two input images such that the generated image preserves the texture of one and the shape of the…

Conditional Image GenerationImage Generation

Shape-conditioned Image Generation by Learning Latent Appearance Representation from Unpaired Data

2018-11-29 · Yutaro Miyauchi, Yusuke Sugano, Yasuyuki Matsushita

Conditional image generation is effective for diverse tasks including training data synthesis for learning-based computer vision. However, despite the recent advances in generative adversarial networks (GANs), it is stil…

Conditional Image GenerationImage GenerationObject

Zero3D: Semantic-Driven Multi-Category 3D Shape Generation

2023-01-31 · Bo Han, Yitong Fu, Yixuan Shen

Semantic-driven 3D shape generation aims to generate 3D objects conditioned on text. Previous works face problems with single-category generation, low-frequency 3D details, and requiring a large number of paired datasets…

3D Shape Generation

Conditional Single-view Shape Generation for Multi-view Stereo Reconstruction

2019-04-14 · CVPR 2019 6 · Yi Wei, Shaohui Liu, Wang Zhao, Jiwen Lu 외

In this paper, we present a new perspective towards image-based shape generation. Most existing deep learning based shape reconstruction methods employ a single-view deterministic model which is sometimes insufficient to…

3D ReconstructionDiversity