Research paper for latent point diffusion models for 3D shape generation
Top 44.7% on sourcepulse
LION addresses the generation of 3D shapes using latent point diffusion models, targeting researchers and practitioners in computer graphics and AI. It offers a novel approach to 3D shape synthesis by leveraging diffusion models in a latent space, enabling high-quality and diverse point cloud generation.
How It Works
LION employs a two-stage process: first, a Variational Autoencoder (VAE) learns a compressed latent representation of 3D point clouds. Second, a diffusion model is trained in this latent space to generate new latent codes, which are then decoded by the VAE to produce 3D point clouds. This latent diffusion approach allows for efficient and high-fidelity generation compared to direct diffusion in point cloud space.
Quick Start & Requirements
conda env create --name lion_env --file=env.yaml
followed by conda activate lion_env
.pip install git+https://github.com/openai/CLIP.git
.python demo.py
(requires checkpoint download).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
10 months ago
1 week