Post

A Simple Diffusion Model for 3D Shape(Pointcloud) Generation

This homework implements a simple, unconditional diffusion model for 3D shape generation.

Introduction

We adopt PointTransformer to model pointclouds and predict the noise added. We choose three catogories of 3D shapes: airplanes, chairs and tables for training and generation.

Results

The generated results are shown below:

generated results generated results Generated Airplane and Generation Process

generated results generated results Generated Chair and Generation Process

generated results generated results Generated Table and Generation Process

For more implementation details, please refer to the github page of this project.

This post is licensed under CC BY 4.0 by the author.