VPP: Efficient Conditional 3D Generation via Voxel-Point Progressive Representation
About
Conditional 3D generation is undergoing a significant advancement, enabling the free creation of 3D content from inputs such as text or 2D images. However, previous approaches have suffered from low inference efficiency, limited generation categories, and restricted downstream applications. In this work, we revisit the impact of different 3D representations on generation quality and efficiency. We propose a progressive generation method through Voxel-Point Progressive Representation (VPP). VPP leverages structured voxel representation in the proposed Voxel Semantic Generator and the sparsity of unstructured point representation in the Point Upsampler, enabling efficient generation of multi-category objects. VPP can generate high-quality 8K point clouds within 0.2 seconds. Additionally, the masked generation Transformer allows for various 3D downstream tasks, such as generation, editing, completion, and pre-training. Extensive experiments demonstrate that VPP efficiently generates high-fidelity and diverse 3D shapes across different categories, while also exhibiting excellent representation transfer performance. Codes will be released at \url{https://github.com/qizekun/VPP}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Classification | ScanObjectNN OBJ_BG | Accuracy93.11 | 215 | |
| 3D Object Classification | ScanObjectNN PB_T50_RS | OA89.28 | 72 | |
| 3D Object Classification | ScanObjectNN OBJ_ONLY | Overall Accuracy91.91 | 69 | |
| Object Classification | ModelNet40 1k points | Accuracy94.1 | 63 | |
| 3D Object Classification | ModelNet40 few-shot | Accuracy98.3 | 60 | |
| Few-shot Transfer Classification | ModelNet40 | Accuracy98.3 | 48 | |
| 3D Object Recognition | ScanObjectNN PB_T50_RS fine-tuned | Overall Accuracy89.28 | 19 | |
| 3D Object Classification | ModelNet40 8k P v1 | Overall Accuracy94.3 | 18 | |
| 3D Object Recognition | ModelNet40 1k points (test) | Accuracy94.1 | 18 | |
| 3D Object Recognition | ScanObjectNN OBJ_ONLY fine-tuned | Overall Accuracy91.91 | 15 |